[Rd] problem with eval(..., parent.frame(1L)) when package is not loaded

Ben Bolker bbolker at gmail.com
Fri Jun 28 18:42:31 CEST 2013


Duncan Murdoch <murdoch.duncan <at> gmail.com> writes:

>

[snip]
> 
> The other choice is to use the explicit ::, i.e.
> 
> mc[[1]] <- quote(lmer::lFormula)
> 
> This would be the solution I'd prefer, but you seem to have some 
> prejudice against :: .
> 

  I just thought that the whole point of using the machinery of
namespaces, environments, etc., was that we shouldn't need to
tell R explicitly what environment we were working in ...



More information about the R-devel mailing list