Last updated on 2022-06-20 11:51:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-3 | 2.61 | 29.88 | 32.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-3 | 2.31 | 22.45 | 24.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-3 | 49.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-3 | 48.87 | NOTE | |||
r-devel-windows-x86_64 | 0.7-3 | 17.00 | 57.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-3 | 3.23 | 28.28 | 31.51 | NOTE | |
r-release-linux-x86_64 | 0.7-3 | 2.28 | 28.23 | 30.51 | NOTE | |
r-release-macos-arm64 | 0.7-3 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 0.7-3 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 0.7-3 | 33.00 | 58.00 | 91.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7-3 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7-3 | 30.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.7-3 | 7.00 | 47.00 | 54.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-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