Skip to content

Commit d055042

Browse files
committed
Same test matrix as R Markdown
Adds Pandoc devel and more pandoc versions
1 parent 10d2693 commit d055042

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
config:
25-
- {os: macOS-latest, pandoc: '2.7.3', r: 'release'}
26-
- {os: windows-latest, pandoc: '2.7.3', r: 'release'}
27-
- {os: ubuntu-20.04, pandoc: '2.7.3', r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.0.0 (ubuntu-20.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions"}
28-
- {os: ubuntu-20.04, pandoc: '2.7.3', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", }
29-
- {os: ubuntu-20.04, pandoc: '2.9.2.1', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
30-
- {os: ubuntu-20.04, pandoc: '2.11.4', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
31-
- {os: ubuntu-20.04, pandoc: '2.7.3', r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
25+
# testing R release with last shipped pandoc version in RStudio IDE and new pandoc
26+
# TODO: issue on windows with pandoc 2.11.4 - change when fixed
27+
- {os: windows-latest, pandoc: '2.7.3', r: 'release'}
28+
- {os: macOS-latest, pandoc: '2.11.4', r: 'release'}
29+
- {os: ubuntu-20.04, pandoc: '2.11.4', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
30+
- {os: ubuntu-20.04, pandoc: 'devel', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
31+
# testing older pandoc versions
32+
- {os: ubuntu-20.04, pandoc: '2.9.2.1', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
33+
- {os: ubuntu-20.04, pandoc: '2.7.3', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
34+
- {os: ubuntu-20.04, pandoc: '2.5', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
35+
- {os: ubuntu-20.04, pandoc: '2.0.0.1', r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
36+
# testing other R versions
37+
- {os: ubuntu-20.04, pandoc: '2.11.4', r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
38+
- {os: ubuntu-20.04, pandoc: '2.11.4', r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.0.0 (ubuntu-20.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
3239

3340
env:
3441
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)