Package: lsoda 1.2
lsoda: 'C++' Header Library for Ordinary Differential Equations
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.
Authors:
lsoda_1.2.tar.gz
lsoda_1.2.zip(r-4.7)lsoda_1.2.zip(r-4.6)lsoda_1.2.zip(r-4.5)
lsoda_1.2.tgz(r-4.6-x86_64)lsoda_1.2.tgz(r-4.6-arm64)lsoda_1.2.tgz(r-4.5-x86_64)lsoda_1.2.tgz(r-4.5-arm64)
lsoda_1.2.tar.gz(r-4.7-arm64)lsoda_1.2.tar.gz(r-4.7-x86_64)lsoda_1.2.tar.gz(r-4.6-arm64)lsoda_1.2.tar.gz(r-4.6-x86_64)
lsoda_1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lsoda/json (API)
| # Install 'lsoda' in R: |
| install.packages('lsoda', repos = c('https://mclements.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mclements/lsoda/issues
Last updated from:5088648e7e. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 2909 | ||
| linux-devel-x86_64 | OK | 155 | ||
| source / vignettes | OK | 140 | ||
| linux-release-arm64 | OK | 109 | ||
| linux-release-x86_64 | OK | 105 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-release-x86_64 | OK | 189 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| macos-oldrel-x86_64 | OK | 182 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 106 | ||
| windows-oldrel | OK | 102 | ||
| wasm-release | OK | 86 |
Dependencies:Rcpp
