Skip to content

Commit

Permalink
#124 rs_ca125: update NEWS and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Jan 15, 2025
1 parent e6702ee commit 3cb5b4c
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Authors@R: c(
person("Stefan", "Bundfuss", role = "aut", comment = c(ORCID = "0009-0005-0027-1198")),
person("Zelos", "Zhu", role = "aut"),
person("Sadchla", "Mascary", role = "aut"),
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999"))
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999")),
person("Vinh", "Nguyen", role = "aut")
)
Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical
Data Interchange Standards Consortium (CDISC) pilot project used for testing
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# pharmaversesdtm 1.1.0

## New Features

- Oncology response data for GCIG criteria (`rs_onco_ca125` and
`supprs_onco_ca125`) was added. (#124)

# pharmaversesdtm 1.0.0

## New Features
Expand Down
16 changes: 16 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@
#' @author Vinh Nguyen
"supprs_onco_imwg"

#' Disease Response (GCIG)
#'
#' A SDTM RS dataset using GCIG criteria. The dataset contains just a few patients.
#' It is intended for vignettes and examples of ADaM dataset creation.
#'
#' @author Vinh Nguyen
"rs_onco_ca125"

#' Supplemental Qualifiers for RS_ONCO_CA125
#'
#' A SDTM supplemental RS dataset using GCIG criteria. It is intended to be used
#' together with `rs_onco_ca125`.
#'
#' @author Vinh Nguyen
"supprs_onco_ca125"

#' Supplemental Adverse Events
#'
#' A SDTM SUPPAE dataset from the CDISC pilot project
Expand Down
2 changes: 1 addition & 1 deletion data-raw/rs_supprs_onco_ca125.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Datasets: rs_onco_ca125, supprs_onco_ca125
# Description: RS Oncology and SUPPRS dataset using IMWG criteria
# Description: RS Oncology and SUPPRS dataset using GCIG criteria

# Load libraries -----
library(dplyr)
Expand Down
2 changes: 2 additions & 0 deletions man/pharmaversesdtm-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/rs_onco_ca125.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/supprs_onco_ca125.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cb5b4c

Please sign in to comment.