Last data update: 2014.03.03

lasso2

Package: lasso2
Version: 1.2-19
Date: 2014-06-01
Author: Justin Lokhorst, Bill Venables and Berwin Turlach;
port to R, tests etc: Martin Maechler <maechler@stat.math.ethz.ch>
Maintainer: Berwin Turlach <Berwin.Turlach@gmail.com>
Title: L1 constrained estimation aka `lasso'
Description: Routines and documentation for solving regression problems
while imposing an L1 constraint on the estimates, based on
the algorithm of Osborne et al. (1998)
Depends: R (>= 2.15.0)
License: GPL (>= 2)
URL: http://www.maths.uwa.edu.au/~berwin/software/lasso.html
Packaged: 2014-05-31 16:40:13 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-05-31 18:51:05

● Cran Task View: MachineLearning
● 0 images, 30 functions, 2 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lasso2' ...
** package 'lasso2' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lasso.c -o lasso.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lasso2.so lasso.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lasso2/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lasso2'
    finding HTML links ... done
    Extract.l1celist                        html  
    Iowa                                    html  
    Prostate                                html  
    coef.l1ce                               html  
    coef.l1celist                           html  
    deviance.gl1ce                          html  
    deviance.l1ce                           html  
    fitted.l1ce                             html  
    gcv                                     html  
    gcv.l1ce                                html  
    gl1ce                                   html  
    gl1ce.object                            html  
    is.formula                              html  
    l1ce                                    html  
    l1ce.object                             html  
    l1celist.object                         html  
    labels.l1ce                             html  
    lasso-internal                          html  
    merge.formula                           html  
    plot.l1celist                           html  
    predict.gl1ce                           html  
    predict.l1ce                            html  
    print.l1ce                              html  
    qr.rtr.inv                              html  
    residuals.gl1ce                         html  
    residuals.l1ce                          html  
    summary.gl1ce                           html  
    summary.l1ce                            html  
    tr                                      html  
    vcov.l1ce                               html  
    zaux                                    html  
    zaux.l1celist                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lasso2)
Making 'packages.html' ... done