File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
cache-version : rcc-smoke-2
111
111
needs : build, check, website
112
112
# Beware of using dev pkgdown here, has brought in dev dependencies in the past
113
- extra-packages : any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown xml2 deps::.
113
+ extra-packages : any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown deps::.
114
114
115
115
- uses : ./.github/workflows/custom/after-install
116
116
if : hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Original file line number Diff line number Diff line change 8
8
using : " composite"
9
9
steps :
10
10
- uses : r-lib/actions/check-r-package@v2
11
- if : ${{ ! inputs.covr }}
12
11
with :
13
12
# Fails on R 3.6 on Windows, remove when this job is removed?
14
13
args : ' c("--no-manual", "--as-cran", "--no-multiarch")'
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ runs:
104
104
pak-version : stable
105
105
needs : ${{ inputs.needs }}
106
106
packages : ${{ inputs.packages }}
107
- extra-packages : ${{ inputs.extra-packages }} ${{ ( matrix.covr && 'any:: covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}
107
+ extra-packages : ${{ inputs.extra-packages }} ${{ ( matrix.covr && 'covr xml2 ' ) || '' }} ${{ steps.get-extra.outputs.packages }}
108
108
cache-version : ${{ inputs.cache-version }}
109
109
110
110
- name : Add pkg.lock to .gitignore
Original file line number Diff line number Diff line change 1
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
2
# Also included in R-CMD-check.yaml, this workflow only listens to pushes to branches
3
- # that start with "docs*"
3
+ # that start with "docs*" or "cran-*" and does not need to act on pushes to the main branch.
4
4
on :
5
5
push :
6
6
branches :
You can’t perform that action at this time.
0 commit comments