Skip to content

Commit

Permalink
Windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent 6c97879 commit e6448e2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (R-${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
Expand All @@ -26,10 +24,6 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

Expand All @@ -46,6 +40,7 @@ jobs:
install.packages('tinytex')
tinytex::install_tinytex(force = TRUE)
tinytex::tlmgr_install(c('inconsolata', 'pdftex', 'latex-bin', 'tools', 'amsmath', 'geometry', 'hyperref'))
tlmgr path add
shell: Rscript {0}

- name: Add TinyTeX to Windows PATH
Expand Down Expand Up @@ -74,7 +69,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: c('--as-cran')
args: '--as-cran'

- name: Show testthat output
if: always()
Expand Down

0 comments on commit e6448e2

Please sign in to comment.