Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 4, 2025
1 parent 4af4d7c commit 22bd109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-display_print_dataframe.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ test_that("display and print method works - markdown", {
expect_identical(
out[1:7],
c(
"Table: Correlation Matrix (pearson-method)", "", "|Parameter1 | Parameter2 | r | 95% CI | t(148) | p |",
"Table: Correlation Matrix (pearson-method)",
"",
"|Parameter1 | Parameter2 | r | 95% CI | t(148) | p |",
"|:------------|:------------:|:-----:|:--------------:|:------:|:---------:|",
"|Sepal.Length | Sepal.Width | -0.12 | (-0.27, 0.04) | -1.44 | 0.152 |",
"|Sepal.Length | Petal.Length | 0.87 | (0.83, 0.91) | 21.65 | < .001*** |",
Expand Down

0 comments on commit 22bd109

Please sign in to comment.