Skip to content

Commit

Permalink
adjust dependency version requirements
Browse files Browse the repository at this point in the history
data.table 1.15 introduced vectorized NA input in fifelse
srtingr 1.4.0 introduced str_starts
  • Loading branch information
mrcaseb committed Sep 9, 2024
1 parent 5a6e296 commit e8e4219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Depends:
Imports:
cli (>= 3.0.0),
curl,
data.table (>= 1.14.0),
data.table (>= 1.15.0),
dplyr (>= 1.0.0),
fastrmodels (>= 1.0.1),
furrr,
Expand All @@ -55,7 +55,7 @@ Imports:
nflreadr (>= 1.2.0),
progressr (>= 0.6.0),
rlang (>= 0.4.7),
stringr (>= 1.3.0),
stringr (>= 1.4.0),
tibble (>= 3.0),
tidyr (>= 1.0.0),
tidyselect (>= 1.1.0),
Expand Down

0 comments on commit e8e4219

Please sign in to comment.