Skip to content

Commit

Permalink
[skip actions] Bump version to 1.0.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo authored and github-actions[bot] committed Jun 10, 2024
1 parent f86f960 commit d4468a1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 40 deletions.
83 changes: 44 additions & 39 deletions DESCRIPTION
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
2 changes: 1 addition & 1 deletion NEWS.md
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

Expand Down

0 comments on commit d4468a1

Please sign in to comment.