Re: [Rd] Should there be a confint.mlm ?

2018-07-21 Thread steven pav
I would welcome the fixes suggested by Martin. I did not think my implementation was pretty, but didn't want to suggest a bugfix without submitting code. Regarding the idea of a `stderr` function, I am all for potential efficiency gains, but I suspect that in many situations `vcov` is the result o

Re: [Rd] Library lib.loc Option Ignored for Dependencies

2018-07-21 Thread Dario Strbenac
Good day, Now that I read about Renaud's problem, I realise that it is effectively the same as mine. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia __ R-devel@r-project.org mailing list https://

Re: [Rd] Library lib.loc Option Ignored for Dependencies

2018-07-21 Thread Benjamin Tyner
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 p

Re: [Rd] Model formulas with explicit references

2018-07-21 Thread Berry, Charles
> On Jul 20, 2018, at 3:05 PM, Lenth, Russell V wrote: > > Dear R-Devel, > > I seem to no longer be able to access the bug-reporting system, so am doing > this by e-mail. > > My report concerns models where variables are explicitly referenced (or is it > "dereferenced"?), such as: > >

Re: [Rd] Library lib.loc Option Ignored for Dependencies

2018-07-21 Thread Martin Maechler
> 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

Re: [Rd] base::mean not consistent about NA/NaN

2018-07-21 Thread Jan Gorecki
Thank you Tomas for detailed explanation. Such a nice description deserves to be included somewhere in documentation, R-internals maybe. Regards Jan On 18 Jul 2018 18:24, "Tomas Kalibera" wrote: Yes, the performance overhead of fixing this at R level would be too large and it would complicate th