Releases: MSKCC-Epi-Bio/bstfun
Releases · MSKCC-Epi-Bio/bstfun
bstfun 0.5.1
bstfun 0.5.0
-
The primary biostatistics project template and the HOT template have been converted to Quarto. (#117)
-
Updated 'H.O.T.' gtsummary theme and now flextables are printed in Calibri font to match the rest of the document.
-
The
create_hot_project()has been deprecated in favor ofcreate_bst_project(). Members of the H.O.T. Team will see an option for the HOT template whencreate_bst_project()is run.- Similarly, functions
use_hot_file(),use_hot_gitignore(),use_hot_readme(),use_hot_setup(),use_hot_analysis(), anduse_hot_report()have been deprecated in favor of the 'bst' alternatives. - New functions
use_bst_setup(),use_bst_analysis(), anduse_bst_report()have been added to the package.
- Similarly, functions
bstfun 0.4.9
- Added gtreg, emmeans, ggsurvfit, and tidycmprsk to the template references document. (#112)
bstfun 0.4.8
- Update to to RStudio preferences function.
bstfun 0.4.7
- Added ability to report the number of events and the total number of observations in
followup_time().
bstfun 0.4.6
- Added ability to add a smooth line in
ggcalibrate().
bstfun 0.4.5
-
Deprecated
reinstall_prior_pkgs()in favor ofupdater::install_pkgs(). -
Added
ggcalibration()function. -
Update to
add_sparkline()to handle updated API in {gtExtras}. (#101) -
Added
use_bst_rstudio_prefs(profile=)argument allowing users to modify the standard biostatistics preferences.
bstfun 0.4.4
- Update to the HOT project template.
bstfun 0.4.3
- Updated project template
.gitignorefile.
bstfun 0.4.2
- Removed
"as_flex_table-lgl:use_ftExtra"gtsummary theme element from HOT template. There seems to be an issue with {ftExtra} when the package is knit (but works interactively).