Last updated on 2022-06-13 12:54:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 1.50 | 29.96 | 31.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 1.24 | 23.48 | 24.72 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 40.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 38.71 | NOTE | |||
r-devel-windows-x86_64 | 2.0 | 10.00 | 46.00 | 56.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 2.20 | 29.37 | 31.57 | NOTE | |
r-release-linux-x86_64 | 2.0 | 1.62 | 29.21 | 30.83 | NOTE | |
r-release-macos-arm64 | 2.0 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 2.0 | 20.00 | NOTE | |||
r-release-windows-x86_64 | 2.0 | 5.00 | 46.00 | 51.00 | NOTE | |
r-oldrel-macos-arm64 | 2.0 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0 | 26.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.0 | 4.00 | 29.00 | 33.00 | NOTE |
Version: 2.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'graphics' which was already attached by Depends.
Please remove these calls from your code.
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
Version: 2.0
Check: R code for possible problems
Result: NOTE
severity: no visible global function definition for 'qnorm'
severity: no visible global function definition for 'pnorm'
Undefined global functions or variables:
pnorm qnorm
Consider adding
importFrom("stats", "pnorm", "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, 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