Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bupaverse/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanssenswillen committed Jul 13, 2023
2 parents 9386f64 + c414738 commit eef0d95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/render-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Install packages
run: |
install.packages("remotes")
remotes::install_github("bupaverse/edeaR")
install.packages("rmarkdown")
install.packages("bslib")
install.packages("htmltools")
Expand All @@ -38,14 +40,14 @@ jobs:
install.packages("purrr")
install.packages("xaringanExtra")
install.packages("pander")
install.packages("remotes")
install.packages("xesreadR")
install.packages("processanimateR")
install.packages("daqapo")
install.packages("psmineR")
install.packages("processcheckR")
install.packages("distill")
remotes::install_github("bupaverse/processpredictR")
shell: Rscript {0}

- name: Build site
Expand Down

0 comments on commit eef0d95

Please sign in to comment.