From d7849afb993301deb0a662795f963ea7efef4c00 Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Fri, 6 Dec 2024 15:08:02 +1000 Subject: [PATCH] Update r.yml --- .github/workflows/r.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 28ad357..3158ae4 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -44,8 +44,10 @@ jobs: with: extra-packages: pkgdown - - name: Install package - run: R CMD INSTALL . + - uses: r-lib/actions/setup-r-dependencies@v2 + with: + extra-packages: any::rcmdcheck + needs: check - name: Test coverage if: github.actor == 'zktuong'