Skip to content

Commit 045ca3f

Browse files
committed
Update CI
1 parent c45db32 commit 045ca3f

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

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

-50
Original file line numberDiff line numberDiff line change
@@ -1,50 +0,0 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3-
on:
4-
push:
5-
pull_request:
6-
7-
name: R-CMD-check
8-
9-
jobs:
10-
R-CMD-check:
11-
runs-on: ${{ matrix.config.os }}
12-
13-
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
14-
15-
strategy:
16-
fail-fast: false
17-
matrix:
18-
config:
19-
- {os: macos-latest, r: 'release'}
20-
- {os: windows-latest, r: 'devel'}
21-
- {os: windows-latest, r: 'release'}
22-
- {os: windows-latest, r: '4.2'}
23-
- {os: windows-latest, r: '4.1'}
24-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
25-
- {os: ubuntu-latest, r: 'release'}
26-
- {os: ubuntu-latest, r: 'oldrel-1'}
27-
28-
env:
29-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
30-
R_KEEP_PKG_SOURCE: yes
31-
32-
steps:
33-
- uses: actions/checkout@v3
34-
35-
- uses: r-lib/actions/setup-pandoc@v2
36-
37-
- uses: r-lib/actions/setup-r@v2
38-
with:
39-
r-version: ${{ matrix.config.r }}
40-
http-user-agent: ${{ matrix.config.http-user-agent }}
41-
use-public-rspm: true
42-
43-
- uses: r-lib/actions/setup-r-dependencies@v2
44-
with:
45-
extra-packages: any::rcmdcheck
46-
needs: check
47-
48-
- uses: r-lib/actions/check-r-package@v2
49-
with:
50-
upload-snapshots: true

0 commit comments

Comments
 (0)