Skip to content

Commit

Permalink
Update pandoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 12, 2024
1 parent 4782263 commit 4ff21a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
apt list
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "2.16.2"
pandoc-version: "2.19.2"
- uses: r-lib/actions/setup-r@v2
id: install-r
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/future.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
apt list
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "2.19.2"
pandoc-version: "3.5"
- uses: r-lib/actions/setup-r@v2
id: install-r
with:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
libxml2-dev \
libxt6 \
netbase \
pandoc \
pandoc-citeproc \
python3 \
python3-matplotlib \
qpdf \
zlib1g-dev
apt list
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "1.19.2.4"
- uses: r-lib/actions/setup-r@v2
id: install-r
with:
Expand All @@ -55,8 +56,9 @@ jobs:
working-directory: "workflowr-pkg-tests"
- name: Session info
run: |
sessionInfo()
installed.packages()[, c("Package", "Version")]
options(width = 100)
pkgs <- installed.packages()[, "Package"]
sessioninfo::session_info(pkgs, include_base = TRUE)
shell: Rscript {0}
- name: Check
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ from GitHub

Name | OS | R | pandoc | knitr | rmarkdown | status
------- | ------------ | ------- | -------- | ------- | --------- | ------
current | Ubuntu 22.04 | release | 2.16.2 | release | release | [![current](https://github.com/workflowr/workflowr-pkg-tests/workflows/current/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/current.yaml)
current | Ubuntu 22.04 | release | 2.19.2 | release | release | [![current](https://github.com/workflowr/workflowr-pkg-tests/workflows/current/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/current.yaml)
legacy | Ubuntu 20.04 | 3.3.3 | 1.19.2.4 | 1.29 | 1.18 | [![legacy](https://github.com/workflowr/workflowr-pkg-tests/workflows/legacy/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/legacy.yaml)
future | Ubuntu 24.04 | devel | 2.19.2 | devel | devel | [![future](https://github.com/workflowr/workflowr-pkg-tests/workflows/future/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/future.yaml)
future | Ubuntu 24.04 | devel | 3.5 | devel | devel | [![future](https://github.com/workflowr/workflowr-pkg-tests/workflows/future/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/future.yaml)

## Monthly

Expand Down

0 comments on commit 4ff21a5

Please sign in to comment.