Skip to content

Commit

Permalink
Update and rename r.yml to r.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbarton committed Feb 1, 2024
1 parent feb1a4f commit 1a626ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/r.yml → .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ permissions:

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
r-version: ['3.6.3', '4.1.1']
R: ['3.6.1', '4.2.1']

steps:
- uses: actions/checkout@v3
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@f57f1301a053485946083d7a45022b278929a78a
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.R }}
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r-version }}
r-version: ${{ matrix.R }}
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 1a626ce

Please sign in to comment.