Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 9.96 | 65.30 | 75.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 7.57 | 50.08 | 57.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 97.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 86.26 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-1 | 20.00 | 76.00 | 96.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-1 | 9.41 | 64.63 | 74.04 | NOTE | |
r-patched-solaris-x86 | 0.1-1 | 131.70 | NOTE | |||
r-release-linux-x86_64 | 0.1-1 | 9.02 | 63.42 | 72.44 | NOTE | |
r-release-macos-x86_64 | 0.1-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-1 | 19.00 | 97.00 | 116.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 14.00 | 92.00 | 106.00 | NOTE |
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
plotOptionValues: no visible global function definition for 'persp'
Undefined global functions or variables:
persp
Consider adding
importFrom("graphics", "persp")
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
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
plotOptionValues: no visible global function definition for ‘plot’
plotOptionValues: no visible global function definition for ‘persp’
Undefined global functions or variables:
persp plot
Consider adding
importFrom("graphics", "persp", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64