search for: iss3method

Displaying 5 results from an estimated 5 matches for "iss3method".

2018 Feb 20
2
How to modify dots and dispatch NextMethod
...st thing is that if c.foo is exported by one package and c.bar is exported by another one, there's no recursion, but c.bar is never called (!!). Why is the same code behaving in a different way depending on whether these functions are defined in the .GlobalEnv or in two attached packages? (BTW, isS3method() is TRUE, for c.foo and c.bar in both cases). I'm blocked here. Am I missing something? Is there a way of doing this? Thanks in advance. Regards, I?aki
2018 Feb 21
0
How to modify dots and dispatch NextMethod
...is > exported by one package and c.bar is exported by another one, there's > no recursion, but c.bar is never called (!!). Why is the same code > behaving in a different way depending on whether these functions are > defined in the .GlobalEnv or in two attached packages? (BTW, > isS3method() is TRUE, for c.foo and c.bar in both cases). > > I'm blocked here. Am I missing something? Is there a way of doing > this? Thanks in advance. > > Regards, > I?aki -- I?aki ?car http://www.enchufa2.es @Enchufa2
2018 Feb 22
2
How to modify dots and dispatch NextMethod
...d by one package and c.bar is exported by another one, there's >> no recursion, but c.bar is never called (!!). Why is the same code >> behaving in a different way depending on whether these functions are >> defined in the .GlobalEnv or in two attached packages? (BTW, >> isS3method() is TRUE, for c.foo and c.bar in both cases). >> >> I'm blocked here. Am I missing something? Is there a way of doing >> this? Thanks in advance. >> >> Regards, >> I?aki > >
2017 Mar 06
0
R 3.3.3 is released
...9;R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(<long>, <short>, fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now sh...
2017 Mar 06
0
R 3.3.3 is released
...9;R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(<long>, <short>, fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now sh...