CRAN release: 2025-03-21
make_project(vignette = TRUE)
development tools during project build to:analysis.qmd
& analysis.Rmd
YAML for vignette engine & buildingrUM
project packages to DESCRIPTION
fileVignetteBuilder
(quarto or knitr) to project DESCRIPTION
file.Rbuildignore
& vignettes/.gitignore
rUM::write_quarto()
function that will add a quarto html document with many useful options.README.md
and dated_progress_notes.md
templates to new projects. It will ask if you'd like to overwrite an existing README if one exists in the current project.rUM::write_scss()
during project creation.rUM::write_scss()
function that will write a SCSS template for Quarto projects. This function is available for use outside of rUM
projects when a SCSS template is desired (perhaps, a Quarto blog or Shiny app). rUM::write_notes()
function to add the progress notes template to users' projects when one doesn't currently exist. This can be used in rUM & non-rUM projects alike.rUM::write_readme()
function to insert a structured README file to users' projects when one doesn't currently exist. This may also be used in rUM & non-rUM projects.RUN_ME_FIRST.R
file and instead automate those processes as described aboveggplot()
object included in manuscript & vignette templatesinst/gists
directoryexample
argument to make_project()
vignette
argument to make_project()
overwrite
option to make_project
options(dplyr.summarise.inform=F)
everywhere.{width=0.8in}
from vignette titlessuppressMessages(conflict_prefer("spec", "yardstick"))
from R Markdown templates. It is now in tidymodels_prefer()
.packageVersion("table1")
instead of packageVersion("tidyverse")
make_project()
.packageVersion("rum")
is now packageVersion("rUM")
table1::
packagetable1::
, we now depend on R (>= 3.5)NEWS.md
file to track changes to the packageAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.