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
- Adds an
as.matrix()
method foripmr_ipm
andipmr_matrix
. This strips theipmr_matrix
class away, and returns a matrix/array object. When called on anipmr_ipm
, it returns a list of sub-kernels that are just standard matrix/array objects. Thanks for @Aariq for requesting this (#63).
Bug fixes
-
The title in
conv_plot
is now correctly updated when there are multiple parameter sets used to construct an IPM. Previously, the title was always something likelamdba_1
, regardless of which level of parameter set was being plotted. Thanks to @SanneE1 for pointing this out (#64). -
Clarifies some error messages.
-
Removes automatic faceting in
plot.*
, as that usually failed when too many kernels were present. Instead, just use thenrow
andncol
arguments to the function now.