To replicate this analysis please do the following:
- Clone this repo.
- Open the
psyop_price.Rproj
R Project file in your R IDE (we recommend, RStudio). - Confirm you have renv installed.
- Restore the R environment using
renv::restore()
while in thepsop_price.Rproj
R Project. - You can now run
psyop.Rmd
- If you add packages, remember to
renv::snapshot()
them to your lock file.