MLZ 0.1.5
- Update TMB code to avoid noRemap compiler warnings on CRAN.
MLZ 0.1.4
- Update TMB code to avoid gcc compiler warnings on CRAN.
MLZ 0.1.3
- Fix plotting issue in compare_models.
- compare_modelscan now directly take MLZ_model objects
instead of a list, i.e.,- compare_models(x, y)instead of- compare_models(list(x,y)).
- Argument typein plot method forMLZ_datais added to produce one plot at a time.
MLZ 0.1.2
- 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.
MLZ 0.1.1
- Wrap examples that take longer than 5 secs to run with . This is
intended to address memory issues during CRAN check.
MLZ 0.1.0