diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index ee39f97..dd5cea4 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -68,9 +68,11 @@ jobs: - name: Install dependencies run: | - remotes::install_deps(dependencies = TRUE) - remotes::install_cran("rcmdcheck") + install.packages("pak") + pak::pak(c("rcmdcheck", "deps")) shell: Rscript {0} + # remotes::install_deps(dependencies = TRUE) + # remotes::install_cran("rcmdcheck") - name: Check env: