Skip to content

Commit

Permalink
restore gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
erblast committed Feb 26, 2024
1 parent 2857999 commit dfb2477
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- if: runner.os == 'macOS'
run: brew install --cask xquartz
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "downlit"))
Expand All @@ -29,5 +27,3 @@ jobs:
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "note")
simaerep:::lint_package()
shell: Rscript {0}


0 comments on commit dfb2477

Please sign in to comment.