Last data update: 2014.03.03

lintools

Package: lintools
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: GPL-3
Title: Manipulation of Linear Systems of (in)Equalities
LazyData: no
Type: Package
LazyLoad: yes
Authors@R: c(person("Mark", "van der Loo", role=c("aut","cre"), email="mark.vanderloo@gmail.com") , person("Edwin", "de Jonge", role="aut"))
Description: Variable elimination (Gaussian elimination, Fourier-Motzkin elimination),
Moore-Penrose pseudoinverse, reduction to reduced row echelon form, value substitution,
projecting a vector on the convex polytope described by a system of (in)equations,
simplify systems by removing spurious columns and rows and collapse implied equalities,
test if a matrix is totally unimodilar, compute variable ranges implied by linear
(in)equalities.
Version: 0.1.1.1
URL: https://github.com/data-cleaning/lintools
BugReports: https://github.com/data-cleaning/lintools/issues
Date: 2016-03-04
Imports: utils
Suggests: testthat, knitr
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-03-04 16:45:29 UTC; mark
Author: Mark van der Loo [aut, cre],
Edwin de Jonge [aut]
Repository: CRAN
Date/Publication: 2016-03-04 22:30:48

● 0 images, 18 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lintools' ...
** package 'lintools' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_all_finite.c -o R_all_finite.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_dc_spa.c -o R_dc_spa.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_sc_arith.c -o R_sc_arith.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_spa.c -o R_spa.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_sparseConstraints.c -o R_sparseConstraints.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dc_spa.c -o dc_spa.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c maxdist.c -o maxdist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sc_arith.c -o sc_arith.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c spa.c -o spa.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sparseConstraints.c -o sparseConstraints.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lintools.so R_all_finite.o R_dc_spa.o R_sc_arith.o R_spa.o R_sparseConstraints.o dc_spa.o maxdist.o sc_arith.o spa.o sparseConstraints.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lintools/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lintools'
    finding HTML links ... done
    allTotallyUnimodular                    html  
    block_index                             html  
    compact                                 html  
    echelon                                 html  
    eliminate                               html  
    hellerTompkins                          html  
    is_feasible                             html  
    is_totally_unimodular                   html  
    lintools                                html  
    normalize                               html  
    pinv                                    html  
    project                                 html  
    raghavachari                            html  
    ranges                                  html  
    reduceMatrix                            html  
    sparse_constraints                      html  
    sparse_project                          html  
    subst_value                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lintools)
Making 'packages.html' ... done