Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 2.08 | 19.44 | 21.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 1.60 | 15.23 | 16.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 34.80 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 25.02 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 6.00 | 29.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 2.05 | 19.16 | 21.21 | NOTE | |
r-patched-solaris-x86 | 2.0 | 39.90 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 1.94 | 19.06 | 21.00 | NOTE | |
r-release-macos-x86_64 | 2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0 | 5.00 | 43.00 | 48.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 4.00 | 41.00 | 45.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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64