- Use
testthat::local_mocked_bindings()on API error testing. - Migrate vignettes to Quarto.
- Minimal httr2 version is now 1.2.0 to ensure compatibility with
giscoR. - Query timeout can be controlled with
options(mapspain_timeout)using
httr2::req_timeout(). Default value is
httr2::req_timeout(..., seconds = 300)(5 minutes).
What's Changed
- Use
testthat::local_mocked_bindings()on API error testing. by @dieghernan in #131 - Add option to control timeout by @dieghernan in #133
Full Changelog: v1.0.0...v1.1.0