From 7af8ca9bce01725cc5bc43ad8339aa0c485accaf Mon Sep 17 00:00:00 2001 From: Chananchida Sang-aram VSCODE Date: Thu, 1 Aug 2024 17:33:14 +0200 Subject: [PATCH] add check part to include package installation --- .github/workflows/check-installation.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-installation.yaml b/.github/workflows/check-installation.yaml index a69b730..1cf5576 100644 --- a/.github/workflows/check-installation.yaml +++ b/.github/workflows/check-installation.yaml @@ -44,3 +44,9 @@ jobs: extra-packages: any::rcmdcheck needs: check + - uses: r-lib/actions/check-r-package@v2 + with: + upload-snapshots: true + build_args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")' + + \ No newline at end of file