Closed poldrack closed 1 year ago
It would be nice to have a requirements file or an R script that can install all of the necessary R libraries for building the book.
We're using renv to manage R dependencies, so you should be able to install them using renv::restore().
renv
renv::restore()
It would be nice to have a requirements file or an R script that can install all of the necessary R libraries for building the book.