Skip to content

Commit

Permalink
Merge pull request #102 from adrientaudiere/master
Browse files Browse the repository at this point in the history
New package website
  • Loading branch information
adrientaudiere authored Oct 10, 2024
2 parents 7c37e93 + f152692 commit e058a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "fastqcr"))'
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)
Expand Down

0 comments on commit e058a30

Please sign in to comment.