[Rd] environment( seq.int ) is NULL

2009-10-02 Thread Romain Francois
... 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(".pa

Re: [Rd] environment( seq.int ) is NULL

2009-10-02 Thread Duncan Murdoch
On 10/2/2009 8:40 AM, Romain Francois wrote: ... 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.