Changelog
Source:NEWS.md
datacutr 0.2.0
Updates of Existing Functions
- Update to
impute_dcutdtc()
,date_cut()
andspecial_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, #189, #190) - Warning added to
process_cut
if expected datasetdm
is missing (#172) - Warning added to
create_dcut
if cut date being passed asNULL
, and not valid date orNA
/""
(#181) -
process_cut
updated so that thepatient_cut_v
,date_cut_m
andno_cut_v
arguments have a default value ofNULL
(#188) -
process_cut
updated to have more detailed error messages when incorrect datasets are fed in (#180) -
process_cut
updated to have argumentsread_out
andout_path
to integrate theread_out
function into the wrapper function; enabling auto-generation of the datacutr read-out file (#107)
Breaking Changes
- Added dependency on
admiraldev
>= 0.3.0 (#173) - Added dependency on R version >= 4.1 due to an update in
admiraldev
to use R native pipe