We need to install a lot of R packages each time we upgrade to a new version of R.
- Before installing the new R, run
Rscript make_description.R
to write a list of all installed packages. - Install the new version of R.
- Use devtools to reinstall the packages.