Last data update: 2014.03.03

biglm

Package: biglm
Type: Package
Title: bounded memory linear and generalized linear models
Version: 0.9-1
Author: Thomas Lumley
Maintainer: Thomas Lumley <tlumley@u.washington.edu>
Description: Regression for data too large to fit in memory
License: GPL
Suggests: RSQLite, RODBC
Depends: DBI, methods
Enhances: leaps
Packaged: 2013-05-15 21:18:22 UTC; tlum005
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-05-16 00:27:42

● Cran Task View: HighPerformanceComputing
● 0 images, 3 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'biglm' ...
** package 'biglm' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c boundedQR.c -o boundedQR.o
f95   -fpic  -g -O2  -c boundedQRf.f -o boundedQRf.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o biglm.so boundedQR.o boundedQRf.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/biglm/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'biglm'
    finding HTML links ... done
    bigglm                                  html  
    biglm                                   html  
    predict.bigglm                          html  
** building package indices
** testing if installed package can be loaded
* DONE (biglm)
Making 'packages.html' ... done