From 9e48935816a1aee280b0f3e2171f1156e4626d7f Mon Sep 17 00:00:00 2001 From: Duncan Murdoch Date: Mon, 3 Jun 2024 15:04:45 -0400 Subject: [PATCH] Fix check errors --- .github/workflows/R-CMD-check.yaml | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 24634c5..de04b82 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -35,7 +35,7 @@ jobs: - uses: r-lib/actions/setup-tinytex@v2 - run: tlmgr --version - - run: tlmgr install colortbl grfext ae + - run: tlmgr install colortbl grfext ae tabu - run: tlmgr list --only-installed - uses: r-lib/actions/setup-r@v2 with: diff --git a/NEWS.md b/NEWS.md index 4bf8b8c..c312bc1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ - A factor level of `""` caused an error when displayed. It will now be changed to `" "` for display (issue #19). - The `VignetteBuilder` field in `DESCRIPTION` has been changed to -`rmarkdown` so that Pandoc will be found. +`rmarkdown` so that Pandoc can be found even when it is not on the `PATH`. # tables 0.9.25