Skip to content

Commit

Permalink
add titling package
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Aug 26, 2023
1 parent e3972bf commit 1f633d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
#- {os: macos-latest, r: 'release'}
#- {os: windows-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
#- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Install additional LaTeX packages
run: |
tlmgr install babel-english
tlmgr install babel-english titling
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 1f633d2

Please sign in to comment.