Skip to content

Releases: MSKCC-Epi-Bio/bstfun

bstfun 0.5.1

28 Dec 19:06

Choose a tag to compare

  • Making another release for RSPM testing.

bstfun 0.5.0

16 Dec 20:20

Choose a tag to compare

  • 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 of create_bst_project(). Members of the H.O.T. Team will see an option for the HOT template when create_bst_project() is run.

    • Similarly, functions use_hot_file(), use_hot_gitignore(), use_hot_readme(), use_hot_setup(), use_hot_analysis(), and use_hot_report() have been deprecated in favor of the 'bst' alternatives.
    • New functions use_bst_setup(), use_bst_analysis(), and use_bst_report() have been added to the package.

bstfun 0.4.9

01 Oct 22:59

Choose a tag to compare

  • Added gtreg, emmeans, ggsurvfit, and tidycmprsk to the template references document. (#112)

bstfun 0.4.8

01 Sep 00:48
9ce1353

Choose a tag to compare

  • Update to to RStudio preferences function.

bstfun 0.4.7

25 Jun 15:56

Choose a tag to compare

  • Added ability to report the number of events and the total number of observations in followup_time().

bstfun 0.4.6

23 Jun 18:52
2fb5948

Choose a tag to compare

  • Added ability to add a smooth line in ggcalibrate().

bstfun 0.4.5

22 Jun 02:37

Choose a tag to compare

  • Deprecated reinstall_prior_pkgs() in favor of updater::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

13 May 16:26

Choose a tag to compare

  • Update to the HOT project template.

bstfun 0.4.3

07 May 15:52

Choose a tag to compare

  • Updated project template .gitignore file.

bstfun 0.4.2

04 May 15:50

Choose a tag to compare

  • 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).