forked from mjskay/ARTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
executable file
·57 lines (34 loc) · 1.61 KB
/
NEWS
File metadata and controls
executable file
·57 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
ARTool 0.10.4
=============
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.1
=============
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
=============
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).
ARTool 0.9.5
============
Testing fix for changes in upcoming version of lsmeans: round lsmeans p value tests to 5 decimal places to accommodate changes to Tukey adjustment
ARTool 0.9.4
============
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