Last updated on 2022-05-28 07:05:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 3.03 | 37.82 | 40.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.07 | 28.91 | 30.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 48.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 36.87 | NOTE | |||
r-devel-windows-x86_64 | 1.0.1 | 7.00 | 51.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.88 | 36.04 | 38.92 | NOTE | |
r-release-linux-x86_64 | 1.0.1 | 2.91 | 36.31 | 39.22 | 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 | 10.00 | 55.00 | 65.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 | 47.00 | 53.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