Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpg committed Jul 23, 2024
1 parent 6268c7f commit 03f4aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-texreg.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ test_that("threeparttable and custom.note arguments work in the texreg function"
expect_match(tr, "\\\\hline\\n\\\\insertTableNotes\\\\\\\\\\n\\\\endlastfoot", perl = TRUE)
expect_match(tr, "\\\\begin\\{TableNotes\\}\\[flushleft\\]\\n", perl = TRUE)
expect_match(tr, "\\\\begin\\{ThreePartTable\\}\\n", perl = TRUE)
expect_warning(texreg(model1, threeparttable = TRUE, siunitx = TRUE), "Switching off 'siunitx'.")
})

test_that("siunitx argument works in the texreg function", {
Expand Down

0 comments on commit 03f4aac

Please sign in to comment.