Last updated on 2019-01-26 15:47:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.45 | 55.23 | 59.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.74 | 44.01 | 47.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 72.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 68.42 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 94.00 | 102.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.33 | 53.62 | 56.95 | NOTE | |
r-patched-solaris-x86 | 1.0 | 120.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.39 | 53.17 | 56.56 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 14.00 | 68.00 | 82.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 13.00 | 69.00 | 82.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.sublasso
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
SubLasso: no visible global function definition for ‘predict’
SubLasso: no visible global function definition for ‘coef’
SubLasso: no visible global function definition for ‘dev.new’
SubLasso: no visible global function definition for ‘cor’
SubLasso: no visible global function definition for ‘boxplot’
predict.sublasso: no visible global function definition for ‘predict’
Undefined global functions or variables:
boxplot coef cor dev.new predict
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "boxplot")
importFrom("stats", "coef", "cor", "predict")
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