• Added clean_mrn(check_unique=) argument.

  • Updated report YAML to use here::here() to locate the Word document template.

  • Moved templates folder into scripts folder in the project template.
  • Updates to the HOT project template references file.
  • 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.

  • Updated hot project template to use df_main instead of df_master.
  • Updated Remotes: to not track the release versions of starter and rstudio.prefs, because of compatibility issues with renv.
  • Updated Remotes: to track the release versions of starter and rstudio.prefs.
  • Added an .Rprofile to the project template.
  • Fixed issue with reversing factor levels for multivariable methods with no covariates specified in tbl_propdiff
  • Fixed issue with calculation of adjusted difference when reversing factor levels in tbl_propdiff
  • Added error message to add_splines() when new variable names already exist in data frame.
  • Added function add_splines() to calculate spline terms and attach the spline terms and knots to the original data
  • Updated tbl_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
  • Added label and statistic arguments to tbl_propdiff
  • Updated tbl_propdiff() to give chi-squared or Fisher’s exact p-value, and fixed issue caused by having logical "x" variable.
  • Removed {bstfun} dependency

  • Removed {gt} dependency

  • 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_()

  • Fix for tbl_ancova(). The formula argument was hard-coded to “{y} ~ {x}”, rather than using the user supplied formula =.
  • first release