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/v2/examples
2- # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
1+ # Workflow derived from [https://github.com/r-lib/actions/tree/v2/examples](https://github.com/r-lib/actions/tree/v2/examples)
32on :
43 push :
54 branches : [main, master]
2423 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
2524 R_KEEP_PKG_SOURCE : yes
2625
27-
2826 steps :
2927 - uses : actions/checkout@v3
3028
3937 - name : Install R dependencies
4038 uses : r-lib/actions/setup-r-dependencies@v2
4139 with :
42- extra-packages : rcmdcheck
43-
40+ extra-packages : any::rcmdcheck
41+ needs : check
42+
4443 - uses : r-lib/actions/check-r-package@v2
4544 with :
4645 upload-snapshots : true
46+ # If the vignette continues to hang, uncomment the lines below to skip it temporarily
47+ # args: 'c("--no-vignettes", "--no-build-vignettes")'
48+ # build_args: 'c("--no-build-vignettes")'
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ Suggests:
3838 testthat,
3939 tidygraph,
4040 viridis
41- SystemRequirements: Python (via basilisk)
4241LinkingTo:
4342 Rcpp
4443VignetteBuilder: knitr
You can’t perform that action at this time.
0 commit comments