From e1b90f3ac461bfa22008fdd8cf519968c6d7782f Mon Sep 17 00:00:00 2001 From: Gert Janssenswillen Date: Wed, 15 Mar 2023 13:29:18 +0100 Subject: [PATCH 1/3] Update render-site.yaml --- .github/workflows/render-site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/render-site.yaml b/.github/workflows/render-site.yaml index 8543cab..982894a 100644 --- a/.github/workflows/render-site.yaml +++ b/.github/workflows/render-site.yaml @@ -46,6 +46,7 @@ jobs: install.packages("processcheckR") install.packages("distill") remotes::install_github("bupaverse/processpredictR") + remotes::install_github("bupaverse/edeaR") shell: Rscript {0} - name: Build site From 707e6a4562ae7a0056403ee29270edc191a3ddf2 Mon Sep 17 00:00:00 2001 From: Gert Janssenswillen Date: Wed, 15 Mar 2023 13:41:05 +0100 Subject: [PATCH 2/3] Update render-site.yaml --- .github/workflows/render-site.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-site.yaml b/.github/workflows/render-site.yaml index 982894a..30c204b 100644 --- a/.github/workflows/render-site.yaml +++ b/.github/workflows/render-site.yaml @@ -27,6 +27,8 @@ jobs: - name: Install packages run: | + remotes::install_github("bupaverse/edeaR") + install.packages("remotes") install.packages("rmarkdown") install.packages("bslib") install.packages("htmltools") @@ -38,7 +40,6 @@ jobs: install.packages("purrr") install.packages("xaringanExtra") install.packages("pander") - install.packages("remotes") install.packages("xesreadR") install.packages("processanimateR") install.packages("daqapo") @@ -46,7 +47,7 @@ jobs: install.packages("processcheckR") install.packages("distill") remotes::install_github("bupaverse/processpredictR") - remotes::install_github("bupaverse/edeaR") + shell: Rscript {0} - name: Build site From c414738e829921f1e143f777666b20c006a17c23 Mon Sep 17 00:00:00 2001 From: Gert Janssenswillen Date: Wed, 15 Mar 2023 13:46:52 +0100 Subject: [PATCH 3/3] Update render-site.yaml --- .github/workflows/render-site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-site.yaml b/.github/workflows/render-site.yaml index 30c204b..8f786dc 100644 --- a/.github/workflows/render-site.yaml +++ b/.github/workflows/render-site.yaml @@ -27,8 +27,8 @@ jobs: - name: Install packages run: | - remotes::install_github("bupaverse/edeaR") install.packages("remotes") + remotes::install_github("bupaverse/edeaR") install.packages("rmarkdown") install.packages("bslib") install.packages("htmltools")