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.
[Page under construction]
Goodman et al. (2016):
Five creative ways to promote reproducible science
pip freeze > requirements.txt
---
title: "Reports on alerts"
author: "Winnie Mo"
date: "2024-APR-05"
format: html
jupyter: python3
---
dryad2dataverseReplace yourusername with your's
Digital Research Alliance; new users require sponsorship
# 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