Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 2.98 | 25.21 | 28.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 2.25 | 20.11 | 22.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 41.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 32.80 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.1 | 9.00 | 41.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 2.98 | 25.51 | 28.49 | NOTE | |
r-patched-solaris-x86 | 1.2.1 | 52.40 | NOTE | |||
r-release-linux-x86_64 | 1.2.1 | 2.96 | 25.05 | 28.01 | NOTE | |
r-release-macos-x86_64 | 1.2.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.1 | 8.00 | 52.00 | 60.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 5.00 | 50.00 | 55.00 | NOTE |
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