Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
prepare for v0.1.4 for release [skip vbump] (#110)
Browse files Browse the repository at this point in the history
closes #108

---------

Signed-off-by: Abinaya Yogasekaram <73252787+ayogasekaram@users.noreply.github.com>
Co-authored-by: Emily de la Rua <59304861+edelarua@users.noreply.github.com>
  • Loading branch information
ayogasekaram and edelarua authored Mar 12, 2023
1 parent 9148d2e commit ff707b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: scda.2022
Title: Synthetic CDISC Data Archive 2022
Version: 0.1.3.9017
Version: 0.1.4
Date: 2023-03-05
Authors@R: c(
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")),
Expand Down
22 changes: 10 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# scda.2022 0.1.3.9017
# scda.2022 0.1.4

### Enhancements

* Initialized `rcd_2022_10_13` data for 2022_10_13 release.
* Updated `rcd_2022_10_13` with new versions of `adpc` and `adab` to make visits match, update formulas.
* Updated `rcd_2022_10_13` with new dataset `adqlqc`.
* Updated `rcd_2022_10_13` with new versions of `adpc` and `adab` to update formulas and match visits.
* Added new `EORTC QLQ-C30 V3` analysis dataset `adqlqc` to `rcd_2022_10_13`.

# scda.2022 0.1.3

Expand All @@ -22,25 +22,23 @@
* Updated `rcd_2022_06_27` with a new version of `adcm`, adding columns `CMSTRTPT`, `CMENRTPT`, `ADURN`, and `ADURU`.
* Updated `rcd_2022_06_27` with a new version of `adae`, adding columns `AESCONG`, `AESDISAB`, `AESHOSP`, `AESLIFE`, `AESMIE`, and `LDOSEDTM`.
* Updated `rcd` script to store datasets in separate `.RData` files.
* Updated `rcd_2022_06_27` with a new version of `adpp`, `adtte`, `adab`, `adsl`, `admh`, `adex`, `adcm`, and `adae`.

# scda.2022 0.1.1

### New features

* Added new Anti-Drug Antibody Analysis dataset `adab` to `rcd_2022_02_28`.
* Added new Anti-Drug Antibody Analysis dataset `adab`.

### Bug fixes

* Updated `rcd_2022_02_28` with all the `NA` and `""` to `""` in `adae$ANL01FL`.

### Enhancements

* Updated `rcd_2022_02_28` with a new version of `adpp`, adding default `PARAM`s and columns `PPSTINT` and `PPENINT`.
* Updated `rcd_2022_02_28` dataset `addv` with new columns `DVDECOD` and `DVSCAT`.
* Updated `rcd_2022_06_27` with a new version of `adpp`, adding more categories `Metabolite Drug X` and `Metabolite Drug Y` to `PPCAT`.

* Updated `rcd_2022_02_28` with a new version of `adpp`, adding default `PARAM`s and columns `PPSTINT` and `PPENINT`.
* Updated `rcd_2022_02_28` dataset `addv` with new columns `DVDECOD` and `DVSCAT`.
* Updated `rcd_2022_06_27` with a new version of `adpp`, adding more categories `Metabolite Drug X` and `Metabolite Drug Y` to `PPCAT`.
# scda.2022 0.1.0

* Initialize the package with data `rcd_2022_01_28` which matches data as of 28/01/2022.
* Added new data: `rcd_2022_02_28`.
* Added new data: `rcd_2022_06_27`.
* Initialize the package with data `rcd_2022_01_28`.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<!-- end badges -->

This R package contains synthetic CDISC data released during 2022.
This synthetic data can be used as test data when developing `teal` applications or statistical analysis functions and due to the data not been derived from a real clinical trial it provides an excellent method for generating reproducible examples when reporting errors.
This synthetic data can be used as test data when developing `teal` applications, or statistical analysis functions. Due to the data not been derived from a real clinical trial, it provides an excellent method for generating reproducible examples when reporting errors.

Once this package is installed it is recommended to use the [`scda`](https://insightsengineering.github.io/scda) package to access this synthetic data rather than using this package directly.
Once this package is installed, it is recommended to use the [`scda`](https://insightsengineering.github.io/scda) package to access this synthetic data rather than using this package directly.

The data name convention in this package is `<domain>_<?area?>_<added on date>` and you can query the available data with

Expand All @@ -31,7 +31,7 @@ data(package = "scda.2022")

## Installation

For releases from August 2022 it is recommended that you [create and use a Github PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following:
It is recommended that you [create and use a Github PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following:

```r
Sys.setenv(GITHUB_PAT = "your_access_token_here")
Expand All @@ -43,7 +43,7 @@ A stable release of all `NEST` packages from June 2022 is also available [here](

## Note

The data in this package is an accumulation over time of datasets that were needed for documentation and unit testing code. We do not attempt to ensure this data is reproducible. The git repository has the folder `data_raw` which has the scripts used to create some of the data.
The data in this package is an accumulation of datasets over time that were needed for documentation and unit testing code. We do not attempt to ensure this data is reproducible. The git repository has the folder `data_raw` which contains the scripts used to create some of the data.

## Stargazers and Forkers

Expand Down

0 comments on commit ff707b9

Please sign in to comment.