r-reproducibility-guide - Create Reproducible Research Workflows in R
Guides creating reproducible research workflows in R using RMarkdown, Quarto, renv package management, and automated pipelines.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Organize project directory structures
- Manage package versions using renv
- Create reports with RMarkdown and Quarto
- Automate build pipelines using Makefile
- Track execution dependencies using targets
Inputs
- Raw research data files
- R analysis scripts
- RMarkdown and Quarto source files
- renv lockfile
Outputs
- Processed datasets
- Compiled documents and reports
- Generated figures and tables
- renv lockfile
Requirements
- R language environment
- renv R package
- RMarkdown or Quarto CLI
