Last data update: 2014.03.03

limSolve

Package: limSolve
Version: 1.5.5.1
Date: 2014-11-01
Title: Solving Linear Inverse Models
Author: Karline Soetaert [aut, cre],
Karel Van den Meersche [aut],
Dick van Oevelen [aut],
LAPACK authors [cph]
Authors@R: c(person("Karline","Soetaert", role = c("aut","cre"),
email = "karline.soetaert@nioz.nl"),
person("Karel","Van den Meersche", role = "aut"),
person("Dick","van Oevelen", role = "aut",
email = "dick.vanoevelen@nioz.nl"),
person("LAPACK authors", role = "cph"))
Maintainer: Karline Soetaert <karline.soetaert@nioz.nl>
Depends: R (>= 2.10)
Imports: quadprog, lpSolve, MASS
Description: Functions that (1.) Find the minimum/maximum of a linear or quadratic function:
min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(ai*xi)
subject to equality constraints Ex=f and/or inequality constraints Gx>=h.
(2.) Sample an underdetermined- or overdetermined system Ex=f subject to Gx>=h, and if applicable Ax~=b.
(3.) Solve a linear system Ax=B for the unknown x. Includes banded and tridiagonal linear systems.
The package calls Fortran functions from LINPACK
License: GPL
Copyright: inst/COPYRIGHTS
LazyData: yes
Packaged: 2014-11-01 09:25:26 UTC; rforge
Repository: CRAN
Repository/R-Forge/Project: limsolve
Repository/R-Forge/Revision: 101
Repository/R-Forge/DateTimeStamp: 2014-11-01 09:11:56
Date/Publication: 2014-11-03 15:00:03
NeedsCompilation: yes

● Cran Task View: Optimization
● 0 images, 15 functions, 5 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'limSolve' ...
** package 'limSolve' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c colrow.f -o colrow.o
f95   -fpic  -g -O2  -c inverse.f -o inverse.o
f95   -fpic  -g -O2  -c solve.f -o solve.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o limSolve.so colrow.o inverse.o solve.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/limSolve/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'limSolve'
    finding HTML links ... done
    Blending                                html  
    Chemtax                                 html  
    E_coli                                  html  
    Minkdiet                                html  
    RigaWeb                                 html  
    Solve                                   html  
    Solve.banded                            html  
    Solve.block                             html  
    Solve.tridiag                           html  
    ldei                                    html  
    ldp                                     html  
    limSolve                                html  
    linp                                    html  
    lsei                                    html  
    nnls                                    html  
    resolution                              html  
    varranges                               html  
    varsample                               html  
    xranges                                 html  
    xsample                                 html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (limSolve)
Making 'packages.html' ... done