Last updated on 2019-11-26 00:51:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 7.92 | 69.51 | 77.43 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 6.41 | 54.73 | 61.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 88.94 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 89.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.2 | 21.00 | 106.00 | 127.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2.2 | 14.00 | 75.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.2 | 7.72 | 66.73 | 74.45 | NOTE | |
r-patched-solaris-x86 | 1.2.2 | 144.20 | NOTE | |||
r-release-linux-x86_64 | 1.2.2 | 6.71 | 67.07 | 73.78 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.2 | 17.00 | 75.00 | 92.00 | NOTE | |
r-release-osx-x86_64 | 1.2.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.2 | 8.00 | 97.00 | 105.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2.2 | 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-devel-windows-ix86+x86_64-gcc8, 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