Last updated on 2015-12-29 00:46:48.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.1 | 0.54 | 8.84 | 9.37 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 19.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 17.08 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1 | 22.73 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1 | 4.00 | 21.00 | 25.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 0.71 | 9.60 | 10.30 | OK | |
r-patched-solaris-sparc | 1.1 | 115.00 | OK | |||
r-patched-solaris-x86 | 1.1 | 29.00 | OK | |||
r-release-linux-x86_64 | 1.1 | 0.58 | 9.24 | 9.82 | OK | |
r-release-osx-x86_64-mavericks | 1.1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1 | 3.00 | 18.00 | 21.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 23.00 | 28.00 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
mpcv: no visible binding for global variable ‘median’
mpcv: no visible global function definition for ‘cov’
mpcv: no visible global function definition for ‘dist’
plot.mpcv: no visible binding for global variable ‘median’
plot.mpcv: no visible global function definition for ‘par’
plot.mpcv: no visible global function definition for ‘plot’
plot.mpcv: no visible global function definition for ‘rect’
plot.mpcv: no visible global function definition for ‘lines’
plot.mpcv: no visible global function definition for ‘points’
plot.mpcv: no visible global function definition for ‘legend’
Undefined global functions or variables:
cov dist legend lines median par plot points rect
Consider adding
importFrom("graphics", "legend", "lines", "par", "plot", "points",
"rect")
importFrom("stats", "cov", "dist", "median")
to your NAMESPACE.
Flavors: 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