Skip to content

Commit

Permalink
fix version [skip vbump] (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Apr 8, 2022
1 parent 5f6fd33 commit 14ef3cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.9000
Version: 0.3.13
Date: 2021-10-13
Authors@R: c(
person("NEST", , , "basel.nestcicd@roche.com", role = c("aut", "cre")),
Expand Down
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# random.cdisc.data 0.3.13.9000
# random.cdisc.data 0.3.13

### New features
* Added new random dataset generator: PK Analysis Dataset (`radpc`).
* Added new random dataset generator: PK Parameter Dataset (`radpp`).

### Enhancements
* Added new variables `AGEU`, `TRT01P`, `TRT01A` to `ADSL`
* Added new variables `AGEU`, `TRT01P`, `TRT01A` to `ADSL`.
* Added new variables `CMINDC`, `CMDOSE`, `CMTRT`, `CMDOSU`, `CMROUTE`, `CMDOSFRQ` to `ADCM`.
* Added `ANRLO` and `ANRHI` column to ADLB and ADVS
* Added `AERELNST` column to ADAE.
* Added `MHDISTAT` column to ADMH.
* Enhanced `radpc` to add an argument to set the duration in number of days.
* Added `ANRLO` and `ANRHI` column to `ADLB` and `ADVS`.
* Added `AERELNST` column to `ADAE`.
* Added `MHDISTAT` column to `ADMH`.
* Enhanced `radpc` to add an argument to set the duration in number of days.

### Bug fix
* Fixed a typo in `ADSL$BMRKR1`'s label.
Expand Down

0 comments on commit 14ef3cd

Please sign in to comment.