EXTREMELY BARE BONES INSTRUCTIONS RIGHT NOW, SORRY!
To reproduce our analyses:
1. Have R 4.3.1 and the package renv, version 1.0.0
2. Clone our GitHub repository (monicathieu/jeopardizing)
3. Install all our packages using renv::restore() in a fresh R project
4. Download the raw data from this repo
5. MOVE the "data" folder into a folder called "ignore" (this is how I had stuff tracked) such that everything under data/... is now under ignore/data/...
6. Run targets::tar_make()
7. Everything _should_ work, and with the same random seed we used for our models!