File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3
3
branches : [ master ]
4
4
pull_request :
5
5
branches : [ master ]
6
-
7
6
name : R-CMD-check
8
-
9
7
jobs :
10
8
R-CMD-check :
11
- runs-on : ubuntu -latest
9
+ runs-on : macOS -latest
12
10
steps :
13
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v3
14
12
- uses : r-lib/actions/setup-r@v2
15
13
- name : Setting up pandoc for Rmd docs
16
14
uses : r-lib/actions/setup-pandoc@v2
@@ -19,13 +17,10 @@ jobs:
19
17
run : |
20
18
install.packages(c("remotes", "rcmdcheck", "covr"))
21
19
remotes::install_deps(dependencies = TRUE)
22
- rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
23
20
shell : Rscript {0}
24
-
25
21
- name : Check
26
22
run : rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
27
23
shell : Rscript {0}
28
-
29
24
- name : Test coverage
30
25
run : covr::codecov()
31
26
shell : Rscript {0}
You can’t perform that action at this time.
0 commit comments