Last data update: 2014.03.03

Libra

Package: Libra
Type: Package
Title: Linearized Bregman Algorithms for Generalized Linear Models
Version: 1.5
Date: 2016-2-13
Author: Feng Ruan, Jiechao Xiong and Yuan Yao
Maintainer: Jiechao Xiong <xiongjiechao@pku.edu.cn>
Depends: R (>= 3.0), nnls
Suggests: lars, MASS, igraph
SystemRequirements: GNU Scientific Library (GSL)
Description: Efficient procedures for fitting the regularization path
for linear, binomial, multinomial, Ising and Potts models with lasso,
group lasso or column lasso(only for multinomial) penalty.
The package uses Linearized Bregman Algorithm to solve the
regularization path through iterations. Bregman Inverse Scale Space Differential
Inclusion solver is also provided for linear model with lasso penalty.
License: GPL-2
URL: http://arxiv.org/abs/1406.7728
Packaged: 2016-02-17 06:08:57 UTC; jcxiong
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-02-17 14:15:16
RoxygenNote: 5.0.1

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Libra' ...
** package 'Libra' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c LBLasso.c -o LBLasso.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c LBheader.c -o LBheader.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c LBlogistic.c -o LBlogistic.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c LBmultilogistic.c -o LBmultilogistic.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ggm.c -o ggm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ising.c -o ising.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c potts.c -o potts.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Libra.so LBLasso.o LBheader.o LBlogistic.o LBmultilogistic.o ggm.o ising.o potts.o -L/usr/local/lib -lgsl -lgslcblas -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Libra/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Libra'
    finding HTML links ... done
    cv.iss                                  html  
    cv.lb                                   html  
    diabetes                                html  
    ggm                                     html  
    ising                                   html  
    isingdata                               html  
    iss                                     html  
    lb                                      html  
    plot.lb                                 html  
    potts                                   html  
    predict.lb                              html  
    west10                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (Libra)
Making 'packages.html' ... done