Last updated on 2019-07-03 01:47:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.69 | 21.94 | 24.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.27 | 17.79 | 20.06 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 30.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 28.76 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 12.00 | 43.00 | 55.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.62 | 22.16 | 24.78 | NOTE | |
r-patched-solaris-x86 | 1.2 | 46.00 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.51 | 22.32 | 24.83 | 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-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