Displaying 1 result from an estimated 1 matches for "beenspecifi".
Did you mean:
beenspecified
2008 Sep 02
2
How is the binding for a super assignment made visible?
The statement Globals <<- list() in the body of a function in a package was intended to write an empty list to the R workspace to collect results during the computations of the function. A package name space has not been specified.
The package appears to function correctly, but
during the R CMD check of the package while "checking R code for possible problems ... NOTE",
no