Skip to content
Prev 3045 / 12125 Next

[R-pkg-devel] Trying to work around missing functionality

Does this solve the problem?

if (getRversion() >= '2.15.1')
  globalVariables(c('envroot'))

I keep this in file R/globals.R

I learned of this from John Fox's use in Rcmdr.
On Mon, Aug 27, 2018 at 8:28 PM, J C Nash <profjcnash at gmail.com> wrote: