Last data update: 2014.03.03

polywog

Package: polywog
Title: Bootstrapped Basis Regression with Oracle Model Selection
Version: 0.4-0
Date: 2014-04-23
Author: Brenton Kenkel and Curtis S. Signorino
Maintainer: Brenton Kenkel <brenton.kenkel@gmail.com>
Description: Routines for flexible functional form estimation via basis
regression, with model selection via the adaptive LASSO or SCAD to prevent
overfitting.
License: GPL (>= 2)
URL: https://github.com/brentonk/polywog-package
Depends: miscTools (>= 0.6-12)
Imports: foreach, Formula, glmnet (>= 1.9-5), iterators, Matrix, ncvreg
(>= 2.4-0), Rcpp (>= 0.11.0), stringr
LinkingTo: Rcpp
Suggests: car, lattice, rgl
Packaged: 2014-04-23 20:09:42 UTC; bkenkel
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-04-24 07:43:11

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'polywog' ...
** package 'polywog' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c computeExpandMatrix.cpp -o computeExpandMatrix.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c computeMargEff.cpp -o computeMargEff.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c computePolyTerms.cpp -o computePolyTerms.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c computePredict.cpp -o computePredict.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c polynomials.cpp -o polynomials.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c sparse.cpp -o sparse.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o polywog.so RcppExports.o computeExpandMatrix.o computeMargEff.o computePolyTerms.o computePredict.o polynomials.o sparse.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/polywog/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'polywog'
    finding HTML links ... done
    bootPolywog                             html  
    finding level-2 HTML links ... done

    cv.polywog                              html  
    margEff.polywog                         html  
    model.frame.polywog                     html  
    model.matrix.polywog                    html  
    plot.margEff.polywog                    html  
    plot.polywog                            html  
Rd warning: /tmp/RtmpgNYlKF/R.INSTALL72bc3830657a/polywog/man/plot.polywog.Rd:39: missing file link 'wireframe'
    polywog-package                         html  
    polywog                                 html  
    predVals                                html  
    predict.polywog                         html  
    summary.margEff.polywog                 html  
    summary.polywog                         html  
** building package indices
** testing if installed package can be loaded
* DONE (polywog)
Making 'packages.html' ... done