Changelog
Source:NEWS.md
croquet 0.4.1 (development version)
Resolved an issue with remotes in the
DESCRIPTION
file caused by a dependency on an older version of the labelled package.Changed the minimum required version for importing the labelled package (>= 2.14.1)
croquet 0.4.0.9002
Fixed a bug in
set_derived_variable_labels()
due to package updates in the {labelled} package version 2.14.1. Minimum required version of the labelled package has been increased to resolve this issue.Removed a dependency for the {
broom.helpers
} package as it was causing an error inget_unique()
during the CMD check due to a defunct function.
croquet 0.4.0.9001
Update dependency to gtsummary 2.0.0
When applying a column label with
set_derived_variable_labels()
, the function will report on any columns whose names end in.x
or.y
, as these are likely the result of a merge error.When applying a column label with
set_derived_variable_labels()
, the function now reports which columns are being dropped. The report is by the case of the variables, e.g. all lowercase variables are reported together.
croquet 0.4.0
Breaking Change
- The labels file in
set_derived_variable_labels()
must now be a CSV with columns"df_name"
,"df_label"
,"var_name"
, and"var_label"
.
croquet 0.3.1
- Updated the PCCTC gtsummary theme to place levels and cohort size on separate lines in the headers of
gtsummary::tbl_summary(by=)
. The cohort sizes presented in the header are also now formatted withgtsummary::style_number()
. (#23)
croquet 0.3.0
Migrated
here_data()
and all project template functions and data objects to an internal package.Updated project template to work with data saved in SharePoint.
croquet 0.2.0
Added a draft of the project template, including new functions
create_pcctc_project()
,add_project_directory()
,use_pcctc_file()
,use_pcctc_analysis()
,use_pcctc_setup()
,use_pcctc_report()
,use_pcctc_gitignore()
.Added functions to select all upper case (
all_uppercase()
), lower case (all_lowercase()
), and columns with label attributes (all_labelled()
).Re-exporting the
dplyr::select()
function.Re-exporting the
here::here()
function.