Last data update: 2014.03.03

lars

Package: lars
Type: Package
Version: 1.2
Date: 2013-04-23
Title: Least Angle Regression, Lasso and Forward Stagewise
Author: Trevor Hastie <hastie@stanford.edu> and Brad Efron
<brad@stat.stanford.edu>
Maintainer: Trevor Hastie <hastie@stanford.edu>
Description: Efficient procedures for fitting an entire lasso sequence
with the cost of a single least squares fit. Least angle
regression and infinitesimal forward stagewise regression are
related to the lasso, as described in the paper below.
Depends: R (>= 2.10)
License: GPL-2
URL: http://www-stat.stanford.edu/~hastie/Papers/#LARS
Packaged: 2013-04-24 05:12:53 UTC; hastie
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-04-24 09:46:12

● Cran Task View: MachineLearning
● 0 images, 6 functions, 1 datasets
Reverse Depends: 22

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lars' ...
** package 'lars' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c delcol.f -o delcol.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lars.so delcol.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lars/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lars'
    finding HTML links ... done
    cv.lars                                 html  
    diabetes                                html  
    lars-internal                           html  
    lars                                    html  
    plot.lars                               html  
    predict.lars                            html  
    summary.lars                            html  
** building package indices
** testing if installed package can be loaded
* DONE (lars)
Making 'packages.html' ... done