Skip to content

Commit

Permalink
Fix R CMD check by adding missing suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Sep 9, 2024
1 parent 1611241 commit 5cc68b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Imports:
rlang (>= 1.1.0)
Suggests:
testthat (>= 3.0.0),
withr
withr,
later,
promises
Config/testthat/edition: 3
Remotes:
r-lib/httr2
Expand Down

0 comments on commit 5cc68b4

Please sign in to comment.