Last data update: 2014.03.03

SparseM

Package: SparseM
Version: 1.7
Author: Roger Koenker <rkoenker@uiuc.edu> and Pin Ng <Pin.Ng@NAU.EDU>
Maintainer: Roger Koenker <rkoenker@uiuc.edu>
Depends: R (>= 2.15), methods
Imports: graphics, stats, utils
Description: Some basic linear algebra functionality for sparse matrices is
provided: including Cholesky decomposition and backsolving as well as
standard R subsetting and Kronecker products.
License: GPL (>= 2)
Title: Sparse Linear Algebra
URL: http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html
NeedsCompilation: yes
Repository: CRAN
Packaged: 2015-08-14 18:29:09 UTC; roger
Date/Publication: 2015-08-15 23:30:51

● Cran Task View: Econometrics, Multivariate, NumericalMathematics
● 0 images, 22 functions, 2 datasets
Reverse Depends: 11

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'SparseM' ...
** package 'SparseM' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c bckslv.f -o bckslv.o
f95   -fpic  -g -O2  -c chol.f -o chol.o
f95   -fpic  -g -O2  -c chol2csr.f -o chol2csr.o
f95   -fpic  -g -O2  -c cholesky.f -o cholesky.o
f95   -fpic  -g -O2  -c csr.f -o csr.o
f95   -fpic  -g -O2  -c extract.f -o extract.o
f95   -fpic  -g -O2  -c sparskit.f -o sparskit.o
f95   -fpic  -g -O2  -c subscr.f -o subscr.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o SparseM.so bckslv.o chol.o chol2csr.o cholesky.o csr.o extract.o sparskit.o subscr.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/SparseM/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
Creating a generic function for 'as.matrix' from package 'base' in package 'SparseM'
Creating a generic function for 't' from package 'base' in package 'SparseM'
Creating a generic function for 'diff' from package 'base' in package 'SparseM'
Creating a generic function for 'diag' from package 'base' in package 'SparseM'
Creating a generic function for 'diag<-' from package 'base' in package 'SparseM'
Creating a generic function for 'determinant' from package 'base' in package 'SparseM'
Creating a generic function for 'norm' from package 'base' in package 'SparseM'
Creating a generic function for 'chol' from package 'base' in package 'SparseM'
Creating a new generic function for 'backsolve' in package 'SparseM'
Creating a generic function for 'forwardsolve' from package 'base' in package 'SparseM'
Creating a generic function for 'solve' from package 'base' in package 'SparseM'
Creating a generic function for 'model.matrix' from package 'stats' in package 'SparseM'
Creating a generic function for 'model.response' from package 'stats' in package 'SparseM'
** help
*** installing help indices
  converting help for package 'SparseM'
    finding HTML links ... done
    SparseM.hb                              html  
    SparseM.image                           html  
    SparseM.ontology                        html  
    SparseM.ops                             html  
Rd warning: /tmp/RtmpgLnNbM/R.INSTALL3d83645dd386/SparseM/man/SparseM.ops.Rd:101: missing file link 'determinant'
    SparseM.solve                           html  
    character-null-class                    html  
    lsq                                     html  
    matrix.coo-class                        html  
    matrix.csc-class                        html  
    matrix.csc.hb-class                     html  
    matrix.csr-class                        html  
    matrix.csr.chol-class                   html  
    matrix.ssc-class                        html  
    matrix.ssc.hb-class                     html  
    matrix.ssr-class                        html  
    mslm-class                              html  
    numeric-null-class                      html  
    slm-class                               html  
    slm                                     html  
    slm.fit                                 html  
    slm.methods                             html  
    summary.mslm-class                      html  
    summary.slm-class                       html  
    triogramX                               html  
** building package indices
** installing vignettes
   'SparseM.Rnw' 
** testing if installed package can be loaded
* DONE (SparseM)
Making 'packages.html' ... done