search for: globalnamespace

Displaying 1 result from an estimated 1 matches for "globalnamespace".

2014 Dec 21
0
loadNamespace and versionChecking and the otherpackage::otherfun syntax
...rfun, that for one reason or another exists in memory and is found as R works its way up the chain of enclosing environments. Usually the concern is about an identically named but different `otherfun` from `yetanother` package that has been loaded, or that the user has defined themselves in their globalNamespace. But in the motivating example for my case, I wanted to ensure I got the otherfun from version >= 2.0 of `otherpackage`, and in particular, I did **NOT** get `otherpackage(version 1.0)::otherfun` I confess I haven't actually tried it, but I think that even with my up front checking of the...