Skip to content

Commit

Permalink
Update DESCRIPTION to depend on R 4.1.0
Browse files Browse the repository at this point in the history
We use the native pipe `|>` in many places which was only available in R version 4.1.0. Status-quo dependency was R 4.0.
  • Loading branch information
iantaylor-NOAA committed Aug 23, 2024
1 parent f0d4e76 commit 1ff66be
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 @@ -54,7 +54,7 @@ License: GPL (>= 3) | file LICENSE
URL: https://github.com/noaa-fims/fims, https://noaa-fims.github.io
BugReports: https://github.com/noaa-fims/fims/issues
Depends:
R (>= 4.0)
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
Expand Down

0 comments on commit 1ff66be

Please sign in to comment.