Skip to content

Commit

Permalink
[skip actions] Bump version to 0.0.3.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia authored and github-actions[bot] committed Feb 12, 2024
1 parent dd7063c commit 8c735a3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
45 changes: 25 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
Package: admiraltemplate
Type: Package
Package: admiraltemplate
Title: ADaM in R Asset Library - Extension
Version: 0.0.3
Authors@R: c(
person("Open", "Source", email = "[email protected]", role = c("aut", "cre")))
Description: A toolbox for programming Clinical Data Standards Interchange Consortium
(CDISC) compliant 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>).
Version: 0.0.3.9000
Authors@R:
person("Open", "Source", , "[email protected]", role = c("aut", "cre"))
Description: A toolbox for programming Clinical Data Standards Interchange
Consortium (CDISC) compliant 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/admiraltemplate, https://github.com/pharmaverse/admiraltemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
URL: https://pharmaverse.github.io/admiraltemplate,
https://github.com/pharmaverse/admiraltemplate
Depends:
R (>= 3.5)
Imports:
admiral (>= 0.10.0),
admiraldev (>= 0.5.0),
Expand All @@ -32,7 +31,6 @@ Imports:
tidyr (>= 1.0.2),
tidyselect (>= 1.1.0)
Suggests:
pharmaversesdtm,
covr,
devtools,
diffdf,
Expand All @@ -41,12 +39,19 @@ Suggests:
lintr,
methods,
miniUI,
pharmaversesdtm,
pkgdown,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
tibble,
usethis,
VignetteBuilder: knitr
usethis
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# admiraltemplate 0.0.3
# admiraltemplate 0.0.3.9000

## Updates to site

Expand Down

0 comments on commit 8c735a3

Please sign in to comment.