Skip to content

Commit f5cb1e0

Browse files
GA: Don't test on R 3.2.x and 3.3.x because plyr is not available
1 parent 8eba617 commit f5cb1e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
R-CMD-check:
77
runs-on: ${{ matrix.config.os }}
88
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
9-
if: "! contains(github.event.head_commit.message, '[ci skip]')"
9+
if: "! contains(github.event.head_commit.message, '[ci skip]')"
1010

1111
strategy:
1212
fail-fast: false
@@ -18,8 +18,6 @@ jobs:
1818
- { os: macOS-latest, r: '3.5'}
1919
- { os: macOS-latest, r: '3.6'}
2020
- { os: macOS-latest, r: 'devel'}
21-
- { os: ubuntu-16.04, r: '3.2', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
22-
- { os: ubuntu-16.04, r: '3.3', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2321
- { os: ubuntu-16.04, r: '3.4', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2422
- { os: ubuntu-16.04, r: '3.5', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2523
- { os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}

0 commit comments

Comments
 (0)