-
Enhancement:
verboseAdds a verbose parameter to
build_from_derived(),set_variable_labels(), andbuild_qnam()
to allow users to suppress informational messages and warnings
during execution. Permissible values "message", "warn", "silent". -
Enhancement:
verboseparameter also added tocheck_ct_coland
check_ct_data. Warnings cannot be suppressed for these functions
to prevent unnoticed data quality issues. Permissible values
"message", "warn". #136 -
Enhancement:
add_labels()now prints out variables that do not
exist in the dataset.
#113 -
Bugfix issue where
create_var_from_codelist()would throw an error
whenstrict=TRUEandinput_varwas numeric.
#111 -
Bugfix issue in
create_var_from_codelist()where supplied codelist
contains negative numeric
values.#102 -
Bugfix logic for detecting variable mismatches in
set_variable_labels().
#112 -
Bugfix
combine_supp_join()no longer throws an error when rows
exist in the supp that do not correspond to a record in the core
dataset. #115 -
Various updates and refinements to documentation. - GitHub workflows
for package styling and spelling enabled.
#128