-
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.
Merge pull request #79 from pharmaverse/71_updates_from_admiralpeds
- Loading branch information
Showing
13 changed files
with
79 additions
and
95 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,5 +1,3 @@ | ||
^renv$ | ||
^renv\.lock$ | ||
^.*\.Rproj$ | ||
^.*\.lycheeignore$ | ||
^\.Rproj\.user$ | ||
|
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,7 +1,7 @@ | ||
Type: Package | ||
Package: admiraltemplate | ||
Title: ADaM in R Asset Library - Extension | ||
Version: 0.0.3 | ||
Package: `<<INSERT PACKAGE EXT NAME>>' | ||
Title: ADaM in R Asset Library - Extension Package for `<<INSERT TA>>` | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Open", "Source", , "[email protected]", role = c("aut", "cre")) | ||
Description: A toolbox for programming Clinical Data Standards Interchange | ||
|
@@ -11,16 +11,17 @@ Description: A toolbox for programming Clinical Data Standards Interchange | |
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>). | ||
<https://www.cdisc.org/standards/foundational/adam>). The package is | ||
an extension package of the 'admiral' package. | ||
License: Apache License (>= 2) | ||
URL: https://pharmaverse.github.io/admiraltemplate, | ||
https://github.com/pharmaverse/admiraltemplate | ||
Depends: | ||
R (>= 3.5) | ||
R (>= 4.1) | ||
Imports: | ||
admiral (>= 0.10.0), | ||
admiraldev (>= 0.5.0), | ||
dplyr (>= 0.8.4), | ||
admiral (>= 1.0.0), | ||
admiraldev (>= 1.0.0), | ||
dplyr (>= 1.0.5), | ||
hms (>= 0.5.3), | ||
lifecycle (>= 0.1.0), | ||
lubridate (>= 1.7.4), | ||
|
@@ -31,22 +32,17 @@ Imports: | |
tidyr (>= 1.0.2), | ||
tidyselect (>= 1.1.0) | ||
Suggests: | ||
covr, | ||
devtools, | ||
diffdf, | ||
DT, | ||
htmltools, | ||
knitr, | ||
lintr, | ||
methods, | ||
miniUI, | ||
pharmaversesdtm, | ||
pkgdown, | ||
pharmaversesdtm (>= 0.2.0), | ||
reactable, | ||
readxl, | ||
rmarkdown, | ||
roxygen2, | ||
spelling, | ||
testthat (>= 3.0.0), | ||
tibble, | ||
usethis | ||
tibble | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,8 @@ | ||
# admiraltemplate 0.0.3 | ||
# admiraltemplate 0.1.0 | ||
|
||
- Removed renv and related files (#70) | ||
|
||
## Updates to site | ||
|
||
- Package Extension guidance on the front page was updated and moved to [this location](https://pharmaverse.github.io/admiraldev/articles/package_extensions.html) in `{admiraldev}`, and a link was added to point to the new location (#61). | ||
|
||
## CI workflows | ||
|
||
- [`admiralci` workflows](https://github.com/pharmaverse/admiralci) has been updated. Indeed, workflows are not anymore based on `renv` framework to manage dependencies (`devtools` is used instead). Moreover, we now use latest version of `R` for all workflows, and run `R CMD CHECKS` for following R release version (R latest stable version), R devel version (in development version), and R previous release. More details are available in [admiralci doc](https://pharmaverse.github.io/admiralci/index.html). | ||
As a result, `.github/workflows/common.yml` file has been updated, and all `renv` configurations has been removed. | ||
|
||
## admiral.test removed | ||
|
||
- `admiral.test` package has been replaced by [`pharmaversesdtm`](https://github.com/pharmaverse/pharmaversesdtm) | ||
|
||
# admiraltemplate 0.0.2 | ||
|
||
## New Features | ||
|
||
- New `renv` lock files were setup (#48) | ||
|
||
## Updates of Existing Functions | ||
|
||
## Breaking Changes | ||
|
||
## Documentation | ||
|
||
- Many updates across documentation made to match v0.10.0 of `admiral` [PR #51](https://github.com/pharmaverse/admiraltemplate/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` | ||
|
||
# admiraltemplate 0.0.1 | ||
|
||
## New Features | ||
|
||
- You can link the GitHub Issue to Changelog by using (#ISSUE-NUMBER) | ||
|
||
## Updates of Existing Functions | ||
|
||
- Updates that you have made for this version (#ISSUE-NUMBER) | ||
|
||
## Breaking Changes | ||
|
||
- Deprecated functions. (#ISSUE-NUMBER) | ||
- Bug Fixes (#ISSUE-NUMBER) | ||
|
||
## Documentation | ||
|
||
- Stuff that you did (#ISSUE-NUMBER) | ||
|
||
## Various | ||
|
||
- Stuff that you did (#ISSUE-NUMBER) | ||
- Initial package release focused on `<<ADD INITIAL SCOPE>>` | ||
|
||
Note that after first release you should then start maintaining this `NEWS.md` file for every user-facing update. | ||
You should categorise the updates under title sections for New Features, Updates of Existing Functions, | ||
Breaking Changes, Documentation, Various. | ||
Each update should also reference the original issue by adding at the end: (#ISSUE-NUMBER) |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#' xx Dataset | ||
#' | ||
#' An xx test dataset for xx | ||
#' @keywords datasets | ||
#' @family datasets | ||
"xx" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Dataset: xx | ||
# Description: xx test SDTM dataset for xx | ||
|
||
Add code to create test dataset xx and update this in `R/data.R` | ||
|
||
# Save dataset ---- | ||
usethis::use_data(xx, overwrite = TRUE) |
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 |
---|---|---|
@@ -0,0 +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
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
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