Skip to content

Commit

Permalink
add svglite and knitr in githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Jul 6, 2024
1 parent 41bfbb9 commit 7445631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: Rscript {0}
- name: Install R dependencies (Ubuntu)
run: |
install.packages(c("remotes", "curl", "pkgbuild", "rcmdcheck", "purrr", "sf", "Morpho", "cxhull", "Rvcg", "SEAHORS"))
install.packages(c("remotes", "curl", "pkgbuild", "rcmdcheck", "purrr", "sf", "Morpho", "cxhull", "Rvcg", "SEAHORS", "svglite", "knitr"))
remotes::install_deps(dependencies = TRUE)
if: matrix.config.os == 'ubuntu-24.04'
shell: Rscript {0}
Expand Down

0 comments on commit 7445631

Please sign in to comment.