Skip to content

Commit

Permalink
add withr to Suggests and GHA flow (used in testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Dec 19, 2023
1 parent 23f81a4 commit 024f047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
extra-packages: |
any::rcmdcheck
any::Rcpp
any::withr
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Imports:
Suggests:
parallel,
rmarkdown,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
withr
Depends:
R (>= 4.0)
Config/testthat/edition: 3
Expand Down

0 comments on commit 024f047

Please sign in to comment.