generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from pharmaverse/devel
PR for {admiralophtha} v0.2.0
- Loading branch information
Showing
48 changed files
with
6,235 additions
and
1,004 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
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
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
This file was deleted.
Oops, something went wrong.
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,16 +1,20 @@ | ||
Package: admiralophtha | ||
Type: Package | ||
Title: ADaM in R Asset Library - Ophthalmology | ||
Version: 0.1.0 | ||
Version: 0.2.0 | ||
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("Ritika", "Aggarwal", role = "aut", email = "[email protected]"), | ||
person("Jane", "Gao", role = "aut", email = "[email protected]"), | ||
person("William", "Holmes", role = "aut", email = "[email protected]"), | ||
person("Rachel", "Linacre", role = "aut", email = "[email protected]"), | ||
person("Lucy", "Palmen", role = "aut", email = "[email protected]"), | ||
person("Nandini", "R Thampi", role = "aut", email = "[email protected]") | ||
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 | ||
|
@@ -19,17 +23,17 @@ Description: Aids the programming of Clinical Data Standards Interchange Consort | |
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) | ||
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.2.1 | ||
RoxygenNote: 7.2.3 | ||
Depends: R (>= 3.5) | ||
Imports: | ||
admiral, | ||
admiraldev, | ||
assertthat, | ||
dplyr, | ||
lubridate, | ||
magrittr, | ||
|
@@ -53,7 +57,6 @@ Suggests: | |
rmarkdown, | ||
roxygen2, | ||
spelling, | ||
styler, | ||
tibble, | ||
usethis, | ||
covr, | ||
|
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.