Skip to content

Commit

Permalink
Merge branch 'master' of github.com:edzer/hexbin
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Sep 3, 2024
2 parents b401b6e + ff1bb34 commit 5f22263
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release', latex: true}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', latex: true }
- {os: ubuntu-latest, r: 'release', latex: true}
- {os: ubuntu-latest, r: 'oldrel-1', latex: true}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,13 +32,9 @@ jobs:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-tinytex@v2
if: matrix.config.latex == 'true'

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install grfext.sty
if: matrix.config.latex == 'true'
run: tlmgr install grfext

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit 5f22263

Please sign in to comment.