Crandore Hub

rUM

R Templates from the University of Miami

This holds r markdown and quarto templates for academic papers and slide decks. It also has templates to create research projects which contain academic papers as vignettes.

README

# Repository Name

**PI**: add contact info if the repo is private.

**Code Authors**: 

**Description**: Follow the name with a *brief* description of what the project does.  Say the source of the data. If the data is public add reference here.

**Notes**: The progress notes are here [dated_progress_notes.md](dated_progress_notes.md).

## Run Me First

Include the packages needed.  Consider using either `remotes` or `pak`

```r
install.packages("remotes")

remotes::install_cran(
  c("conflicted", "tidyverse", "tidymodels", "knitr", "tidyREDCap")
)
# remotes::install_github()
```

## Raw Data

The names of each raw file with a brief descriptions 

`file_name`:  what the is file

## Directories

`path`: what goes in the directory

## Ordered Analysis Pipeline/ Workflow

Run these file in order from raw processing to publication.

1.
2.
3.

## Other Files

**Data**: Include enough information to trace the data to its origin.  This may be URLs or emails (with who sent it and who received it on what date).

**Preprocessing/Anonymization**: 
If the project began with confidential data, include the **paths** to the code that processed the sensitive data here.

**Miscellaneous**: Things like .ccs, .csl, .bib, .js, .sass files.

Versions across snapshots

VersionRepositoryFileSize
2.3.0 rolling linux/jammy R-4.5 rUM_2.3.0.tar.gz 2.2 MiB
2.3.0 rolling linux/noble R-4.5 rUM_2.3.0.tar.gz 2.2 MiB
2.3.0 rolling source/ R- rUM_2.3.0.tar.gz 3.9 MiB
2.3.0 latest linux/jammy R-4.5 rUM_2.3.0.tar.gz 2.2 MiB
2.3.0 latest linux/noble R-4.5 rUM_2.3.0.tar.gz 2.2 MiB
2.3.0 latest source/ R- rUM_2.3.0.tar.gz 3.9 MiB
2.3.0 2026-04-26 source/ R- rUM_2.3.0.tar.gz 3.9 MiB
2.3.0 2026-04-23 source/ R- rUM_2.3.0.tar.gz 3.9 MiB
2.3.0 2026-04-09 windows/windows R-4.5 rUM_2.3.0.zip 2.3 MiB
2.1.0 2025-04-20 source/ R- rUM_2.1.0.tar.gz 3.9 MiB

Dependencies (latest)

Imports

Suggests