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

bump version to 0.3.14 [skip vbump] #285

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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", , "pawel.rucki@roche.com", 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 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 All @@ -49,7 +48,7 @@

## 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:

Check notice on line 51 in README.md

View workflow job for this annotation

GitHub Actions / grammar

README.md#L51

"it is" is wordy or unneeded

```r
Sys.setenv(GITHUB_PAT = "your_access_token_here")
Expand All @@ -61,7 +60,7 @@

## Acknowledgment

This package is a result of a joint efforts by many developers and stakeholders. We would like to thank everyone who contributed so far!

Check notice on line 63 in README.md

View workflow job for this annotation

GitHub Actions / grammar

README.md#L63

"many" is a weasel word and can weaken meaning

## Stargazers and Forkers

Expand Down
Loading