The latest development version (3.4.5.0) is available for download on the pomp website. This release includes a major overhaul of the two reproducibility functions, bake and stew. These functions are used for caching the results of expensive calculations. In the past, if the cached calculation was modified, or if any of its dependencies changed, it was necessary to manually delete the cache file. As of version 3.4.5.0, pomp now silently caches information about the calculation and its dependencies. If these are modified, recomputation is triggered. See the package manual for more details.

To install from the package repository, do

install.packages("pomp",repos="https://kingaa.github.io/")

or

devtools::install_github("kingaa/pomp@3.4.5.0")

NSF
NCEAS
NIH

This software has been made possible by support from the U.S. National Science Foundation (Grants #EF-0545276, #EF-0430120), by the “Inference for Mechanistic Models” Working Group supported by the National Center for Ecological Analysis and Synthesis (a Center funded by N.S.F. (Grant #DEB-0553768), the University of California, Santa Barbara, and the State of California), and by the RAPIDD program of the Science & Technology Directorate, Department of Homeland Security and the Fogarty International Center, U.S. National Institutes of Health.