From e4cc68c8004fdf5fce366f72d9665ea9c729e8ca Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 8 Jul 2024 14:57:50 -0700 Subject: [PATCH] Force installing remotes (#6229) --- .github/workflows/R-CMD-check-occasional.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check-occasional.yaml b/.github/workflows/R-CMD-check-occasional.yaml index 7002d9deaa..a2f9efdf90 100644 --- a/.github/workflows/R-CMD-check-occasional.yaml +++ b/.github/workflows/R-CMD-check-occasional.yaml @@ -1,6 +1,6 @@ on: schedule: - - cron: '17 13 28 * *' # 28th of month at 13:17 UTC + - cron: '17 13 9 * *' # 9th of month at 13:17 UTC # A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release name: R-CMD-check-occasional @@ -84,6 +84,10 @@ jobs: if: matrix.os == 'macOS-latest' run: brew install gdal proj + - name: Install remotes + run: install.packages("remotes") + shell: Rscript {0} + - name: Install system dependencies if: runner.os == 'Linux' run: |