-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
270 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Type: Package | ||
Package: supernova | ||
Title: Judd, McClelland, & Ryan Formatting for ANOVA Output | ||
Version: 2.5.3 | ||
Date: 2022-07-11 | ||
Version: 2.5.4 | ||
Date: 2022-07-28 | ||
Authors@R: c( | ||
person("Adam", "Blake", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0001-7881-8652")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
## Release summary | ||
|
||
* Fix issue where using a model fit with an interactive term that has `factor()` | ||
in it (e.g. `lm(mpg ~ factor(cyl) * hp, data = mtcars)`) would result in an | ||
incorrect *df* (and related values) in the ANOVA table. | ||
- Fix print error where `generate_models()` would only print the comparison models for type III SS. | ||
|
||
## Test environments | ||
|
||
- Local install on macOS Monterey 12.4 (ARM); R 4.2.1 | ||
- Local install on macOS Monterey 12.5 (ARM); R 4.2.1 | ||
- GitHub Actions | ||
* macOS, 11.6.6; R 4.2.1 | ||
* Microsoft Windows Server 2022, 10.0.20348; R 4.2.1 | ||
* Ubuntu, 20.04; R-devel, R 4.2.1 | ||
|
||
- macOS, 11.6.8; R 4.2.1 | ||
- Microsoft Windows Server 2022, 10.0.20348; R 4.2.1 | ||
- Ubuntu, 20.04.4; R-devel, R 4.2.1 | ||
- `check_rhub()` | ||
- `check_win_devel()` | ||
|
||
## R CMD check results | ||
|
||
0 errors v | 0 warnings v | 0 notes v | ||
|
||
R CMD check succeeded | ||
|
||
|
||
## Reverse dependencies | ||
|
||
No known reverse dependencies (no results from `devtools::revdep('supernova')`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.