Last updated on 2018-11-24 00:51:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.82 | 30.18 | 32.00 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.75 | 24.93 | 26.68 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 38.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.15 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 5.00 | 68.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.46 | 28.80 | 30.26 | NOTE | |
r-patched-solaris-x86 | 1.0 | 61.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.93 | 29.10 | 31.03 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 8.00 | 63.00 | 71.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 61.00 | 68.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
plotTrait: no visible global function definition for ‘plot’
plotTrait: no visible global function definition for ‘points’
plotTrait: no visible global function definition for ‘legend’
test.windex: no visible global function definition for ‘hist’
test.windex: no visible global function definition for ‘abline’
test.windex: no visible global function definition for ‘legend’
windex: no visible global function definition for ‘sd’
windex: no visible global function definition for ‘var’
windex: no visible global function definition for ‘dist’
windex: no visible global function definition for ‘quantile’
Undefined global functions or variables:
abline dist hist legend plot points quantile sd var
Consider adding
importFrom("graphics", "abline", "hist", "legend", "plot", "points")
importFrom("stats", "dist", "quantile", "sd", "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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64