Last data update: 2014.03.03

sparsenet

Package: sparsenet
Type: Package
Title: Fit sparse linear regression models via nonconvex optimization
Version: 1.2
Date: 2014-03-11
Author: Rahul Mazumder, Trevor Hastie, Jerome Friedman
Maintainer: Trevor Hastie <hastie@stanford.edu>
Description: Sparsenet uses the MC+ penalty of Zhang. It computes the regularization surface over both the family parameter and the tuning parameter by coordinate descent.
Depends: glmnet, shape
License: GPL-2
URL:
http://www.stanford.edu/~hastie/Papers/Sparsenet/jasa_MFH_final.pdf
Packaged: 2014-03-12 02:15:22 UTC; hastie
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-03-12 07:25:03

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'sparsenet' ...
** package 'sparsenet' successfully unpacked and MD5 sums checked
 This package has only been tested with gfortran.
 So some checks are needed.
 R_HOME is /home/ddbj/local/lib64/R
Attempting to determine R_ARCH...
R_ARCH is 
Attempting to detect how R was configured for Fortran 90....
  R configured for gfortran; Good!
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gfortran -fdefault-real-8 -ffixed-form -fpic -g -O2  -c  sparsenet.f90 -o sparsenet.o
gfortran -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o sparsenet.so sparsenet.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/sparsenet/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'sparsenet'
    finding HTML links ... done
    cv.sparsenet                            html  
    gendata                                 html  
    plot.cv.sparsenet                       html  
    plot.sparsenet                          html  
    predict.cv.sparsenet                    html  
    predict.sparsenet                       html  
    sparsenet-internal                      html  
    sparsenet-package                       html  
    sparsenet                               html  
** building package indices
** testing if installed package can be loaded
* DONE (sparsenet)
Making 'packages.html' ... done