Research Reproducibility (RR)

This repo provides resources to be used before and after the 2024-APR-05 workshop. During the workshop, participants will also practice Git commands by cloning and making pull requests to this repo.

Research Reproducibility (RR)

[Page under construction]

Goodman et al. (2016):

Five creative ways to promote reproducible science

Version control

Reproducible environments

Publishing platforms

Coding platforms

Free with limits

Option 1: Servers

Replace yourusername with your's

Option 2: Digital Research Alliance

Digital Research Alliance; new users require sponsorship

Option 3: UBC Advanced Research Computing

Digital Research Alliance; new users require sponsorship

Example workflows

R
# Makefile (target: required_files)

manuscript.pdf: manuscript.Rmd simulated_data.csv 

Rscript -e 'rmarkdown::render("manuscript.Rmd")' 

simulated_data.csv: simulate.R

Rscript -e 'source("simulate.R")' 

Source: MDPI 2020

References

Return to Home