Skip to content

Commit 8fe6171

Browse files
Merge pull request #150 from pharmaverse/147_refresh_of_data
Closes #147 refresh of data
2 parents 06af7ab + eb62707 commit 8fe6171

9 files changed

Lines changed: 15 additions & 7 deletions

File tree

NEWS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
## New features
44

55
- Added `ADAPET`, `ADTPET` and `ADNV` from `{admiralneuro}` using package version 0.2.1. (#138)
6+
7+
- Added new `{admiral}` dataset for Anti-Drug Antibody data `ADAB`. (#143)
68

79
## Documentation
810

9-
- Added new `{admiral}` template for Anti-Drug Antibody data `ADAB`. (#143)
10-
11+
- Refreshed `{pharmaverseadam}` datasets using `{admiral}` 1.4.1, `{admiralonco}` 1.4.0, `{admiralophtha}` 1.4.0, `{admiralvaccine}` 0.6.0, `{admiralpeds}` 0.3.0,
12+
`{admiralmetabolic}` 0.3.0, `{pharmaversesdtm}` 1.4.0. (#147)
13+
14+
- The reference page was updated to categorize datasets by therapeutic areas. (#137)
15+
1116
- The dataset variables and specifications were ordered and grouped according to ADaM IG standards, and the reference page reflected this updated structure. (#128)
1217

13-
- The reference page was updated to categorize datasets by therapeutic areas. (#137)
14-
1518
- Added a new vignette "Explore ADaM Datasets" to preview all datasets included in the package. (#102)
1619

1720
<details>

R/adpc.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' @title Pharmacokinetic Concentrations
77
#' @keywords dataset generic
88
#' @docType data
9-
#' @format A data frame with 127 columns:
9+
#' @format A data frame with 128 columns:
1010
#' \describe{
1111
#' \item{ STUDYID }{Study Identifier}
1212
#' \item{ USUBJID }{Unique Subject Identifier}
@@ -112,6 +112,7 @@
112112
#' \item{ PCLLOQ }{Lower Limit of Quantitation}
113113
#' \item{ VISIT }{Visit Name}
114114
#' \item{ VISITNUM }{Visit Number}
115+
#' \item{ VISITDY }{Planned Study Day of Visit}
115116
#' \item{ PCDTC }{Date/Time of Specimen Collection}
116117
#' \item{ PCDY }{Actual Study Day of Specimen Collection}
117118
#' \item{ PCTPT }{Planned Time Point Name}

data-raw/create_adams_data.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,13 @@ versions_msg <- "\n==== Package Versions Used ====\n"
390390
for (pkg in packages_list) {
391391
versions_msg <- paste0(versions_msg, sprintf("%s: %s\n", pkg, as.character(utils::packageVersion(pkg))))
392392
}
393+
394+
# Add pharmaversesdtm version to the list
395+
versions_msg <- paste0(versions_msg, sprintf("pharmaversesdtm: %s\n", as.character(utils::packageVersion("pharmaversesdtm"))))
393396
versions_msg <- paste0(versions_msg, "==============================\n\n")
394397
cat(versions_msg)
395398

396-
# Display error message when a template fails
399+
# Display error message when a template fails ----
397400
cli_div(theme = list(".error-detail" = list(color = "red")))
398401
for (res in all_results) {
399402
if (!is.null(res$exit_code) && res$exit_code != 0) {

data/adab.rda

9 Bytes
Binary file not shown.

data/adbcva_ophtha.rda

-112 Bytes
Binary file not shown.

data/adoe_ophtha.rda

-184 Bytes
Binary file not shown.

data/adpc.rda

11 Bytes
Binary file not shown.

data/adppk.rda

1.73 KB
Binary file not shown.

man/adpc.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)