-
Notifications
You must be signed in to change notification settings - Fork 3
99 plot oc #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
99 plot oc #128
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
30e1e91
add some new packages, tidy the design doc slight
audreyyeoCH 70aad20
clean
audreyyeoCH 352fa0d
clean
audreyyeoCH b083af8
[skip style] [skip vbump] Restyle files
github-actions[bot] ddaf025
empty2
audreyyeoCH 4d4941a
clean DESCRIPTION
audreyyeoCH 43781f8
clean tests
audreyyeoCH e9392e7
[skip style] [skip vbump] Restyle files
github-actions[bot] a2050fa
clean
audreyyeoCH b6e3c28
clean
audreyyeoCH 12826c0
clean
audreyyeoCH fe38c47
Update R/plotOc.R
audreyyeoCH 0b55077
clean
audreyyeoCH 12427a3
clean
audreyyeoCH a3d98a5
finally the tests work
audreyyeoCH 371b3c1
Merge branch 'main' into 99_plotOC
audreyyeoCH e7f7426
[skip style] [skip vbump] Restyle files
github-actions[bot] b00c5b5
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 1770540
clean
audreyyeoCH 56f6842
footnote
audreyyeoCH 6dd6b89
[skip style] [skip vbump] Restyle files
github-actions[bot] 8dccc19
lintr improvements
audreyyeoCH 605127a
[skip style] [skip vbump] Restyle files
github-actions[bot] 22249a3
clean
audreyyeoCH 2f2781b
clean2
audreyyeoCH 5220eb6
magrittr
audreyyeoCH 1c2fca2
magrittr::%>% added
audreyyeoCH 2905c55
magrittr::%>% added
audreyyeoCH 7493dbc
magrittr::%>% added
audreyyeoCH 4fc4dff
tried another way for pipe
audreyyeoCH e935d76
clean
audreyyeoCH 84e3a36
empty
audreyyeoCH 6324465
empty
audreyyeoCH b2db817
check if pipe passes
audreyyeoCH 18e1a85
base pipe instead
audreyyeoCH 0ed2340
clean and pause this PR for a bit, need to work out Design doc
audreyyeoCH f3958d9
changed package yml theme
audreyyeoCH 9c2eb27
updated .svg using svglite
audreyyeoCH d05356b
[skip style] [skip vbump] Restyle files
github-actions[bot] 264610b
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] d4d45d9
updated |>
audreyyeoCH e6ce688
updated tidyr::¨
audreyyeoCH df86400
clean old folders
audreyyeoCH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Authors@R: c( | |
person("Jiawen", "Zhu", , "[email protected]", role = "aut"), | ||
person("James", "Lymp", role = "aut"), | ||
person("Anastasia", "Teterina", , "[email protected]", role = "aut"), | ||
person("Audrey", "Yeo", , "audrey.yeo@roche.com", role = c("aut")), | ||
person("Audrey", "Yeo", , "audrey.yeo@finc-research.com", role = c("aut")), | ||
person("F. Hoffmann-La Roche Ltd", role = c("cph", "fnd")) | ||
) | ||
Description: The phase1b R package is intended to be used when conducting | ||
|
@@ -32,16 +32,24 @@ Suggests: | |
shinyjs, | ||
shinythemes, | ||
reshape, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
magrittr, | ||
tidyverse, | ||
devtools, | ||
vdiffr | ||
Imports: | ||
ggplot2, | ||
checkmate, | ||
devtools, | ||
lifecycle, | ||
vdiffr, | ||
tools, | ||
tidyr, | ||
dplyr (>= 1.0.0) | ||
dplyr (>= 1.0.0), | ||
tibble, | ||
devtools, | ||
magrittr, | ||
tidyverse, | ||
tools, | ||
vdiffr | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.