Skip to content

Commit

Permalink
vignette builder specified
Browse files Browse the repository at this point in the history
  • Loading branch information
amanyiraho committed Dec 27, 2022
1 parent dddf4a2 commit 2ecc59b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ Imports:
purrr,
R6
Suggests:
knitr,
rmarkdown,
testthat
Depends: R (>= 2.10)
Encoding: UTF-8
VignetteBuilder: knitr

0 comments on commit 2ecc59b

Please sign in to comment.