Skip to content

Commit

Permalink
returned pkgcheck yaml back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed May 2, 2024
1 parent 3c03f4b commit 2169d20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2169d20

Please sign in to comment.