Commit 1d97d8b 1 parent ecfc76e commit 1d97d8b Copy full SHA for 1d97d8b
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 12
12
push :
13
13
branches : [ "main" ]
14
14
pull_request :
15
- branches : [ "dont check " ]
15
+ branches : [ "main " ]
16
16
17
17
permissions :
18
18
contents : read
@@ -51,16 +51,17 @@ jobs:
51
51
echo "options(device = 'pdf')" >> ~/.Rprofile
52
52
53
53
- name : Set up R ${{ matrix.r-version }}
54
- uses : r-lib/actions/setup-r@f57f1301a053485946083d7a45022b278929a78a
54
+ uses : r-lib/actions/setup-r@v2
55
55
with :
56
56
r-version : ${{ matrix.r-version }}
57
57
58
58
- name : Install dependencies
59
59
run : |
60
- install.packages(c( "remotes", "never") )
60
+ install.packages("remotes")
61
61
remotes::install_deps(dependencies = TRUE)
62
62
shell : Rscript {0}
63
63
64
64
- name : Check
65
- run : rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
65
+ run : |
66
+ rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
66
67
shell : Rscript {0}
You can’t perform that action at this time.
0 commit comments