rapr 1.1.3 (2026-03-03)
- Added
get_rap_table()interface to RAP tabular data APIs; thanks to Scott Appleby (@s-appleby) for the contribution (#20)- This generalizes
get_rap_production16day_table()to support other endpoints, including:"cover","coverMeteorology","production", and"production16day"
- This generalizes
get_rap_production16day_table()is now deprecated, useget_rap_table(product="production16day")instead- Use HTTPS URLs for rangeland.ntsg.umt.edu
What's Changed
- feat: add
get_rap_table()unified interface to tabular data API endpoints by @s-appleby in #20 - docs: update README and vignette with get_rap_table() info and examples by @s-appleby in #21
- Use HTTPS rangeland.ntsg.umt.edu URLs by @brownag in #22
New Contributors
- @s-appleby made their first contribution in #20
Full Changelog: 1.1.2...1.1.3