Last updated on 2016-03-07 23:47:27.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.2 | 0.94 | 10.77 | 11.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 20.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 18.18 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2 | 23.86 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 10.00 | 33.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 1.01 | 11.86 | 12.87 | NOTE | |
r-patched-solaris-sparc | 1.2 | 130.20 | OK | |||
r-patched-solaris-x86 | 1.2 | 31.00 | OK | |||
r-release-linux-x86_64 | 1.2 | 1.00 | 11.97 | 12.97 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2 | 7.00 | 25.00 | 32.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.2 | 8.00 | 28.00 | 36.00 | OK |
Version: 1.2
Check: R code for possible problems
Result: NOTE
betabreaker: no visible global function definition for ‘predict’
coef.lars: no visible global function definition for ‘predict’
cv.lars: no visible global function definition for ‘predict’
cv.lars: no visible binding for global variable ‘var’
error.bars: no visible global function definition for ‘segments’
plot.lars: no visible global function definition for ‘plot’
plot.lars: no visible global function definition for ‘matplot’
plot.lars: no visible global function definition for ‘title’
plot.lars: no visible global function definition for ‘abline’
plot.lars: no visible global function definition for ‘axis’
plotCVLars: no visible global function definition for ‘plot’
predict.lars: no visible global function definition for ‘approx’
Undefined global functions or variables:
abline approx axis matplot plot predict segments title var
Consider adding
importFrom("graphics", "abline", "axis", "matplot", "plot", "segments",
"title")
importFrom("stats", "approx", "predict", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.2
Check: Rd line widths
Result: NOTE
Rd file 'cv.lars.Rd':
\usage lines wider than 90 characters:
trace = FALSE, plot.it = TRUE, se = TRUE,type = c("lasso", "lar", "forward.stagewise", "stepwise"),
Rd file 'lars.Rd':
\usage lines wider than 90 characters:
trace = FALSE, normalize = TRUE, intercept = TRUE, Gram, eps = .Machine$double.eps, max.steps, use.Gram = TRUE)
Rd file 'plot.lars.Rd':
\usage lines wider than 90 characters:
plot(x, xvar= c("norm", "df", "arc.length", "step"), breaks = TRUE, plottype = c("coefficients",
These lines will be truncated in the PDF manual.
Flavors: 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-release-linux-x86_64