File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
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.0.0
2
+ - bump minimum R version to 4.1.1
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 @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
17
17
18
18
19
19
<!-- badges: start -->
20
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/apache-2-0/ ) ß
20
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/apache-2-0 )
21
21
[ ![ R build status] ( https://github.com/ropensci/tidyhydat/workflows/R-CMD-check/badge.svg )] ( https://github.com/ropensci/tidyhydat/actions )
22
22
23
23
[ ![ CRAN\_ Status\_ Badge] ( https://www.r-pkg.org/badges/version/tidyhydat )] ( https://cran.r-project.org/package=tidyhydat ) [ ![ CRAN Downloads] ( https://cranlogs.r-pkg.org/badges/tidyhydat?color=brightgreen )] ( https://CRAN.R-project.org/package=tidyhydat ) [ ![ cran checks] ( https://badges.cranchecks.info/worst/tidyhydat.svg )] ( https://cran.r-project.org/web/checks/check_results_tidyhydat.html ) [ ![ r-universe] ( https://ropensci.r-universe.dev/badges/tidyhydat )] ( https://ropensci.r-universe.dev/builds )
Original file line number Diff line number Diff line change 4
4
5
5
<!-- badges: start -->
6
6
7
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/apache-2-0/ ) ß
7
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/license/apache-2-0/ )
8
8
[ ![ R build
9
9
status] ( https://github.com/ropensci/tidyhydat/workflows/R-CMD-check/badge.svg )] ( https://github.com/ropensci/tidyhydat/actions )
10
10
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.0.0
7
+ - bump minimum R version to 4.1.1
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 )
You can’t perform that action at this time.
0 commit comments