Skip to content
Prev 4442 / 12125 Next

[R-pkg-devel] Why doesn't R CMD check warn that globalVariables() is undefined/not imported?

I believe that this is because if it is outside of a function, then it
runs at INSTALL time, and codetools checks the installed code, i.e.
the function objects typically, and the checks never see the
globalVariables() call.

Gabor

On Tue, Sep 24, 2019 at 7:08 PM Henrik Bengtsson
<henrik.bengtsson at gmail.com> wrote: