File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
env :
10
- RSPM : " https://packagemanager.rstudio.com/cran/__linux__/bionic/291 "
10
+ RSPM :
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-18.04
13
+ strategy :
14
+ fail-fast : false
15
+ matrix :
16
+ config :
17
+ - {os: ubuntu-18.04, r: '4.0.0', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"}
18
+
19
+ env :
20
+ R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
21
+ RSPM : ${{ matrix.config.rspm }}
22
+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
14
23
steps :
15
24
- name : Checkout repo
16
25
with :
25
34
run : git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch
26
35
- name : Setup R
27
36
uses : r-lib/actions/setup-r@master
28
- with :
29
- r-version : ' 4.0.0'
30
- http-user-agent : " R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions"
31
37
- name : Query dependencies
32
38
run : |
33
39
install.packages('remotes')
You can’t perform that action at this time.
0 commit comments