giscoR 1.1.0
- Use
testthat::local_mocked_bindings()on API error testing. - Adapt vignettes to Quarto.
- Bump minimal httr2 version to 1.2.0 (#126).
- Query timeout can be controlled with
options(gisco_timeout)using
httr2::req_timeout(). The default value is
httr2::req_timeout(..., seconds = 300)(5 minutes) (#123).
What's Changed
- Use testthat::local_mocked_bindings() on API error testing by @dieghernan in #121
- Add option to control timeout by @dieghernan in #125
- Bump minimal httr2 version by @dieghernan in #127
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #128
Full Changelog: v1.0.1...v1.1.0