File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# tidyhydat 0.7.0
2
- - bump minimum R version to 4.1.1
2
+ - bump minimum R version to 4.2.0
3
3
- dropped httr in favour of httr2
4
4
- fix bug where ` download_hydat() ` fails if ` tempdir() ` is on a different device than ` hydat_path ` (@mpdavison , #192 )
5
5
- fix bug where ` download_hydat() ` wasn't checking alternative paths for success (@Travis-Simmons )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ tidyhydat 0.7.0
4
4
There were zero WARNINGS and zero ERRORS.
5
5
6
6
## NEWS
7
- - bump minimum R version to 4.1.1
7
+ - bump minimum R version to 4.2.0
8
8
- dropped httr in favour of httr2
9
9
- fix bug where ` download_hydat() ` fails if ` tempdir() ` is on a different device than ` hydat_path ` (@mpdavison , #192 )
10
10
- fix bug where ` download_hydat() ` wasn't checking alternative paths for success (@Travis-Simmons )
@@ -19,6 +19,12 @@ There were zero WARNINGS and zero ERRORS.
19
19
* Fedora Linux, R-devel, clang, gfortran - r-hub
20
20
* Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
21
21
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
22
+ ## revdepcheck results
23
+
24
+ We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
25
+
26
+ * We saw 0 new problems
27
+ * We failed to check 0 packages
22
28
23
29
tidyhydat 0.6.1
24
30
=========================
You can’t perform that action at this time.
0 commit comments