- None
-
Updated package description to include SDTM Implementation Guide author (CDSIC) and link
-
Minor updates to convert_to_script() function documentation
- None
- removed compare family of functions
-
added example for
create_STAT()
function -
prepared documentation for CRAN submission
- added
create_STAT()
function
- None
- Changed argument order for
write_tbl_to_xpt()
,convert_to_script()
, andwrite_sessionInfo()
and set default for thedir
argument to these functions asNULL
-
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
-
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 scripts -
Added
write_sessionInfo()
for logging R session state after a script is run
- Improved function documentation, {pkgdown} site, and README example
- Initial release.