Last updated on 2022-03-04 08:53:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0 | 1.84 | 28.79 | 30.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0 | 1.50 | 23.19 | 24.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0 | 38.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0 | 29.13 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.0 | 15.00 | 43.00 | 58.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 0.0 | NOTE | ||||
r-patched-linux-x86_64 | 0.0 | 1.96 | 28.43 | 30.39 | NOTE | |
r-release-linux-x86_64 | 0.0 | 1.62 | 28.30 | 29.92 | NOTE | |
r-release-macos-arm64 | 0.0 | NOTE | ||||
r-release-macos-x86_64 | 0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0 | 5.00 | 31.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0 | 4.00 | 33.00 | 37.00 | NOTE |
Version: 0.0
Check: R code for possible problems
Result: NOTE
validate: no visible binding for global variable 'qnorm'
validate: no visible global function definition for 'pchisq'
validate: no visible global function definition for 'qnorm'
validate: no visible global function definition for 'axis'
validate: no visible global function definition for 'points'
validate: no visible global function definition for 'abline'
Undefined global functions or variables:
abline axis pchisq points qnorm
Consider adding
importFrom("graphics", "abline", "axis", "points")
importFrom("stats", "pchisq", "qnorm")
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