generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip actions] Bump version to 1.0.0.9000
- Loading branch information
1 parent
f86f960
commit d4468a1
Showing
2 changed files
with
45 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,64 +1,69 @@ | ||
Package: admiralophtha | ||
Type: Package | ||
Package: admiralophtha | ||
Title: ADaM in R Asset Library - Ophthalmology | ||
Version: 1.0.0 | ||
Version: 1.0.0.9000 | ||
Authors@R: c( | ||
person("Edoardo", "Mancini", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ritika", "Aggarwal", email = "[email protected]", role = c("aut")), | ||
person("Jane", "Gao", email = "[email protected]",role = c("aut")), | ||
person("William", "Holmes", email = "[email protected]", role = c("aut")), | ||
person("Josie", "Jackson", email = "[email protected]", role = c("aut")), | ||
person("Sonali", "Jain", email = "[email protected]", role = c("aut")), | ||
person("Yuki", "Matsunaga", email = "[email protected]", role = c("aut")), | ||
person("Gordon", "Miller", email = "[email protected]", role = c("aut")), | ||
person("Rachel", "Linacre", email = "[email protected]", role = c("aut")), | ||
person("Lucy", "Palmen", email = "[email protected]", role = c("aut")), | ||
person("Nandini", "R Thampi", email = "[email protected]", role = c("aut")), | ||
person("Aldrich", "Salva", email = "[email protected]", role = c("aut")) | ||
) | ||
Description: Aids the programming of Clinical Data Standards Interchange Consortium | ||
(CDISC) compliant Ophthalmology Analysis Data Model (ADaM) datasets in R. ADaM datasets are a | ||
mandatory part of any New Drug or Biologics License Application submitted to the | ||
United States Food and Drug Administration (FDA). Analysis derivations are | ||
implemented in accordance with the "Analysis Data Model Implementation Guide" | ||
(CDISC Analysis Data Model Team, 2021, <https://www.cdisc.org/standards/foundational/adam/adamig-v1-3-release-package>). | ||
person("Edoardo", "Mancini", , "[email protected]", role = c("aut", "cre")), | ||
person("Ritika", "Aggarwal", , "[email protected]", role = "aut"), | ||
person("Jane", "Gao", , "[email protected]", role = "aut"), | ||
person("William", "Holmes", , "[email protected]", role = "aut"), | ||
person("Josie", "Jackson", , "[email protected]", role = "aut"), | ||
person("Sonali", "Jain", , "[email protected]", role = "aut"), | ||
person("Yuki", "Matsunaga", , "[email protected]", role = "aut"), | ||
person("Gordon", "Miller", , "[email protected]", role = "aut"), | ||
person("Rachel", "Linacre", , "[email protected]", role = "aut"), | ||
person("Lucy", "Palmen", , "[email protected]", role = "aut"), | ||
person("Nandini", "R Thampi", , "[email protected]", role = "aut"), | ||
person("Aldrich", "Salva", , "[email protected]", role = "aut") | ||
) | ||
Description: Aids the programming of Clinical Data Standards Interchange | ||
Consortium (CDISC) compliant Ophthalmology Analysis Data Model (ADaM) | ||
datasets in R. ADaM datasets are a mandatory part of any New Drug or | ||
Biologics License Application submitted to the United States Food and | ||
Drug Administration (FDA). Analysis derivations are implemented in | ||
accordance with the "Analysis Data Model Implementation Guide" (CDISC | ||
Analysis Data Model Team, 2021, | ||
<https://www.cdisc.org/standards/foundational/adam/adamig-v1-3-release-package>). | ||
License: Apache License (>= 2) | ||
URL: https://pharmaverse.github.io/admiralophtha/, | ||
https://github.com/pharmaverse/admiralophtha/ | ||
BugReports: https://github.com/pharmaverse/admiralophtha/issues | ||
URL: https://pharmaverse.github.io/admiralophtha/, https://github.com/pharmaverse/admiralophtha/ | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Depends: R (>= 3.5) | ||
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
admiral, | ||
admiraldev, | ||
dplyr, | ||
hms, | ||
lifecycle, | ||
lubridate, | ||
magrittr, | ||
purrr, | ||
rlang, | ||
stringr, | ||
hms, | ||
tidyr, | ||
tidyselect, | ||
lifecycle | ||
tidyselect | ||
Suggests: | ||
pharmaversesdtm, | ||
covr, | ||
devtools, | ||
diffdf, | ||
lintr, | ||
pkgdown, | ||
testthat, | ||
DT, | ||
knitr, | ||
lintr, | ||
methods, | ||
miniUI, | ||
pharmaversesdtm, | ||
pkgdown, | ||
rmarkdown, | ||
roxygen2, | ||
spelling, | ||
testthat, | ||
tibble, | ||
usethis, | ||
covr, | ||
DT | ||
VignetteBuilder: knitr | ||
usethis | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# admiralophtha 1.1.0 | ||
# admiralophtha 1.0.0.9000 | ||
|
||
## Updates to Functions | ||
|
||
|