Changelog
Source:NEWS.md
sdtmval 0.4.1
CRAN release: 2023-10-23
sdtmval 0.4.0
Minor changes
added example for
create_STAT()
functionprepared documentation for CRAN submission
sdtmval 0.2.1
Major changes
- Changed argument order for
write_tbl_to_xpt()
,convert_to_script()
, andwrite_sessionInfo()
and set default for thedir
argument to these functions asNULL
Minor changes
Improved
write_tbl_to_xpt()
,convert_to_script()
, andwrite_sessionInfo()
with input checking. Also added unit tests and improved the documentation and examples for these functions.write_tbl_to_xpt()
now lets users set a data set name/label different fromfilename
sdtmval 0.2.0
Major changes
Added functions for comparing QC to production SDTM domain data sets (
compare_qc_to_prod()
,inspect_diffs()
,summary_diffs()
)Added
convert_to_script()
for converting exploratory .Rmd to production .R scriptsAdded
write_sessionInfo()
for logging R session state after a script is run