This project uses renv
to handle dependency managemnt. To get this projct set up on your own system, open the project in RStudio (and open the .Rproj
file), install renv
(install.packages("renv")
), and run renv::init()
.
If you haven't installed any R packages yet, this might take a little while.