Skip to content

Releases: colmanhumphrey/glmmboot

v0.6.0: new cran release

27 Jun 19:51
1000727

Choose a tag to compare

  • Removing previously deprecated functions (deprecated as of 0.4.0)
  • Adding conditional evaluation for tests and the vignette (and the readme)
    for glmmTMB, in case it's not present / installable on a given system (as
    it's only a suggested package)

Minor:

  • Removing call. = FALSE for errors and warnings
  • adding future.seed = TRUE to future.apply::future_lapply call for better RNG
  • Minor vignette and README copy edits

CRAN release 2020-03-30

27 Jun 01:28
27bb38c

Choose a tag to compare

Fix donttest (#7)

* replacing donttest with dontrun

* version number to dev (and some trailing spaces)

* getting ready for release

- update version to 0.5.1
- add new change to news
- update cran comments to reflect current update

* updating the docs for the changed example

* updating cran comments to reflect R versions tested