Skip to content

Commit

Permalink
update testthat version (#220)
Browse files Browse the repository at this point in the history
Fixes #219 

We need to bump up `testthat` version because we're using `testthat::it`
function in unit tests.

This function was introduced in `3.1.8`:
https://github.com/r-lib/testthat/blob/v3.1.8/R/describe.R#L89
  • Loading branch information
donyunardi authored Oct 29, 2024
1 parent b883c9a commit abb8e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Suggests:
magrittr (>= 1.5),
rmarkdown (>= 2.23),
shiny (>= 1.6.0),
testthat (>= 3.1.5),
testthat (>= 3.1.8),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
Expand Down

0 comments on commit abb8e03

Please sign in to comment.