I am relatively new to packrat and have read all of the links about getting started and using packrat.
I am using R studio V 1.2.1335, R version 3.6.1, packrat version 0.5.0, remotes version 2.1.0
I have setup a project to use packrat, I have gotten it started with packrat::init()
The packages I need from CRAN work fine and they install without issues when I am using packrat. However, I have one package that installs from GitHub. I use the command remotes::install_github(...) to install it and I have trouble getting a non-zero return status. I tried installing the package from GitHub using the same command from another project that is NOT using packrat and it works just fine.
If I am installing a package from GitHub do I also need to install Rtool and/or devtool in the project using packrat?