Skip to content

Releases: jknowles/merTools

v0.6.1

28 Mar 12:40
Compare
Choose a tag to compare

merTools 0.6.1 (Spring 2023)

  • Maintenance release to keep package listed on CRAN
  • Fix a small bug where parallel code path is run twice (#126)
  • Update plotting functions to avoid deprecated aes_string() calls (#127)
  • Fix (#115) in description
  • Speed up PI using @bbolker pull request (#120)
  • Updated package maintainer contact information

v0.5 - REMargins

13 May 12:58
Compare
Choose a tag to compare

New Features

  • subBoot now works with glmerMod objects as well
  • reMargins a new function that allows the user to marginalize the prediction over breaks in the
    distribution of random effect distributions, see ?reMargins and the new reMargins vignette (closes #73)

Bug fixes

  • Fixed an issue where known convergence errors were issuing warnings and causing the test suite
    to not work
  • Fixed an issue where models with a random slope, no intercept, and no fixed term were unable
    to be predicted (#101)
  • Fixed an issue with shinyMer not working with substantive fixed effects (#93)

CRAN Release 0.4.1

05 Jun 12:51
Compare
Choose a tag to compare

This is a major release providing new functionality for working with multilevel models and imputation sets. It also fixes a number of outstanding bugs, and improves performance. Review the NEWS.md for details.

CRAN Release 0.3.0

12 Dec 17:33
Compare
Choose a tag to compare

This is a major release for merTools with improvements to nearly all core functions, documentation, and helper functions. Most importantly, results from predictInterval for this version will be significantly more accurate than for previous versions, owning to a change in the way the intervals are calculated using the residual model error.

See the news.md file for a full list of changes. This is the last preview release before a planned 1.0 release later in 2017.

CRAN 0.2.0 Release

20 Feb 03:10
Compare
Choose a tag to compare

This is the version of the repository for the 0.2.0 version posted to CRAN on 02-19-2016

Initial CRAN Submission 0.1.0

12 Aug 16:39
Compare
Choose a tag to compare

This is the initial release to CRAN, version 0.1.0, of the merTools package.