Displaying 5 results from an estimated 5 matches for "058729".
Did you mean:
58729
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
> .getRequiredPackages2() ...here is a patch (untested)
> Index: src/library/base/R/library.R
> =====================...
2018 Jul 21
3
Library lib.loc Option Ignored for Dependencies
>>>>> Benjamin Tyner
>>>>> on Fri, 20 Jul 2018 19:42:09 -0400 writes:
> Here's a trick/workaround; if lib.loc is the path to your
> library, then prior to calling library(),
>> environment(.libPaths)$.lib.loc <- lib.loc
Well, that is quite a "trick" -- and potentially a pretty
dangerous one, not intended when making
2018 Jul 21
0
Library lib.loc Option Ignored for Dependencies
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
.getRequiredPackages2() ...here is a patch (untested)
Index: src/library/base/R/library.R
==================================================================...
2018 Jul 24
0
Library lib.loc Option Ignored for Dependencies
On 07/24/2018 07:50 AM, Martin Maechler wrote:
>>>>>> 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
> > .getRequiredPackages2() ...here is a patch (untested)
>
> > Index: src/library/base/R/library.R...
2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
...:50 AM, Martin Maechler wrote:
>>>>>>> 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
>> ???? > .getRequiredPackages2() ...here is a patch (untested)
>>
>> ???? > In...