Last updated on 2022-03-06 12:51:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 1.70 | 29.40 | 31.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.2 | 37.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 27.75 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.2 | 15.00 | 43.00 | 58.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.2 | NOTE | ||||
r-patched-linux-x86_64 | 1.2 | 1.65 | 28.63 | 30.28 | NOTE | |
r-release-linux-x86_64 | 1.2 | NOTE | ||||
r-release-macos-arm64 | 1.2 | NOTE | ||||
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 4.00 | 24.00 | 28.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 4.00 | 23.00 | 27.00 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
plotBox: no visible global function definition for 'sd'
plotBox: no visible global function definition for 'rect'
plotBox: no visible global function definition for 'qnorm'
plotBox: no visible global function definition for 'segments'
plotInit: no visible global function definition for 'runif'
plotInit: no visible global function definition for 'mtext'
plotInit: no visible global function definition for 'segments'
plotStack: no visible global function definition for 'points'
Undefined global functions or variables:
mtext points qnorm rect runif sd segments
Consider adding
importFrom("graphics", "mtext", "points", "rect", "segments")
importFrom("stats", "qnorm", "runif", "sd")
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-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64