Last data update: 2014.03.03

lassoshooting

Package: lassoshooting
Version: 0.1.5-1
Date: 2012-04-26
Title: L1 regularized regression (Lasso) solver using the Cyclic
Coordinate Descent algorithm aka Lasso Shooting
Author: Tobias Abenius <Tobias.Abenius@Chalmers.se>
Maintainer: Tobias Abenius <Tobias.Abenius@Chalmers.se>
Depends: R (>= 2.12.0)
Description: L1 regularized regression (Lasso) solver using the Cyclic
Coordinate Descent algorithm aka Lasso Shooting is fast. This
implementation can choose which coefficients to penalize. It
support coefficient-specific penalities and it can take X'X and
X'y instead of X and y.
License: LGPL-3
Packaged: 2012-05-02 09:52:31 UTC; btobias
Repository: CRAN
Date/Publication: 2012-05-02 10:30:05

● 0 images, 2 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lassoshooting' ...
** package 'lassoshooting' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ccd_common.c -o ccd_common.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ccd_r.c -o ccd_r.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c softthresh_r.c -o softthresh_r.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lassoshooting.so ccd_common.o ccd_r.o softthresh_r.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lassoshooting/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lassoshooting'
    finding HTML links ... done
    lassoshooting                           html  
    softthresh                              html  
** building package indices
** testing if installed package can be loaded
* DONE (lassoshooting)
Making 'packages.html' ... done