Last updated on 2022-05-19 21:50:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7-3 | 2.67 | 38.95 | 41.62 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7-3 | 2.44 | 29.35 | 31.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7-3 | 49.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7-3 | 47.84 | NOTE | |||
r-devel-windows-x86_64 | 0.7-3 | 18.00 | 58.00 | 76.00 | NOTE | |
r-patched-linux-x86_64 | 0.7-3 | 3.17 | 37.35 | 40.52 | NOTE | |
r-release-linux-x86_64 | 0.7-3 | 2.89 | 37.36 | 40.25 | 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 | 58.00 | 83.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