- Update TMB code to avoid noRemap compiler warnings on CRAN.
- Update TMB code to avoid gcc compiler warnings on CRAN.
- Fix plotting issue in
compare_models
. compare_models
can now directly take MLZ_model objects instead of a list, i.e.,compare_models(x, y)
instead ofcompare_models(list(x,y))
.- Argument
type
in plot method forMLZ_data
is added to produce one plot at a time.
- Add an upper limit to Z as a function argument
Z.max
. Warning flag if model hits the upper limit. - Brief description of MLmulti in documentation.
- Wrap examples that take longer than 5 secs to run with \dontrun{}. This is intended to address memory issues during CRAN check.
- Initial release on CRAN.