Last updated on 2018-07-17 01:47:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.40 | 20.40 | 21.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.18 | 18.03 | 19.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 27.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 25.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 46.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 1.45 | 21.20 | 22.65 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 45.00 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 1.49 | 21.09 | 22.58 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.1 | 4.00 | 49.00 | 53.00 | NOTE | |
r-release-osx-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 3.00 | 34.00 | 37.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.1 | 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64