Last data update: 2014.03.03

ncvreg

Package: ncvreg
Title: Regularization Paths for SCAD and MCP Penalized Regression
Models
Version: 3.6-0
Date: 2016-06-13
Author: Patrick Breheny [aut,cre], Sangin Lee [ctb]
Maintainer: Patrick Breheny <patrick-breheny@uiowa.edu>
Depends:
Suggests: survival, parallel, knitr
VignetteBuilder: knitr
Description: Efficient algorithms for fitting regularization paths for linear or
logistic regression models penalized by MCP or SCAD, with optional additional
L2 penalty.
BugReports: http://github.com/pbreheny/ncvreg/issues
License: GPL-3
URL: http://myweb.uiowa.edu/pbreheny/publications/Breheny2011.pdf
NeedsCompilation: yes
Packaged: 2016-06-13 15:54:16 UTC; pbreheny
Repository: CRAN
Date/Publication: 2016-06-13 18:38:17

● Cran Task View: MachineLearning
● 0 images, 18 functions, 3 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ncvreg' ...
** package 'ncvreg' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c binomial.c -o binomial.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cox-dh.c -o cox-dh.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gaussian.c -o gaussian.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c maxprod.c -o maxprod.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ncvreg.c -o ncvreg.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c poisson.c -o poisson.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c raw.c -o raw.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c standardize.c -o standardize.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ncvreg.so binomial.o cox-dh.o gaussian.o maxprod.o ncvreg.o poisson.o raw.o standardize.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ncvreg/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ncvreg'
    finding HTML links ... done
    Lung                                    html  
    auc                                     html  
    cv.ncvreg                               html  
    cv.ncvsurv                              html  
    fir                                     html  
    heart                                   html  
    ncvreg-internal                         html  
    ncvreg-package                          html  
    ncvreg                                  html  
    ncvsurv                                 html  
    perm.ncvreg                             html  
    permres                                 html  
    plot.cv.ncvreg                          html  
    plot.fir                                html  
    plot.ncvreg                             html  
    plot.ncvsurv.func                       html  
    predict                                 html  
    predict.ncvsurv                         html  
    prostate                                html  
    std                                     html  
    summary.cv.ncvreg                       html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (ncvreg)
Making 'packages.html' ... done