# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "lsoda" in publications use:' type: software license: MIT title: 'lsoda: ''C++'' Header Library for Ordinary Differential Equations' version: '1.2' doi: 10.32614/CRAN.package.lsoda abstract: 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. authors: - family-names: Clements given-names: Mark email: mark.clements@ki.se repository: https://mclements.r-universe.dev repository-code: https://github.com/mclements/lsoda commit: 5088648e7e4784fed6dd3be07c97308d8600cc03 url: https://github.com/mclements/lsoda date-released: '2026-04-25' contact: - family-names: Clements given-names: Mark email: mark.clements@ki.se