Last data update: 2014.03.03

slam

Package: slam
Version: 0.1-35
Title: Sparse Lightweight Arrays and Matrices
Authors@R: c(person("Kurt", "Hornik", role = c("aut", "cre"),
email = "Kurt.Hornik@R-project.org"),
person("David", "Meyer", role = "aut"),
person("Christian", "Buchta", role = "aut"))
Description: Data structures and algorithms for sparse arrays and matrices,
based on index arrays and simple triplet representations, respectively.
Depends: R (>= 2.8.0)
Imports: stats
Enhances: Matrix, SparseM, spam
License: GPL-2
NeedsCompilation: yes
Packaged: 2016-06-14 06:50:04 UTC; hornik
Author: Kurt Hornik [aut, cre],
David Meyer [aut],
Christian Buchta [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Repository: CRAN
Date/Publication: 2016-06-14 20:48:29

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'slam' ...
** package 'slam' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c apply.c -o apply.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c grouped.c -o grouped.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sparse.c -o sparse.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c util.c -o util.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o slam.so apply.o grouped.o sparse.o util.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/slam/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'slam'
    finding HTML links ... done
    abind                                   html  
    apply                                   html  
    array                                   html  
    crossprod                               html  
    foreign                                 html  
    matrix                                  html  
    norms                                   html  
    rollup                                  html  
    sums                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (slam)
Making 'packages.html' ... done