Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/R-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# package that devtools requires as the rocker/tidyverse container in the
# minimum spec per https://github.com/rocker-org/rocker that includes devtools.
# The alternative is to use the action to install R;
# r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
# r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
# And then install dependencies, packages, and libraries on top. For Mac, we
# simply need to setup R and run the ordinary CMD Check. For windows, we need to
# install rtools to allow the 3.5.0 test to use C:\rtools40\usr\bin\bash.EXE
Expand Down Expand Up @@ -135,15 +135,15 @@ jobs:
- name: 🏁 Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: 🏴‍☠️🔵🦜 Set up R
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
with:
r-version: ${{ matrix.version }}
- name: 🐼 Pandoc
uses: r-lib/actions/setup-pandoc@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
with:
pandoc-version: '2.17.1'
- name: TinyTex
uses: r-lib/actions/setup-tinytex@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
uses: r-lib/actions/setup-tinytex@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
- name: TinyTex MakeIndex
run: tlmgr install makeindex
- name: 🧱 Dependencies
Expand Down Expand Up @@ -172,12 +172,12 @@ jobs:
- name: 🏁 Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: 🏴‍☠️🔵🦜 Set up R
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
with:
r-version: ${{ matrix.version }}
rtools-version: '40'
- name: 🐼 Pandoc
uses: r-lib/actions/setup-pandoc@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
with:
pandoc-version: '2.17.1'
- name: 🧱 Dependencies
Expand Down
Loading