From d5bc10dfef3c783bf7d3e360429e8d61ef58211b Mon Sep 17 00:00:00 2001 From: Chananchida Sang-aram VSCODE Date: Thu, 1 Aug 2024 17:55:03 +0200 Subject: [PATCH] only install 'imports' --- .github/workflows/check-installation.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-installation.yaml b/.github/workflows/check-installation.yaml index 07749e8..fb698f2 100644 --- a/.github/workflows/check-installation.yaml +++ b/.github/workflows/check-installation.yaml @@ -41,13 +41,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::rcmdcheck + dependencies: '"hard"' + extra-packages: any::rcmdcheck, local::. needs: check - - - uses: r-lib/actions/check-r-package@v2 - with: - upload-snapshots: true - args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")' - build_args: 'c("--no-manual","--no-build-vignettes")' - \ No newline at end of file