Package: lsoda
Type: Package
Title: 'C++' Header Library for Ordinary Differential Equations
Version: 1.2
Authors@R: c(person("Mark", "Clements",
                  role = c("aut", "cre"),
                  email = "mark.clements@ki.se"),
	     person("Dilawar", "Singh", role="ctb"),
	     person("Heng", "Li", role="ctb"),
             person("Peter N.","Brown", role = "ctb"),
             person("George D.","Byrne", role = "ctb"),
             person("Alan C.","Hindmarsh", role = "ctb"),
             person("Cleve","Moler", role = "ctb"),
             person("Linda R.","Petzold", role = "ctb"))
Description: A 'C++' header library for using the 'libsoda-cxx' library with R. The 'C++' header reimplements the 'lsoda' function from the 'ODEPACK' library for solving initial value problems for first order ordinary differential equations (Hindmarsh, 1982; <https://computing.llnl.gov/sites/default/files/ODEPACK_pub1_u88007.pdf>). The 'C++' header can be used by other R packages by linking against this package. The 'C++' functions can be called inline using 'Rcpp'. Finally, the package provides an 'ode' function to call from R.
License: MIT + file LICENSE
URL: https://github.com/mclements/lsoda
BugReports: https://github.com/mclements/lsoda/issues
Imports: Rcpp (>= 1.0.12)
Suggests: deSolve, RcppArmadillo, RcppEigen, microbenchmark
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-05-11 19:20:18 UTC; marcle
Author: Mark Clements [aut, cre],
  Dilawar Singh [ctb],
  Heng Li [ctb],
  Peter N. Brown [ctb],
  George D. Byrne [ctb],
  Alan C. Hindmarsh [ctb],
  Cleve Moler [ctb],
  Linda R. Petzold [ctb]
Maintainer: Mark Clements <mark.clements@ki.se>
Repository: CRAN
Date/Publication: 2025-05-11 19:30:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:39:44 UTC; windows
Archs: x64
