langcog / experimentology

Experimentology textbook
https://langcog.github.io/experimentology/
Other
42 stars 18 forks source link

R requirements #191

Closed poldrack closed 1 year ago

poldrack commented 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.

mikabr commented 1 year ago

We're using renv to manage R dependencies, so you should be able to install them using renv::restore().