Skip to content

Commit

Permalink
Added proposed updates to new branch, and added relevant create_dcut …
Browse files Browse the repository at this point in the history
…update #181 #196
  • Loading branch information
barnett11 committed Feb 5, 2024
1 parent 98f6455 commit 46db3bb
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@
- Added a "Report a bug" link to `{datacutr}` website (#182)

## Updates of Existing Functions
- Update to `impute_dcutdtc()`, `create_dcut()`, `date_cut()` and `special_dm_cut()` functions
to allow for datacut date to be null. In this case, all records for this patient will be
kept/left unchanged.
- Warning added to `process_cut` if expected dataset `dm` is missing
- Update to `impute_dcutdtc()`, `date_cut()` and `special_dm_cut()` functions to allow for
datacut date to be null. In this case, all records for this patient
will be kept/left unchanged. (#179, #188, #189, #190)
- Warning added to `process_cut` if expected dataset `dm` is missing (#172)
- Warning added to `create_dcut` if cut date being passed as `NULL`,
and not valid date or `NA`/`""` (#181)

## Breaking Changes
- N/A
- Added dependency on `admiraldev` >= 0.3.0 (#173)

## Documentation
- N/A
- Added notes on SDTM compatability (#171)
- Cleaned install packages code format (#177)
- Fixed broken link to github (#184)
- Added report a bug link to site (#182)

## Various
- Minor documentation updates #171 #173 #177 #184
- Added CRAN badge to README (#174)
- Pull Request template updated (#192)

# datacutr 0.1.0

Expand All @@ -36,4 +42,3 @@ kept/left unchanged.
## Various
- N/A


0 comments on commit 46db3bb

Please sign in to comment.