We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c325e32 commit 3b34e9bCopy full SHA for 3b34e9b
DESCRIPTION
@@ -20,7 +20,7 @@ License: Apache License (== 2.0) | file LICENSE
20
URL: https://docs.ropensci.org/tidyhydat/, https://github.com/ropensci/tidyhydat/
21
BugReports: https://github.com/ropensci/tidyhydat/issues/
22
Depends:
23
- R (>= 3.4.0)
+ R (>= 4.0.0)
24
Imports:
25
cli (>= 1.0.0),
26
crayon (>= 1.3.4),
NEWS.md
@@ -1,4 +1,5 @@
1
# tidyhydat 0.6.2
2
+- bump minimum R version to 4.0.0
3
- dropped httr in favour of httr2
4
- fix bug where `download_hydat()` fails if `tempdir()` is on a different device than `hydat_path` (@mpdavison, #192)
5
- fix bug where `download_hydat()` wasn't checking alternative paths for success (@Travis-Simmons)
0 commit comments