Skip to content

Commit dfd7461

Browse files
committed
update snap
1 parent 0478549 commit dfd7461

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

tests/testthat/_snaps/include_reference.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,19 @@
4141
Code
4242
print_md(out)
4343
Output
44-
[1] "|Parameter | m1 | m2 |"
45-
[2] "|:------------|:--------------------|:--------------------|"
46-
[3] "|(Intercept) |27.48 (23.43, 31.53) |27.48 (23.43, 31.53) |"
47-
[4] "|gear (3) | 0.00 | 0.00 |"
48-
[5] "|gear (4) | 0.08 (-3.68, 3.83) | 0.08 (-3.68, 3.83) |"
49-
[6] "|gear (5) | 2.39 (-2.50, 7.29) | 2.39 (-2.50, 7.29) |"
50-
[7] "|am (0) | 0.00 | 0.00 |"
51-
[8] "|am (1) | 4.14 ( 0.42, 7.85) | 4.14 ( 0.42, 7.85) |"
52-
[9] "|hp |-0.06 (-0.09, -0.04) |-0.06 (-0.09, -0.04) |"
53-
[10] "| | | |"
54-
[11] "|Observations | 32 | 32 |"
55-
attr(,"format")
56-
[1] "pipe"
57-
attr(,"class")
58-
[1] "knitr_kable" "character"
44+
45+
46+
|Parameter | m1 | m2 |
47+
|:------------|:--------------------|:--------------------|
48+
|(Intercept) |27.48 (23.43, 31.53) |27.48 (23.43, 31.53) |
49+
|gear (3) | 0.00 | 0.00 |
50+
|gear (4) | 0.08 (-3.68, 3.83) | 0.08 (-3.68, 3.83) |
51+
|gear (5) | 2.39 (-2.50, 7.29) | 2.39 (-2.50, 7.29) |
52+
|am (0) | 0.00 | 0.00 |
53+
|am (1) | 4.14 ( 0.42, 7.85) | 4.14 ( 0.42, 7.85) |
54+
|hp |-0.06 (-0.09, -0.04) |-0.06 (-0.09, -0.04) |
55+
| | | |
56+
|Observations | 32 | 32 |
5957

6058
---
6159

tests/testthat/test-include_reference.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
skip_if_not_installed("tinytable")
2+
skip_if_not_installed("knitr")
23

34
test_that("include_reference, on-the-fly factors", {
45
data(mtcars)

0 commit comments

Comments
 (0)