search for: latestinstall

Displaying 2 results from an estimated 2 matches for "latestinstall".

2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
....0", Depends = "extras (>= 1.0.5)")) > devtools::create(file.path(packagesFolder, "extras"), description = list(Version = "1.0.0")) > devtools::create(file.path(latestFolder, "extras"), description = list(Version = "1.1.0")) > > latestInstall <- file.path(.libPaths()[1], "latest") > dir.create(latestInstall) > install.packages(file.path(packagesFolder, "extras"), type = "source", repos = NULL) > install.packages(file.path(latestFolder, "extras"), type = "source", repos = NULL...
2018 Jul 24
4
Library lib.loc Option Ignored for Dependencies
>>>>> Benjamin Tyner >>>>> on Sat, 21 Jul 2018 13:42:43 -0400 writes: > Not sure whether it is the same issue as was raised here: > https://stat.ethz.ch/pipermail/r-devel/2010-October/058729.html > but in any case perhaps the problem could partially be remedied on line > 245 of src/library/base/R/library.R by passing the lib.loc to