Source: r-cran-lsoda
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-rcpp (>= 1.0.12),
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-lsoda
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-lsoda.git
Homepage: https://cran.r-project.org/package=lsoda

Package: r-cran-lsoda
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: '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.
