Last updated on 2022-06-13 12:54:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.08 | 37.26 | 39.34 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.12 | 29.04 | 31.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 48.10 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 47.91 | NOTE | |||
r-devel-windows-x86_64 | 1.0.1 | 14.00 | 54.00 | 68.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.84 | 35.32 | 38.16 | NOTE | |
r-release-linux-x86_64 | 1.0.1 | 2.66 | 35.61 | 38.27 | NOTE | |
r-release-macos-arm64 | 1.0.1 | 21.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.1 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.1 | 11.00 | 52.00 | 63.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.1 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.1 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 6.00 | 46.00 | 52.00 | NOTE |
Version: 1.0.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'MASS' 'robustbase'
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: 1.0.1
Check: R code for possible problems
Result: NOTE
ltsbase: no visible global function definition for 'lm'
ltsbase: no visible global function definition for 'lines'
ltsbase: no visible global function definition for 'legend'
Undefined global functions or variables:
legend lines lm
Consider adding
importFrom("graphics", "legend", "lines")
importFrom("stats", "lm")
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