Last data update: 2014.03.03

genlasso

Package: genlasso
Type: Package
Title: Path algorithm for generalized lasso problems
Version: 1.3
Date: 2014-09-14
Author: Taylor B. Arnold and Ryan J. Tibshirani
Maintainer: Taylor Arnold <taylor.arnold@aya.yale.edu>
Description: This package computes the solution path for generalized lasso problems. Important use cases are the fused lasso over an arbitrary graph, and trend fitting of any given polynomial order. Specialized implementations for the latter two subproblems are given to improve stability and speed.
License: GPL (>= 2.0)
Depends: MASS, Matrix, igraph
ByteCompile: TRUE
URL: https://github.com/statsmaths/genlasso
Packaged: 2014-09-15 03:50:06 UTC; taylor
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-15 07:36:28

● 0 images, 11 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'genlasso' ...
** package 'genlasso' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c matrixcomps.c -o matrixcomps.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o genlasso.so matrixcomps.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/genlasso/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'genlasso'
    finding HTML links ... done
    coef.genlasso                           html  
    cv.trendfilter                          html  
    fusedlasso                              html  
    genlasso-package                        html  
    genlasso                                html  
    getD2d                                  html  
    iterate                                 html  
    plot.genlasso                           html  
    predict.genlasso                        html  
    softthresh                              html  
    trendfilter                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (genlasso)
Making 'packages.html' ... done