From 532cb50dbd2efbfb74e438190738ebf69d80151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Fri, 19 Jan 2024 17:14:35 +0100 Subject: [PATCH] Update the R-CMD-check workflow --- .github/workflows/R-CMD-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 605dc06..0124ee8 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -62,6 +62,7 @@ jobs: tinytex::parse_install(text = "! LaTeX Error: File `ucs.sty' not found.") tinytex::parse_install(text = "! LaTeX Error: File `colortbl.sty' not found.") tinytex::parse_install(text = "! LaTeX Error: File `fullpage.sty' not found.") + tinytex::parse_install(text = "! LaTeX Error: File `multirow.sty' not found.") shell: Rscript {0} - uses: r-lib/actions/setup-r-dependencies@v2