I installed packrat
and tried to initialize it in my project directory, which uses R 3.2.5:
> packrat::init("~/ope_orx")
I get the complete list of packages and then packrat
tries to fetch sources and I get this type of error for almost all packages:
Fetching sources for BH (1.62.0-1) ... Warning in getSourceForPkgRecord(pkgRecord, sourceDir, availablePkgs, repos) :
Package version '%s' is newer than the latest version reported by CRAN ('%s') -- packrat may be unable to retrieve package sources.
FAILED
I checked on one of the CRAN mirrors and the current version of BH
is the same as the installed version. Any ideas what might be wrong here?
I'm also willing to use/try another R package management tool - any suggestions?