-
Notifications
You must be signed in to change notification settings - Fork 6
66 lines (61 loc) · 1.44 KB
/
revdepcheck.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: rev-dep-check
on:
push:
branches:
- main
- master
paths-ignore:
- "Meta**"
- "docs**"
- "inst**"
- "man**"
- "man-roxygen**"
- "memcheck**"
- "tests**"
- "vignettes**"
- "**.git"
- "**.json"
- "**.md"
- "**.yml"
- "!**revdepcheck.yml"
- "**.R[dD]ata"
- "**.Rpro*"
pull_request:
branches:
- main
- master
paths-ignore:
- "Meta**"
- "docs**"
- "inst**"
- "man**"
- "man-roxygen**"
- "memcheck**"
- "tests**"
- "vignettes**"
- "**.git"
- "**.json"
- "**.md"
- "**.yml"
- "!**revdepcheck.yml"
- "**.R[dD]ata"
- "**.Rpro*"
jobs:
mem-check:
runs-on: ubuntu-latest
name: revdepcheck
env:
_R_CHECK_CRAN_INCOMING_: true # Seemingly not set by --as-cran
_R_CHECK_FORCE_SUGGESTS_: false # CRAN settings
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
_R_CHECK_THINGS_IN_CHECK_DIR_: false
R_REMOTES_STANDALONE: true
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
_R_CHECK_CRAN_INCOMING_USE_ASPELL_: false # Set to true when can figure how to install aspell on Windows
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: ms609/actions/revdepcheck@main
with:
deps: ${{ matrix.config.deps }}
extra-packages: ms609/TreeDistData