Skip to content

Commit 66085d0

Browse files
Get rid of outdated comments from GHA for R CMD check (#2540)
1 parent 72e57b8 commit 66085d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
# use 4.1 to check with rtools40's older compiler
3535
- {os: windows-latest, r: '4.1'}
3636

37-
# Use older ubuntu to maximise backward compatibility
3837
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
3938
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', locale: 'en_US'}
4039
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release', locale: 'zh_CN'}
@@ -72,7 +71,6 @@ jobs:
7271
http-user-agent: ${{ matrix.config.http-user-agent }}
7372
use-public-rspm: true
7473

75-
# `{patrick}` imports `{purrr}`, and so needs to be ignored on R < 3.5
7674
- uses: r-lib/actions/setup-r-dependencies@v2
7775
with:
7876
extra-packages: |

0 commit comments

Comments
 (0)