ipmr 0.0.7

Fixes a test that was failing for r-devel on CRAN. There are no other changes.

ipmr 0.0.6

This is a maintenance to release to ensure compatibility with the upcoming release of purrr. There aren’t any major changes. A couple features have been added, and some bugs have been fixed.

Features

Bug fixes

ipmr 0.0.5

Contains a number of bug fixes and some new functionality. The latter are mostly related to PADRINO models, and shouldn’t have too much of an effect on existing user-specified IPMs.

Features

Bug fixes

ipmr 0.0.4

Contains small tweaks, bug fixes, and new feature additions. There shouldn’t be any breaking changes to the API.

Features

define_env_state(proto_ipm, 
                 temp = rnorm(1, 20, 3), 
                 precip = rgamma(1, 400, 2),
                 data_list = list())

Bug fixes

ipmr 0.0.3

Contains a some tweaks and bug fixes, and a few new features:

Features

Bug fixes

ipmr 0.0.2

Contains a some tweaks and bug fixes. There is one major API change that renames parameters in define_kernel.

ipmr 0.0.1

This is the first version of ipmr. It contains methods for constructing a variety of IPMs as well as methods for basic analysis. Complete documentation is in the vignettes and on the package website.