Last updated on 2022-05-15 01:52:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-3 | 2.95 | 38.97 | 41.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-3 | 2.10 | 29.15 | 31.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-3 | 50.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-3 | 47.84 | NOTE | |||
r-devel-windows-x86_64 | 0.7-3 | 24.00 | 60.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-3 | 2.91 | 36.90 | 39.81 | NOTE | |
r-release-linux-x86_64 | 0.7-3 | 2.67 | 36.85 | 39.52 | 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 | 25.00 | 56.00 | 81.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 | 6.00 | 46.00 | 52.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