Recent Releases of ratatouille

ratatouille - ratatouille v1.0.2

ratatouille v1.0.2

  • Fixed bug where errors from the RATO ArcGIS REST API were not properly returned as R errors, but instead caused a cryptic error without any informative message. (#46)

Full Changelog: https://github.com/inbo/ratatouille/compare/v1.0.1...v1.0.2

- R
Published by PietrH 10 months ago

ratatouille - ratatouille v1.0.1

ratatouille 1.0.1

  • magrittr is no longer a direct dependency, the package now uses base pipes `|> internally. (#41)
  • The RATO REST API capacity can now be set with an options() or by setting the environmental variable RATO_API_CAPACITY. (#43)

Full Changelog: https://github.com/inbo/ratatouille/compare/v1.0.0...v1.0.1

- R
Published by PietrH 10 months ago

ratatouille - ratatouille v1.0.0

  • Add ratatouille(), a function to fetch all available invasive species data from RATO in a single function call. (#36)
  • All functions will now retry failed requests, when fetching objects from RATO ratatouille() will throttle after 1000 outstanding requests. (#36, #37)
  • Add package wide options ratatouille.ratoexpiresminutes, default 5 minutes and ratatouille.cachemaxage_secs, default 150 seconds. To allow easy modification of the cache behaviour. (#36)

Full Changelog: https://github.com/inbo/ratatouille/commits/v1.0.0

- R
Published by PietrH 10 months ago