Last updated on 2021-01-25 00:48:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 3.24 | 26.92 | 30.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.40 | 20.42 | 22.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 45.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 35.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 7.00 | 36.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.66 | 25.00 | 27.66 | NOTE | |
r-patched-solaris-x86 | 1.2 | 51.70 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.79 | 24.89 | 27.68 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 10.00 | 38.00 | 48.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 8.00 | 61.00 | 69.00 | NOTE |
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 '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'
predict.lars: no visible global function definition for 'approx'
Undefined global functions or variables:
abline approx axis matplot predict segments title var
Consider adding
importFrom("graphics", "abline", "axis", "matplot", "segments",
"title")
importFrom("stats", "approx", "predict", "var")
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-macos-x86_64, r-release-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-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-release-linux-x86_64
Version: 1.2
Check: compiled code
Result: NOTE
File ‘lars/libs/lars.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64