From 32e6a6cddd30c81da46d04f38686ba14affba106 Mon Sep 17 00:00:00 2001 From: FBartos Date: Thu, 23 May 2024 16:33:59 +0200 Subject: [PATCH] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index b848d12..601f647 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -74,6 +74,7 @@ jobs: - name: Install dependencies run: | + install.packages("remotes") remotes::install_deps(dependencies = TRUE) remotes::install_cran("rcmdcheck") shell: Rscript {0}