Skip to content

v4.0.3

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 19 Dec 00:45
· 286 commits to main since this release
a7041ed

This release includes two unreleased version changes, v4.0.1 and v4.0.2 as detailed below.

nasapower 4.0.3

Minor changes

  • Fixes tests that should use vcr or be skipped on CRAN.

nasapower 4.0.2

Minor changes

  • Update checks for number of parameters requested by user, maximum of 15 for hourly and 20 for all other temporal APIs.

  • Return API messages to user to assist with troubleshooting when an error occurs server-side, see Issue 55.

  • The list of POWER parameters that can be queried from the API, parameters, is now in alphabetical order.

  • Add paragraph to vignette describing how to work with possible rate limiting by API endpoints using ratelimitr.
    This is in place of internally rate-limiting due to the way ratelimitr handles function creation and the fact that the rate limits are extremely generous and may change as the project matures.

nasapower 4.0.1 (unreleased on CRAN)

Bug fixes

Minor changes

  • Enforces API limits client-side where the API limits unique queries to 30 per 60 seconds as found and reported by @camwur in Issue 57.
    This can be adjusted in future releases of nasapower if the POWER API changes as has been indicated is possible.

  • (Re)enables vcr for better unit testing.

  • More comprehensive unit tests.