Last data update: 2014.03.03

rootSolve

Package: rootSolve
Version: 1.6.6
Title: Nonlinear Root Finding, Equilibrium and Steady-State Analysis of
Ordinary Differential Equations
Author: Karline Soetaert [aut, cre],
yale sparse matrix package authors [cph]
Authors@R: c(person("Karline","Soetaert", role = c("aut", "cre"),
email = "karline.soetaert@nioz.nl"),
person("yale sparse matrix package authors", role = "cph"))
Maintainer: Karline Soetaert <karline.soetaert@nioz.nl>
Depends: R (>= 2.01)
Imports: stats, graphics, grDevices
Description: Routines to find the root of nonlinear functions, and to perform steady-state and equilibrium analysis of ordinary differential equations (ODE).
Includes routines that: (1) generate gradient and Jacobian matrices (full and banded),
(2) find roots of non-linear equations by the Newton-Raphson method,
(3) estimate steady-state conditions of a system of (differential) equations in full, banded or sparse form, using the Newton-Raphson method, or by dynamically running,
(4) solve the steady-state conditions for uni-and multicomponent 1-D, 2-D, and 3-D partial differential equations, that have been converted to ODEs
by numerical differencing (using the method-of-lines approach).
Includes fortran code.
License: GPL (>= 2)
LazyData: yes
Packaged: 2015-09-19 03:55:22 UTC; rforge
Repository: CRAN
Repository/R-Forge/Project: rootsolve
Repository/R-Forge/Revision: 88
Repository/R-Forge/DateTimeStamp: 2015-09-11 15:37:17
Date/Publication: 2015-10-05 17:07:44
NeedsCompilation: yes

● 0 images, 17 functions, 0 datasets
Reverse Depends: 16

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rootSolve' ...
** package 'rootSolve' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c call_runsteady.c -o call_runsteady.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c call_steady.c -o call_steady.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c call_stsparse.c -o call_stsparse.o
f95   -fpic  -g -O2  -c dlinpk.f -o dlinpk.o
f95   -fpic  -g -O2  -c dsparsk.f -o dsparsk.o
f95   -fpic  -g -O2  -c lsodes.f -o lsodes.o
f95   -fpic  -g -O2  -c sparse.f -o sparse.o
f95   -fpic  -g -O2  -c sparsecoeff.f -o sparsecoeff.o
f95   -fpic  -g -O2  -c sparsekit.f -o sparsekit.o
f95   -fpic  -g -O2  -c steady.f -o steady.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c steady_utils.c -o steady_utils.o
f95   -fpic  -g -O2  -c testMap.f -o testMap.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rootSolve.so call_runsteady.o call_steady.o call_stsparse.o dlinpk.o dsparsk.o lsodes.o sparse.o sparsecoeff.o sparsekit.o steady.o steady_utils.o testMap.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rootSolve/libs
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rootSolve'
    finding HTML links ... done
    gradient                                html  
    hessian                                 html  
    jacobian.band                           html  
    jacobian.full                           html  
    multiroot.1D                            html  
    multiroot                               html  
    plot.steady                             html  
    rootSolve                               html  
    runsteady                               html  
    steady.1D                               html  
    steady.2D                               html  
    steady.3D                               html  
    steady                                  html  
    steady.band                             html  
    stode                                   html  
    stodes                                  html  
    uniroot.all                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rootSolve)
Making 'packages.html' ... done