Last updated on 2020-08-07 01:50:36 CEST.
Package | NOTE |
---|---|
esaBcv | 12 |
Current CRAN status:
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
ESA: no visible binding for global variable 'var'
plot.esabcv: no visible global function definition for 'points'
plot.esabcv: no visible global function definition for 'axis'
plot.esabcv: no visible global function definition for 'title'
Undefined global functions or variables:
axis points title var
Consider adding
importFrom("graphics", "axis", "points", "title")
importFrom("stats", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
ESA: no visible binding for global variable ‘var’
plot.esabcv: no visible global function definition for ‘plot’
plot.esabcv: no visible global function definition for ‘points’
plot.esabcv: no visible global function definition for ‘axis’
plot.esabcv: no visible global function definition for ‘title’
Undefined global functions or variables:
axis plot points title var
Consider adding
importFrom("graphics", "axis", "plot", "points", "title")
importFrom("stats", "var")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64