From 2169d20542f855188978a47aea575f442c690993 Mon Sep 17 00:00:00 2001 From: abigailkeller Date: Thu, 2 May 2024 15:37:18 +0000 Subject: [PATCH] returned pkgcheck yaml back to original --- .github/workflows/pkgcheck.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml index e00d3ec..21fde97 100644 --- a/.github/workflows/pkgcheck.yaml +++ b/.github/workflows/pkgcheck.yaml @@ -20,13 +20,4 @@ jobs: permissions: issues: write steps: - - name: Set up R - uses: r-lib/actions/setup-r@v2 - with: - r-version: '3.5.3' # Specify the version of R you want to use - - name: Install dependencies - run: | - Rscript -e "install.packages('ggplot2', repos='http://cran.rstudio.com/')" - Rscript -e "install.packages('MASS', repos='http://cran.rstudio.com/')" - - uses: ropensci-review-tools/pkgcheck-action@main