Last updated on 2020-12-31 00:46:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 7.30 | 75.45 | 82.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 6.68 | 58.03 | 64.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 109.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 100.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.2 | 17.00 | 92.00 | 109.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.2 | 7.70 | 69.85 | 77.55 | NOTE | |
r-patched-solaris-x86 | 1.2.2 | 157.70 | NOTE | |||
r-release-linux-x86_64 | 1.2.2 | 7.29 | 69.99 | 77.28 | NOTE | |
r-release-macos-x86_64 | 1.2.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.2 | 18.00 | 73.00 | 91.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.2 | 11.00 | 65.00 | 76.00 | NOTE |
Version: 1.2.2
Check: R code for possible problems
Result: NOTE
plot.pgrid: no visible global function definition for 'image'
statistic.cv: no visible global function definition for 'quantile'
statistic.sim: no visible global function definition for 'contourLines'
Undefined global functions or variables:
contourLines image quantile
Consider adding
importFrom("grDevices", "contourLines")
importFrom("graphics", "image")
importFrom("stats", "quantile")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64