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.
rUM includes:
A research project template. It creates a new RStudio project that has your choice of an
analysis.qmdQuarto file oranalysis.RmdR markdown file that load the tidyverse and conflicted packages and set many useful default details. These files can also include example tables and figures.rUMstreamlines creating a package that include a paper outline with themake_package()function.rUMhelps with project documentation files (write_readme()andwrite_notes()), and Quarto styling files (write_scss()).
rUMcan make documentation/manual pages for datasets with thewrite_man()function.rUMnow includes templates to produce slide decks with thewrite_slides()function. There are now functions (find_slides()andshow_slides()) to find and render/show slides that are included with a package.write_quarto()now accepts anexampleargument. If this is set toTRUE, then it will use the Quarto paper template with examples of a table and figure with cross-referencing. If this isFALSE, then it will use the Quarto paper template without examples for tables. The default value isNULLand will provide a minimal Quarto template. See?write_quarto()for more documentation.