Skip to content

Commit

Permalink
ci: fix typo (install pkgs)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus authored Apr 23, 2024
1 parent ba72eb7 commit 68c21d8
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/render-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,9 @@ jobs:
packages:
any::knitr
any::rmarkdown
any::igraph
any::igraphdata
any::bipartite
# any::FWebs
any::vegan
any::cheddar
any::matlib
any::sbm
any::alluvial
any::econetwork
any::poweRlaw
# any::rmangal
# any::colSBM
any::network
any::GGally
any::RColorBrewe

- name: Run program
run: Rscript -e 'install.packages(c("igraph", "igraphdata", "bipartite", "vegan", "cheddar", "matlib", "sbm", "alluvial", "econetwork", "poweRlaw", "network", "GGally", "RColorBrewer"))'

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 68c21d8

Please sign in to comment.