Learn R Programming

rUM

This is a collection of R things from your friends at UM (The University of Miami).

To see a tutorial video on rUM check out our presentation at R Medicine 2025{target="_blank"}.

rUM includes:

  • A research project template. It creates a new RStudio project that has your choice of an analysis.qmd Quarto file or analysis.Rmd R markdown file that load the tidyverse and conflicted packages and set many useful default details. These files can also include example tables and figures.

  • rUM streamlines creating a package that include a paper outline with the make_package() function.

  • rUM helps with project documentation files (write_readme() and write_notes()), and Quarto styling files (write_scss()).

Copy Link

Version

Install

install.packages('rUM')

Monthly Downloads

398

Version

2.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Raymond Balise

Last Published

July 24th, 2025

Functions in rUM (2.2.0)

write_man

Write a manual page for package dataset documentation
write_notes

Create a project progress note
show_slides

Preview slide deck from a package
write_scss

Create a Quarto SCSS file
write_quarto

Create a New Quarto Document
write_readme

Create a project README file
find_slides

List all slide decks in a package
make_package

Make an Analysis Project
make_project

Make an Analysis Project
rUM-package

rUM: R Templates from the University of Miami
write_slides

Create a Quarto slide deck template