Hi,
When I checked the "Use packrat with this project" box in project options, the following message popped up:
"Managing packages with Packrat requires installation of additional build tools. Do you want to install the additional tools now?"
But nothing happened after I click "yes" and the packrat was not applied to the project.
Then I tried to initiate packrat manually from the console using packrate::init(). Things went well until it tried to install a custom package from source (the package is downloaded from github). A message showed up saying it requires installation of additional build tools to install packages from source, but nothing was installed after I clicked "yes" and the initialization ended with an error like this: "Error in hash(descFile) : No DESCRIPTION file at path....".
Moreover, the "Use packrat with this project" box is not shown when creating a new r project.
Any idea about what went wrong here? Thanks!
R version: 3.3.0
Rtools version: 3.3
RStudio version: 0.99.902
devtools version: 1.11.1
packrat verion: 0.4.7-1
Yimeng