Skip to content

Releases: mjskay/ARTool

ARTool 0.11.0

26 Apr 23:03
Compare
Choose a tag to compare

Major changes:

  • Added the art.con() and artlm.con() implementing the ART-C procedure
    for contrast testing, and updated vignette("art-contrasts") to
    demonstrate it.

ARTool 0.10.8

31 Oct 22:05
Compare
Choose a tag to compare

Minor release to update maintainer email address.

ARTool 0.10.7

31 Oct 02:14
Compare
Choose a tag to compare

Minor changes:

  • Forward-compatible fix for tests needed for when stringsAsFactors default
    becomes FALSE (in R 4).

Bug fixes:

  • Fix for a bug in alignment that occurs with high-order interactions (4+)
    (thanks to Hidekazu Kaneko).

ARTool 0.10.6

03 Feb 23:28
Compare
Choose a tag to compare

Minor changes:

  • Minor changes to ensure tests pass due to changes in output from lme4::lmer

ARTool 0.10.5

09 Jul 17:47
Compare
Choose a tag to compare

Minor changes:

  • Replace lsmeans with emmeans in code and docs due to lsmeans being deprecated
  • Use psych::d.ci for Cohen's d CIs in effect size vignette

ARTool 0.10.4

24 Oct 12:48
Compare
Choose a tag to compare

Minor changes:

  • Reference phia vignette using function call instead of non-canonical URL
  • Cautionary note about standardized effect sizes in effect size vignette
  • Added testInteractions example as alternative in contrasts vignette

Bugfixes:

  • Dependency fixes for failed test at testthat/test.artlm.R:35 (our use of lsmeans in that
    test requires some additional packages only declared as "suggests" in lsmeans, so now
    we "suggest" them as well).

ARTool 0.10.2

29 Mar 18:15
Compare
Choose a tag to compare

New features:

  • New vignette describing effect size estimates
  • Using lsmeans interactions argument instead of phia for interaction contrasts vignette

Bugfixes:

  • Require R >= 3.2 and lsmeans >= 2.22 to fix some bugs in earlier versions

ARTool 0.10.0

11 Jan 08:54
Compare
Choose a tag to compare

New features:

  • Support for Error() terms in model formulas (resulting models are run using aov())
  • Checks for numeric variables passed into formulas that may cause incorrect results (if the user intended data to be treated as categorical)
  • More detailed ANOVA tables
  • New vignette describing contrast tests, particularly for interactions (vignette("art-contrasts"))

Bugfixes:

  • Formulas now correctly support arbitrary expressions as terms (rather than just column names).

Updated version for new lsmeans

01 Jun 01:39
Compare
Choose a tag to compare

Testing fix for changes in upcoming version of lsmeans: round lsmeans p value tests to 5 decimal places to accomodate changes to Tukey adjustment

Updated version for new testthat

27 May 23:01
Compare
Choose a tag to compare

Minor changes to testing based on updated version of
testthat (0.10.0):

  • More closely follow recommended
    testthat usage
  • Skip tests requiring lsmeans if it
    is not installed