Hi-
How can I force packrat to unbundle/restore from the packrat/scr files (or a localCRAN-like repo) and not try to connect to CRAN?
I've used packrat for my project on a development machine, installing packages from CRAN. I now need to move to to a machine that will not have CRAN access. When I try to unbundle/restore packrat on the new machine, packrat keeps trying to pull the packages from CRAN, which fails out.
I've created a local CRAN-like repository, which I can install packages manually from, but packrat seems to ignore it. I've tried both setting my global repos options to that repo, I've tried changing the repo in the packrate.lock file (or redefining CRAN in packrate.lock) to point to the new repo. I've tried including the scr files when I bundle it. Packrat still tries to connect to CRAN.
I feel like this should be very simple to do, but I've read all the packrat examples and packrat help files and I'm stumped. FWIW, I'm using Rstudio for the project.
Ideas?
-Rebecca