Recent Releases of rum
rum - rUM v2.2.0
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.
- R
Published by kyleGrealis 11 months ago
rum - rUM v.2.1.0
rUM 2.1.0 (Rum & Coke)
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
Bug Fixes
- (none)
- R
Published by kyleGrealis about 1 year ago