Skip to content

Commit

Permalink
install udunits
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Feb 26, 2021
1 parent 869fe4a commit 7871af6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,21 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master

- name: install macOS system dependencies
if: runner.os == 'macOS'
continue-on-error: true
run: |
brew install udunits
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}

0 comments on commit 7871af6

Please sign in to comment.