CRAN Package Check Results for Package lars

Last updated on 2020-08-07 01:49:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 3.05 24.22 27.27 NOTE
r-devel-linux-x86_64-debian-gcc 1.2 2.48 18.51 20.99 NOTE
r-devel-linux-x86_64-fedora-clang 1.2 40.23 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2 32.19 NOTE
r-devel-windows-ix86+x86_64 1.2 12.00 41.00 53.00 NOTE
r-patched-linux-x86_64 1.2 2.97 24.08 27.05 NOTE
r-patched-solaris-x86 1.2 48.70 NOTE
r-release-linux-x86_64 1.2 2.91 23.61 26.52 NOTE
r-release-macos-x86_64 1.2 NOTE
r-release-windows-ix86+x86_64 1.2 8.00 47.00 55.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

Check Details

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