File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # Workflow derived from https://github.com/r-lib/actions/tree/master /examples
1+ # Workflow derived from https://github.com/r-lib/actions/tree/v2 /examples
22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33on :
44 push :
@@ -17,12 +17,13 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v2
1919
20- - uses : r-lib/actions/setup-r@v1
20+ - uses : r-lib/actions/setup-r@v2
2121 with :
2222 use-public-rspm : true
2323
24- - uses : r-lib/actions/setup-r-dependencies@v1
24+ - uses : r-lib/actions/setup-r-dependencies@v2
2525 with :
26- extra-packages : rcmdcheck
26+ extra-packages : any::rcmdcheck
27+ needs : check
2728
28- - uses : r-lib/actions/check-r-package@v1
29+ - uses : r-lib/actions/check-r-package@v2
Original file line number Diff line number Diff line change 11# __ jsTreeR__
22
33<!-- badges: start -->
4- [ ![ R-CMD-check] ( https://github.com/stla/jsTreeR/workflows/R-CMD-check/badge.svg )] ( https://github.com/stla/jsTreeR/actions )
4+ [ ![ R-CMD-check] ( https://github.com/stla/jsTreeR/actions/ workflows/R-CMD-check.yaml /badge.svg )] ( https://github.com/stla/jsTreeR/actions/workflows/R-CMD-check.yaml )
55[ ![ ] ( https://www.r-pkg.org/badges/version/jsTreeR?color=orange )] ( https://cran.r-project.org/package=jsTreeR )
66[ ![ ] ( https://img.shields.io/badge/devel%20version-1.6.0.9001-blue.svg )] ( https://github.com/stla/jsTreeR )
77<!-- badges: end -->
You can’t perform that action at this time.
0 commit comments