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; ). 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 Repository: https://mclements.r-universe.dev Date/Publication: 2026-04-25 13:37:28 UTC RemoteUrl: https://github.com/mclements/lsoda RemoteRef: HEAD RemoteSha: 5088648e7e4784fed6dd3be07c97308d8600cc03 NeedsCompilation: yes Packaged: 2026-07-04 07:22:46 UTC; root 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