Package: bvpSolve
Version: 1.4.3
Title: Solvers for Boundary Value Problems of Differential Equations
Authors@R: c(person("Karline","Soetaert", role = c("aut","cre"), 
                     email = "karline.soetaert@nioz.nl", 
					 comment = c(ORCID = "0000-0003-4603-7100")),
             person("Jeff","Cash", role = "aut", 
                     email = "j.cash@imperial.ac.uk"),
             person("Francesca","Mazzia", role = "aut", 
                     email = "mazzia@dm.uniba.it"),
             person("Uri M.","Ascher", role = "ctb", 
                     comment = "files colsysR.f, colnewR.f, coldaeR.f"),
             person("G.","Bader", role = "ctb", 
                     comment = "file colnewR.f"),
             person("J.","Christiansen", role = "ctb", 
                     comment = "file colsysR.f"),
             person("Robert R.","Russell", role = "ctb", 
                     comment = "file colsysR.f"))
Author: Karline Soetaert [aut, cre] (<https://orcid.org/0000-0003-4603-7100>),
  Jeff Cash [aut],
  Francesca Mazzia [aut],
  Uri M. Ascher [ctb] (files colsysR.f, colnewR.f, coldaeR.f),
  G. Bader [ctb] (file colnewR.f),
  J. Christiansen [ctb] (file colsysR.f),
  Robert R. Russell [ctb] (file colsysR.f)
Maintainer: Karline Soetaert <karline.soetaert@nioz.nl>
Depends: R (>= 2.01), deSolve
Imports: rootSolve, stats, graphics, grDevices
Description: Functions that solve boundary value problems ('BVP') of systems of ordinary
             differential equations ('ODE') and differential algebraic equations ('DAE').
             The functions provide an interface to the FORTRAN functions
             'twpbvpC', 'colnew/colsys', and an R-implementation of the shooting method.
             Mazzia, F., J.R. Cash and K. Soetaert, 2014. 
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2021-09-24 06:49:26 UTC; karlines
Repository: CRAN
Date/Publication: 2021-10-06 09:50:02 UTC
