From e32a3bd9b96c775bc480f2ef3b770f0ea47adf63 Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Tue, 25 Jun 2024 23:26:45 +0200 Subject: [PATCH] switch workflow to r2u --- .github/workflows/ci-tests.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index c4f9dcf..077e5ce 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -21,16 +21,13 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - - name: Setup R - uses: r-lib/actions/setup-r@v2 - with: - r-version: '4.2.0' + - name: Setup r2u + uses: eddelbuettel/github-actions/r2u-setup@master - - name: install fwildclusterboot for testing - run: Rscript -e 'install.packages("fwildclusterboot", repos="https://cloud.r-project.org")' + - name: install R packages + run: Rscript -e 'install.packages(c("fwildclusterboot"))' shell: bash - - name: Setup python uses: actions/setup-python@v2 with: