Skip to contents

ArgentinAPI 0.2.1

Bug Fixes

  • Fixed get_argentinian_holidays() to dynamically accept years up to the current year instead of being hardcoded to 2025, preventing validation errors in future years.
  • Improved error handling in get_argentinian_holidays() to fail gracefully with informative messages when the API is unavailable, as required by CRAN policy.
  • Improved error handling in get_argentine_senators() to fail gracefully with informative messages when the API is unavailable, as required by CRAN policy.
  • Fixed test for get_argentine_senators() to properly handle NA values in date fields when checking sort order.
  • Updated validation messages to use dynamic year limits based on current date.

Technical Changes

  • Added tryCatch() blocks to API calls in get_argentinian_holidays() and get_argentine_senators() to handle network errors gracefully.
  • Changed validation errors to warnings with NULL returns to comply with CRAN’s requirement that packages using Internet resources must not generate check errors when resources are unavailable.

ArgentinAPI 0.2.0

CRAN release: 2025-09-13

Breaking Changes

  • get_country_info() was renamed to get_country_info_ar() to avoid naming conflicts with other packages and improve function identification.

The following API was added to the ArgentinAPI package:

The following functions were added to the ArgentinAPI package:


ArgentinAPI 0.1.0

CRAN release: 2025-07-08

Initial Release

  • First release of ArgentinAPI package.
  • Added view_datasets_ArgentinAPI() function to explore available datasets.
  • Curated Collection of datasets that cover diverse aspects of Chilean society.
  • Initial APIs ArgentinaDatos API and REST Countries API – Added functions powered by these APIs