Skip to content

Commit

Permalink
bump version to 0.3.14 [skip vbump] (#285)
Browse files Browse the repository at this point in the history
see #281
  • Loading branch information
shajoezhu authored Jul 14, 2023
1 parent 16183f8 commit c3b89d8
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: random.cdisc.data
Title: Create Random SDTM and ADAM Datasets
Version: 0.3.13.9064
Version: 0.3.14
Date: 2023-07-14
Authors@R: c(
person("Pawel", "Rucki", , "[email protected]", role = c("aut", "cre")),
Expand Down
29 changes: 14 additions & 15 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# random.cdisc.data 0.3.13.9064

### Enhancements
* Refactor `adpc` and `adab` following the new CDISC standard.
* Refactor `abab` parameters and visits to align with `adpc`.
* Skipping examples in `h_adqlqc` documentation.
* Changed example in `apply_metadata` to reduce example run time.
# random.cdisc.data 0.3.14

### Breaking changes
* Renamed `ADSL` argument to `adsl` in `radab`, `radae`, `radaette`, `radcm`, `raddv`, `radeg`, `radex`, `radhy`, `radlb`,
Expand All @@ -14,14 +8,7 @@

### New features
* Added new random dataset generator: Anti-Drug Antibody Analysis Dataset (`radab`).

### Bug fixes
* Updated all the `ANL01FL` `NA` values to `""` in `adae`.
* Updated `DVDECOD` and `DVSCAT` values in `addv`.
* Fixed `adtm` calculations so that records with same `AVISIT` have the same `ADTM` for each patient.
* Fixed checks for `na_percentage` argument that is in most datasets.
* Updated package for breaking changes in `tidyselect`.
* Updated `adtte` so that the events, analysis values and censor values make logical sense.
* Added new random dataset generator: EORTC QLQ-C30 V3 Analysis Dataset (`radqlqc`).

### Enhancements
* Added variables `ASTDY`, `AENDY`, `EXDOSFRQ`, `EXROUTE`, `VISIT`, `VISITDY`, `EXSTDTC`, `EXENDTC`, `EXSTDY`,
Expand All @@ -46,6 +33,14 @@
* Added "datetime" and "date" as valid variable types to apply in `apply_metadata`.
* Implemented the `lubridate` package in all date/datetime variable derivations.

### Bug fixes
* Updated all the `ANL01FL` `NA` values to `""` in `adae`.
* Updated `DVDECOD` and `DVSCAT` values in `addv`.
* Fixed `adtm` calculations so that records with same `AVISIT` have the same `ADTM` for each patient.
* Fixed checks for `na_percentage` argument that is in most datasets.
* Updated package for breaking changes in `tidyselect`.
* Updated `adtte` so that the events, analysis values and censor values make logical sense.

### Miscellaneous
* Updated installation method and aligned with other packages.
* Updated tests to use `testthat` 3rd edition and added snapshot testing for random rows.
Expand All @@ -55,6 +50,10 @@
* Renamed `random.cdisc.data.R` file to `package.R` and cleaned up contents.
* Added more detailed documentation for function parameters.
* Converted all dataset names to lowercase/snake case for consistency with other NEST packages.
* Refactor `adpc` and `adab` following the new CDISC standard.
* Refactor `abab` parameters and visits to align with `adpc`.
* Skipping examples in `h_adqlqc` documentation.
* Changed example in `apply_metadata` to reduce example run time.

# random.cdisc.data 0.3.13

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The `random.cdisc.data` is a package for creating random CDISC data.
The random datasets available to create are:

- `radsl`: Subject-Level Analysis Dataset (ADSL)

- `radab`: Anti-Drug Antibody Analysis Dataset (ADAB)
- `radae`: Adverse Event Analysis Dataset (ADAE)
- `radaette`: Time to Adverse Event Analysis Dataset (ADAETTE)
Expand Down

0 comments on commit c3b89d8

Please sign in to comment.