forked from loafle/openapi-generator-original
add roxygen2 to workflow (#12880)
This commit is contained in:
parent
5fb40e571e
commit
ed6280b0f7
@ -23,4 +23,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra-packages: any::rcmdcheck
|
extra-packages: any::rcmdcheck
|
||||||
needs: check
|
needs: check
|
||||||
|
- name: Install roxygen2
|
||||||
|
run: install.packages("roxygen2")
|
||||||
|
shell: Rscript {0}
|
||||||
|
- name: Roxygenize
|
||||||
|
run: |
|
||||||
|
roxygen2::roxygenize('.', roclets = c('rd', 'collate', 'namespace'))
|
||||||
|
shell: Rscript {0}
|
||||||
- uses: r-lib/actions/check-r-package@v2
|
- uses: r-lib/actions/check-r-package@v2
|
||||||
|
@ -23,4 +23,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra-packages: any::rcmdcheck
|
extra-packages: any::rcmdcheck
|
||||||
needs: check
|
needs: check
|
||||||
|
- name: Install roxygen2
|
||||||
|
run: install.packages("roxygen2")
|
||||||
|
shell: Rscript {0}
|
||||||
|
- name: Roxygenize
|
||||||
|
run: |
|
||||||
|
roxygen2::roxygenize('.', roclets = c('rd', 'collate', 'namespace'))
|
||||||
|
shell: Rscript {0}
|
||||||
- uses: r-lib/actions/check-r-package@v2
|
- uses: r-lib/actions/check-r-package@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user