Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-imbi committed Nov 24, 2023
1 parent 9e41f71 commit 9e4e991
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
5 changes: 1 addition & 4 deletions tests/testthat/test_tex.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@


test_that("knit a tex file with DescrTab2 tables", {
skip_on_cran()
skip_on_ci()
# skip_on_ci()
suppressWarnings(expect_type(
rmarkdown::render(
"../rmds/tex_doc.Rmd",
Expand All @@ -14,7 +12,6 @@ test_that("knit a tex file with DescrTab2 tables", {
))
})


test_that("Outputformat .tex produces no errors",{
expect_error(capture_output(descr(
iris,
Expand Down

0 comments on commit 9e4e991

Please sign in to comment.