Last updated on 2017-07-21 08:48:26.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 3.14 | 42.41 | 45.55 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 2.72 | 40.53 | 43.25 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 84.08 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 84.35 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 85.00 | 98.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0 | 2.78 | 41.37 | 44.15 | NOTE | |
| r-patched-solaris-x86 | 1.0 | 121.10 | NOTE | |||
| r-release-linux-x86_64 | 1.0 | 2.82 | 41.75 | 44.57 | NOTE | |
| r-release-windows-ix86+x86_64 | 1.0 | 18.00 | 90.00 | 108.00 | NOTE | |
| r-release-osx-x86_64 | 1.0 | ERROR | ||||
| r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 90.00 | 105.00 | NOTE | |
| 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-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-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘survcomp’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-osx-x86_64