When I
- Go to the 'Packages' panel in RStudio.
- Click 'Packrat'.
- Check the 'Use packrat with this project' option.
I keep getting the popup window 'Install Build Tools' asking
Managing packages with Packrat requires installation of additional build tools. Do you want to install the additional tools now?
I am using:
- R version 3.4.2
- packrat version 0.4.8-55
- RStudio version 1.1.383
- windows 10
When I initialize packrat manually in the project repository
packrat::init()
and install a new package I do not get the automated prompts (as described in the 'Making changes' section of http://rstudio.github.io/packrat/rstudio.html) either.
Does anyone know how to resolve this.