Skip to content

Commit c2ced25

Browse files
committed
Move vctrs from Imports: to Suggests:
We no longer import anything from vctrs, but do use it in tests; it now belongs in Suggests: rather than Imports:.
1 parent d76c077 commit c2ced25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Imports:
3737
tidyr,
3838
tidyselect,
3939
tsibble,
40-
utils,
41-
vctrs
40+
utils
4241
Suggests:
4342
covidcast,
4443
epidatr,
@@ -47,6 +46,7 @@ Suggests:
4746
outbreaks,
4847
rmarkdown,
4948
testthat (>= 3.0.0),
49+
vctrs,
5050
waldo (>= 0.3.1),
5151
withr
5252
VignetteBuilder:

0 commit comments

Comments
 (0)