File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 - uses : r-lib/actions/setup-r-dependencies@v2
4646 with :
47- extra-packages : any::rcmdcheck
47+ extra-packages : |
48+ any::pkgdown
49+ local::.
50+ github::ropensci/rnoaa
4851 needs : check
49- dependencies : true
5052
5153 - uses : r-lib/actions/check-r-package@v2
5254 with :
Original file line number Diff line number Diff line change 3030
3131 - uses : r-lib/actions/setup-r-dependencies@v2
3232 with :
33- extra-packages : any::pkgdown, local::.
33+ extra-packages : |
34+ any::pkgdown
35+ local::.
36+ github::ropensci/rnoaa
3437 needs : website
35- dependencies : true
3638
3739 - name : Build site
3840 run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Original file line number Diff line number Diff line change 2626
2727 - uses : r-lib/actions/setup-r-dependencies@v2
2828 with :
29- extra-packages : any::covr, any::xml2
29+ extra-packages : |
30+ any::pkgdown
31+ local::.
32+ github::ropensci/rnoaa
3033 needs : coverage
31- dependencies : true
3234
3335 - name : Test coverage
3436 run : |
You can’t perform that action at this time.
0 commit comments