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 oranalysis.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 themake_package()
function.rUM
helps with project documentation files (write_readme()
andwrite_notes()
), and Quarto styling files (write_scss()
).