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.7-3 | 2.73 | 25.02 | 27.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-3 | 2.29 | 19.68 | 21.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-3 | 42.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-3 | 32.97 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7-3 | 12.00 | 39.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-3 | 2.59 | 25.06 | 27.65 | NOTE | |
r-patched-solaris-x86 | 0.7-3 | 51.20 | NOTE | |||
r-release-linux-x86_64 | 0.7-3 | 2.80 | 25.01 | 27.81 | NOTE | |
r-release-macos-x86_64 | 0.7-3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.7-3 | 12.00 | 52.00 | 64.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.7-3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.7-3 | 6.00 | 49.00 | 55.00 | NOTE |
Version: 0.7-3
Check: R code for possible problems
Result: NOTE
makeRules: no visible global function definition for 'sd'
makeRules: no visible global function definition for 'rnorm'
nodeHarvest: no visible global function definition for 'capture.output'
nodeHarvest: no visible global function definition for 'lm'
nodeHarvest: no visible global function definition for 'coef'
plot.nodeHarvest: no visible global function definition for 'rgb'
Undefined global functions or variables:
capture.output coef lm rgb rnorm sd
Consider adding
importFrom("grDevices", "rgb")
importFrom("stats", "coef", "lm", "rnorm", "sd")
importFrom("utils", "capture.output")
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