Dr Philipp Boersch‑Supan

Quantitative Ecologist

deBInfer v0.4.1 now on CRAN!

CRAN Badge

We are very excited to announce the initial CRAN release of our R package for Bayesian inference in differential equation models. At this point we consider the package API stable, and we will strive to preserve backwards compatibility in future releases. Also included in the CRAN release are three vignettes covering example applications for ODEs and DDEs.

The CRAN version of the package can be found at https://cran.r-project.org/package=deBInfer and the package can be installed in R with thecommand install.packages("deBInfer").

We continue to work on the package, and a development version is available at https://github.com/pboesu/debinfer it can be installed directly from github using the devtools package: install.packages("devtools") devtools::install_github("pboesu/debinfer")

HTML help files for the development version, and the most recent versions of the vignettes are available at http://pboesu.github.io/debinfer

Background on the methods implemented in deBInfer can be found in our paper deBInfer: Bayesian inference for dynamical models of biological systems in R