• Linted all code
    • Cleaned up options(dplyr.summarise.inform=F) everywhere.
  • Added gists to a inst/gists directory
  • Added https:\\ to github link in vignettes for CRAN
  • Removed ![rUM](package-logo.jpg){width=0.8in} from vignette titles
  • Added “with R Markdown” to vignette title
  • Added quarto options in project creation template/wizard
  • Added quarto support for make_project
  • Added rStudio project files
  • Added check to make sure analysis does not exist - Thanks to Francisco Cardozo
  • Updated .gitignore
  • Added citation info to README
  • Added vignettes
  • Add more options to setup chunks
  • Removed suppressMessages(conflict_prefer("spec", "yardstick")) from R Markdown templates. It is now in tidymodels_prefer().
  • Add quarto to gitignore gist
  • Add @importFrom bookdown, rmarkdown, table1 cran checks
  • Fixed package version for table1 to be packageVersion("table1") instead of packageVersion("tidyverse")
  • Fixed capitalization bug in make_project().
  • packageVersion("rum") is now packageVersion("rUM")
  • Added automatic second bibliography file that writes all packages used in a project
  • Added rUM to methods section of the research template
  • Added first draft of a vignette
Minor Changes
  • Updated documentation
  • Added dependency on the table1:: package
  • To match dependency on table1::, we now depend on R (>= 3.5)
  • Fixes in DESCRIPTION file
  • Added methods section and bibliography
  • Added tidymodels with conflicted to setup
  • Added tidyverse and conflicted to setup
  • Added a NEWS.md file to track changes to the package
  • Added Website