rUM 2.2.0 (rUM Runner)
CRAN release: 2025-07
New Features
- Automatic dataset documentation with
write_man(). - Slide templates: Quarto reveal.js templates with
write_slides() - Functions for embedding and finding slides in a package with
find_slides()andshow_slides()
Enhnancements
-
write_quarto()now accepts anexampleargument.
rUM 2.1.0 (rUM and Coke)
CRAN release: 2025-03-21
CRAN release: 2025-03-21
New Features
- Automated
make_project(vignette = TRUE)development tools during project build to:- Restructure
analysis.qmd&analysis.RmdYAML for vignette engine & building - Write user’s
rUMproject packages toDESCRIPTIONfile - Adding
VignetteBuilder(quarto or knitr) to projectDESCRIPTIONfile - Adding items to
.Rbuildignore&vignettes/.gitignore
- Restructure
- Added
rUM::write_quarto()function that will add a quarto html document with many useful options. - Provides
README.mdanddated_progress_notes.mdtemplates to new projects. It will ask if you’d like to overwrite an existing README if one exists in the current project. - Added custom.scss to non-package Quarto projects with
rUM::write_scss()during project creation. - Added
rUM::write_scss()function that will write a SCSS template for Quarto projects. This function is available for use outside ofrUMprojects when a SCSS template is desired (perhaps, a Quarto blog or Shiny app). - Added
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. - Added
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. - Added a vignette for using Posit.Cloud
Other Updates
- removed
RUN_ME_FIRST.Rfile and instead automate those processes as described above - Empty
ggplot()object included in manuscript & vignette templates - Moved external GitHub gists to
inst/gistsdirectory
rUM 2.0.0 (Overproof Rum)
CRAN release: 2024-06-02
- Added an
exampleargument tomake_project() - Added a
vignetteargument tomake_project() - Added knitr chunk options for graphics
- Fixed a bug that caused duplicate RStudio windows to open if run from menus
rUM 1.0.2
CRAN release: 2023-02-18
- Linted all code
- Cleaned up
options(dplyr.summarise.inform=F)everywhere.
- Cleaned up
- Added gists to a inst/gists directory
rUM 1.0.1
CRAN release: 2022-08-16
- Added https:\\ to github link in vignettes for CRAN
- Removed
{width=0.8in}from vignette titles - Added “with R Markdown” to vignette title
rUM 1.0
- 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 intidymodels_prefer(). - Add quarto to gitignore gist
- Add @importFrom bookdown, rmarkdown, table1 cran checks
rUM 0.3.2
- Fixed package version for table1 to be
packageVersion("table1")instead ofpackageVersion("tidyverse")
rUM 0.3.1
CRAN release: 2021-11-22
- Fixed capitalization bug in
make_project(). -
packageVersion("rum")is nowpackageVersion("rUM")
