Skip to content
Prev 10344 / 12125 Next

[R-pkg-devel] RcmdrPlugin.HH_1.1-48.tar.gz

On 05/03/2024 5:41 p.m., Richard M. Heiberger wrote:
That's the variable modified by the `globalVariables()` function.  So it 
may well exist in your package.  I'd guess the problem is that your 
package exports functions by giving a pattern for the names instead of 
listing each one separately, and it matches that variable.

Duncan Murdoch