From b6d4a903afb7683a2a77d8cfde3bd3ebdc908daa Mon Sep 17 00:00:00 2001 From: JeremyGelb Date: Sat, 11 May 2024 21:31:34 -0400 Subject: [PATCH] editing the rhub workflow to allow terra installation in windows --- .github/workflows/rhub.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 74ec7b05..a2471e6e 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -85,6 +85,10 @@ jobs: with: token: ${{ secrets.RHUB_TOKEN }} job-config: ${{ matrix.config.job-config }} + - name: Query dependencies + run: | + install.packages('terra', repos='https://rspatial.r-universe.dev') + shell: Rscript {0} - uses: r-hub/actions/setup-deps@v1 with: job-config: ${{ matrix.config.job-config }}