search for: packagesfolder

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

2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
On 25.07.2018 04:00, Dario Strbenac wrote: > Good day, > > A self-contained example which reproduces the problem is > > packagesFolder <- tempdir() > latestFolder <- file.path(packagesFolder, "latest") > dir.create(latestFolder) > > devtools::create(file.path(latestFolder, "statistics"), description = list(Version = "1.1.0", Depends = "extras (>= 1.0.5)")) > devtools...
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