generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '37_update_authors' of github.com:pharmaverse/admiralmet…
…abolic into 37_update_authors
- Loading branch information
Showing
31 changed files
with
2,845 additions
and
202 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,7 +1,7 @@ | ||
Type: Package | ||
Package: admiralmetabolic | ||
Title: Metabolism Extension Package for ADaM in 'R' Asset Library | ||
Version: 0.0.0 | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Anders", "Askeland", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2996-129X")), | ||
person("Andrii", "Yurovskyi", , "[email protected]", role = "aut", comment = c(ORCID = "0009-0006-8606-0929")), | ||
|
@@ -31,11 +31,13 @@ Depends: | |
Imports: | ||
admiral (>= 1.1.1), | ||
admiraldev (>= 1.0.0), | ||
cli (>= 3.6.2), | ||
dplyr (>= 0.8.4), | ||
stringr (>= 1.4.0), | ||
lifecycle (>= 0.1.0), | ||
lubridate (>= 1.7.4), | ||
magrittr (>= 1.5), | ||
purrr (>= 0.3.3), | ||
rlang (>= 0.4.4), | ||
tidyselect (>= 1.0.0) | ||
Suggests: | ||
|
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,8 +1,14 @@ | ||
# admiralmetabolic 0.1.0 | ||
|
||
- Initial package release focused on `<<ADD INITIAL SCOPE>>` | ||
- Initial package release mainly focused on obesity therapeutic area. | ||
|
||
Note that after first release you should then start maintaining this `NEWS.md` file for every user-facing update. | ||
You should categorize 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) | ||
## Functions | ||
|
||
- The function `derive_param_waisthip()` for deriving Waist to Hip Ratio. (#33 & #52) | ||
- The function `derive_param_waisthgt()` for deriving Waist to Height Ratio. (#33 & #52) | ||
|
||
## Documentation | ||
|
||
- Vignette "Creating a Metabolic ADVS ADaM". (#28) | ||
- Vignette "Creating a Control of Eating Questionnaire ADaM". (#53) | ||
- ADVS template scripts `ad_advs.R` which creates a Vital Sign Analysis Dataset with metabolic specific derivations. (#35) |
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
Oops, something went wrong.