... and also all objects that actually live in the .GenericArgsEnv environment.

> all( sapply( ls( .GenericArgsEnv ), function(.) is.null(environment(.)) ) )
[1] TRUE

This has the consequence preventing argsAnywhere to get the args of seq.int.

> argsAnywhere( seq.int )
Error in exists(".packageName", envir = envir, inherits = FALSE) :
  use of NULL environment is defunct

and consequently completion does not work

> seq.int( <TAB>Error in exists(".packageName", envir = envir, inherits = FALSE) :
  use of NULL environment is defunct

I've tried a few things, but I don't understand the order in which things are loaded in the zzz.R of base ...

Romain

--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc
|- http://tr.im/yw8E : New R package : sos
`- http://tr.im/y8y0 : search the graph gallery from R

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to