Last updated on 2020-02-15 01:01:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.89 | 23.17 | 26.06 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.19 | 18.34 | 20.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 32.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 32.25 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 9.00 | 42.00 | 51.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2 | 12.00 | 60.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.19 | 21.35 | 23.54 | NOTE | |
r-patched-solaris-x86 | 1.2 | 45.60 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.46 | 21.74 | 24.20 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 8.00 | 61.00 | 69.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 6.00 | 38.00 | 44.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | 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 '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-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-devel-windows-ix86+x86_64-gcc8, 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.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