-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update snapshots for testthat 3.2.0 release
- Loading branch information
1 parent
a2dda58
commit b5fb975
Showing
4 changed files
with
27 additions
and
4 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 |
---|---|---|
|
@@ -62,7 +62,7 @@ Suggests: | |
rmarkdown, | ||
rstanarm, | ||
see, | ||
testthat (>= 3.1.6), | ||
testthat (>= 3.2.0), | ||
tibble, | ||
tidyr, | ||
withr | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# contr.deviation | snapshot | ||
|
||
Code | ||
solve(c.deviation) | ||
Output | ||
4 6 8 | ||
Intercept 0.3333333 0.3333333 0.3333333 | ||
6 -1.0000000 1.0000000 0.0000000 | ||
8 -1.0000000 0.0000000 1.0000000 | ||
|
||
--- | ||
|
||
Code | ||
solve(mm) | ||
Output | ||
cyl4.am0 cyl4.am1 cyl6.am0 cyl6.am1 cyl8.am0 cyl8.am1 | ||
(Intercept) 0.3333333 0.0000000 0.3333333 0.0000000 0.3333333 0.0000000 | ||
cyl6 -1.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 | ||
cyl8 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 | ||
am1 -0.3333333 0.3333333 -0.3333333 0.3333333 -0.3333333 0.3333333 | ||
cyl6:am1 1.0000000 -1.0000000 -1.0000000 1.0000000 0.0000000 0.0000000 | ||
cyl8:am1 1.0000000 -1.0000000 0.0000000 0.0000000 -1.0000000 1.0000000 | ||
|
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