From d85a5c58e997a4ce29b35ca825efc542aa240756 Mon Sep 17 00:00:00 2001 From: Adrien Taudiere <6680165+adrientaudiere@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:14:21 +0200 Subject: [PATCH] Update pkgdown.yaml Try to fix the [bug](https://github.com/krassowski/complex-upset/issues/195) --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 1f179944..e1950632 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -35,7 +35,7 @@ jobs: run: sudo apt-get install ncbi-blast+ - name: Install R packages not in DESCRIPTION - run: Rscript -e 'pak::pkg_install(c("datawizard", "formattable", "ggforce", "ggtree", "gtExtras", "MicrobiotaProcess", "pillar", "pointblank", "summarytools", "svglite", "tidytree", "treeio"))' + run: Rscript -e 'pak::pkg_install(c("datawizard", "formattable", "ggplot2", "ComplexUpset", "ggforce", "ggtree", "gtExtras", "MicrobiotaProcess", "pillar", "pointblank", "summarytools", "svglite", "tidytree", "treeio"), ask = FALSE, upgrade=TRUE)' - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, clean = TRUE)