Skip to content

Commit a78de49

Browse files
authored
refactor: 🔧 set lower version limit of duckplyr/arrow (plus others) (#491)
Added version numbers to the latest CRAN-releases for the imports/suggests likely to be used in a workflow on DST. Also added arrow to suggests. Might close some of the "maybe just dst" labelled issues. Edit: Probably closes #480, closes #481 and closes #483
1 parent 8f86627 commit a78de49

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

DESCRIPTION

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Imports:
2828
checkmate,
2929
cli,
3030
codeCollection,
31-
dplyr,
32-
duckplyr,
31+
dplyr (>= 1.2.0),
32+
duckplyr (>= 1.1.3),
3333
fabricatr,
3434
lifecycle,
35-
lubridate,
36-
purrr,
37-
rlang,
35+
lubridate (>= 1.9.5),
36+
purrr (>= 1.2.1),
37+
rlang (>= 1.1.7),
3838
stats,
39-
tidyselect,
39+
tidyselect (>= 1.2.1),
4040
utils
4141
Suggests:
4242
glue,
@@ -48,7 +48,8 @@ Suggests:
4848
testthat (>= 3.0.0),
4949
tidyr,
5050
tibble,
51-
dbplyr
51+
dbplyr (>= 2.5.1),
52+
arrow (>= 22.0.0.1)
5253
VignetteBuilder:
5354
quarto
5455
Config/testthat/edition: 3

0 commit comments

Comments
 (0)