Last updated on 2022-06-20 11:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.32 | 26.03 | 28.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.77 | 20.76 | 22.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 45.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 44.60 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 10.00 | 57.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.44 | 25.31 | 27.75 | NOTE | |
r-release-linux-x86_64 | 1.1 | 2.10 | 25.61 | 27.71 | NOTE | |
r-release-macos-arm64 | 1.1 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 25.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 5.00 | 57.00 | 62.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 33.00 | 38.00 | NOTE |
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 '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 points rect
Consider adding
importFrom("graphics", "legend", "lines", "par", "points", "rect")
importFrom("stats", "cov", "dist", "median")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64