Skip to content

Commit

Permalink
#1: admiraltemplate -> admiraldata
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz462 committed Jun 20, 2023
1 parent 0fe916d commit bf23b72
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 44 deletions.
53 changes: 15 additions & 38 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,52 +1,29 @@
Package: admiraltemplate
Package: admiraldata
Type: Package
Title: ADaM in R Asset Library - Extension
Title: Test Data for the 'admiral' Package
Version: 0.0.2
Authors@R: c(
person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", 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
person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre"))
)
Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical
Data Interchange Standards Consortium (CDISC) pilot project used for testing
and developing Analysis Data Model (ADaM) derivations inside the 'admiral'
package.
Language: en-US
License: Apache License (>= 2.0)
URL: https://pharmaverse.github.io/admiraldata, https://github.com/pharmaverse/admiraldata
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Imports:
admiral (>= 0.10.0),
admiraldev (>= 0.3.0),
dplyr (>= 0.8.4),
hms (>= 0.5.3),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
rlang (>= 0.4.4),
stringr (>= 1.4.0),
tidyr (>= 1.0.2),
tidyselect (>= 1.1.0)
Suggests:
admiral.test (>= 0.5.0),
covr,
devtools,
diffdf,
DT,
knitr,
lintr,
methods,
miniUI,
pkgdown,
testthat,
knitr,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
tibble,
usethis,
VignetteBuilder: knitr
Config/testthat/edition: 3
covr
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# admiraltemplate 0.0.2
# admiraldata 0.0.2

## New Features

Expand All @@ -10,17 +10,17 @@

## Documentation

- Many updates across documentation made to match v0.10.0 of `admiral` [PR #51](https://github.com/pharmaverse/admiraltemplate/pull/51), including:
- Many updates across documentation made to match v0.10.0 of `admiral` [PR #51](https://github.com/pharmaverse/admiraldata/pull/51), including:
- Links were fixed on the website
- Templates were aligned to current `admiral` standards
- Package dependencies were updated
- Explanation on how to use family/keywords have been provided

## Various

- Renamed from `admiralext` to `admiraltemplate`
- Renamed from `admiralext` to `admiraldata`

# admiraltemplate 0.0.1
# admiraldata 0.0.1

## New Features

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat) # nolint: undesirable_function_linter
library(admiraltemplate) # nolint: undesirable_function_linter
library(admiraldata) # nolint: undesirable_function_linter

test_check("admiraltemplate")
test_check("admiraldata")

0 comments on commit bf23b72

Please sign in to comment.