Last data update: 2014.03.03

biglars

Package: biglars
Type: Package
Title: Scalable Least-Angle Regression and Lasso
Version: 1.0.2
Date: Tue Dec 27 15:06:08 PST 2011
Author: Mark Seligman, Chris Fraley, Tim Hesterberg
Maintainer: Mark Seligman <Mark.Seligman@insilicos.com>
Description: Least-angle regression, lasso and stepwise regression for
numeric datasets in which the number of observations is greater
than the number of predictors. The functions can be used with
the ff library to accomodate datasets that are too large to be
held in memory.
Depends: R (>= 2.10), ff
License: GPL (>= 2)
Packaged: 2011-12-27 23:12:38 UTC; seligman
Repository: CRAN
Date/Publication: 2011-12-28 13:50:26

● Cran Task View: HighPerformanceComputing
● 0 images, 2 functions, 1 datasets
● Reverse Depends: 0

Install log

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