Last updated on 2018-05-24 06:47:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.83 | 64.59 | 70.42 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.81 | 53.60 | 57.41 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 86.74 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 85.52 | WARN | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 111.00 | 120.00 | WARN | |
r-patched-linux-x86_64 | 1.0 | 3.64 | 58.80 | 62.44 | WARN | |
r-patched-solaris-x86 | 1.0 | 120.60 | WARN | |||
r-release-linux-x86_64 | 1.0 | 3.45 | 58.59 | 62.04 | WARN | |
r-release-windows-ix86+x86_64 | 1.0 | 13.00 | 71.00 | 84.00 | WARN | |
r-release-osx-x86_64 | 1.0 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 66.00 | 81.00 | WARN | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘parallel’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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: R code for possible problems
Result: NOTE
filterSD: no visible binding for global variable ‘sd’
filterSD: no visible global function definition for ‘quantile’
fit_lasso: no visible global function definition for ‘coef’
fit_prlasso: no visible global function definition for ‘coef’
rsig: no visible binding for global variable ‘mclapply’
rsig.all: no visible binding for global variable ‘mclapply’
rsig.all : <anonymous>: no visible global function definition for
‘flush.console’
rsig.all : <anonymous>: no visible global function definition for
‘predict’
Undefined global functions or variables:
coef flush.console mclapply predict quantile sd
Consider adding
importFrom("stats", "coef", "predict", "quantile", "sd")
importFrom("utils", "flush.console")
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
Version: 1.0
Check: examples
Result: WARN
Found the following significant warnings:
Warning: 'cBind' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
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