Skip to content

0.3.0

Latest

Choose a tag to compare

@LiamHobby LiamHobby released this 01 May 19:02
edc0826
  • Enhancement: verbose Adds a verbose parameter to
    build_from_derived(), set_variable_labels(), and build_qnam()
    to allow users to suppress informational messages and warnings
    during execution. Permissible values "message", "warn", "silent".

  • Enhancement: verbose parameter also added to check_ct_col and
    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
    when strict=TRUE and input_var was 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