Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #32 Onco iRecist test data #41

Merged
merged 8 commits into from
Dec 1, 2023
26 changes: 14 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

## New Features

The following Vaccine Specific SDTM datasets have been added. (#4)

- `ce_vaccine`
- `dm_vaccine`
- `ex_vaccine`
- `face_vaccine`
- `is_vaccine`
- `vs_vaccine`
- `suppce_vaccine`
- `suppdm_vaccine`
- `suppex_vaccine`
- `suppface_vaccine`
- Following Vaccine Specific SDTM datasets have been added. (#4)

- `ce_vaccine`
- `dm_vaccine`
- `ex_vaccine`
- `face_vaccine`
- `is_vaccine`
- `vs_vaccine`
- `suppce_vaccine`
- `suppdm_vaccine`
- `suppex_vaccine`
- `suppface_vaccine`

- Oncology response data for iRECIST criteria (`rs_onco_irecist`) was added. (#32)

- `get_terms()` now expects `TERMCHAR` instead of `TERMNAME` in alignment with [this](https://github.com/pharmaverse/admiral/issues/2186) `{admiral}` issue. (#76)

Expand Down
8 changes: 8 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
#' @author Stefan Bundfuss
"rs_onco_recist"

#' Disease Response Dataset (iRECIST)
#'
#' A SDTM RS dataset using iRECIST. The dataset contains just a few patients.
#' It is intended for vignettes and examples of ADaM dataset creation.
#'
#' @author Rohan Thampi
"rs_onco_irecist"

#' Supplemental Adverse Events Dataset
#'
#' A SDTM SUPPAE dataset from the CDISC pilot project
Expand Down
Loading
Loading