Deprecated tbl_propdiff()
in favor of gtsummary::add_difference()
. (#28)
Added startup message indicating the package is no longer maintained.
Added clean_mrn(check_unique=)
argument.
Updated report YAML to use here::here()
to locate the Word document template.
egfr_mdrd()
function.Adding egfr_mdrd()
function.
Adding clean_mrn()
function.
Updates to the HOT project template.
The starter package dependency is now from CRAN instead of GitHub.
Removed Remotes: ddsjoberg/rstudio.prefs
from DESCRIPTION in favor of the CRAN release.
Added a script to the HOT project template to set repo to private and add #phi tag.
Remotes:
to not track the release versions of starter and rstudio.prefs, because of compatibility issues with renv.Updates to tbl_propdiff()
for the gtsummary v1.4.0 updates.
Added new function create_hot_project()
, a wrapper for starter::create_project()
that drops a copy of the HOT project template into a new or existing folder. The function defaults to the HOT template, but any template may be passed.
Added new functions use_hot_file()
, use_hot_gitignore()
, and use_hot_readme()
to drop files from the HOT template into the active project.
Migrated the HOT template from the hotverse package (behind a firewall) to the hotfun package.
Added new function use_hot_rstudio_prefs()
, a wrapper for rstudio.prefs::use_rstudio_prefs()
that is pre-filled with options that help fulfill best practices.
tbl_propdiff
tbl_propdiff
add_splines()
when new variable names already exist in data frame.add_splines()
to calculate spline terms and attach the spline terms and knots to the original datatbl_propdiff()
so that unadjusted and adjusted differences are presented as the rate in the right column subtracted from the rate in the left column to match results of bstfun::tbl_ancova
label
and statistic
arguments to tbl_propdiff
tbl_propdiff()
to give chi-squared or Fisher’s exact p-value, and fixed issue caused by having logical "x"
variable.Added assign_timepoint()
function
Updated count_map()
to sort by variables rather than frequency
Added Appveyor CI checks, and added addition Travis CI checks
Updated count_map()
to no longer print row numbers
Updated tbl_anova()
to use NS tbl_summary_()
count_map()
and count_na()
Added count_map()
and count_na()
Added gt as Depends package