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 inget_argentinian_holidays()andget_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 toget_country_info_ar()to avoid naming conflicts with other packages and improve function identification.
The following API was added to the ArgentinAPI package:
- World Bank API https://datahelpdesk.worldbank.org/knowledgebase/articles/889392.
The following functions were added to the ArgentinAPI package:
get_argentina_child_mortality(): Get Argentina’s Under-5 Mortality Rate data from the World Bank.get_argentina_energy_use(): Get Argentina’s Energy Use (kg of oil equivalent per capita) data from the World Bank.get_argentina_gdp(): Get Argentina’s GDP (current US$) data from the World Bank.get_argentina_hospital_beds(): Get Argentina’s Hospital Beds (per 1,000 people) data from the World Bank.get_argentina_life_expectancy(): Get Argentina’s Life Expectancy at Birth data from the World Bank.get_argentina_population(): Get Argentina’s Total Population data from the World Bank.get_argentina_unemployment(): Get Argentina’s Total Unemployment Rate data from the World Bank.
ArgentinAPI 0.1.0
CRAN release: 2025-07-08
Initial Release
- First release of
ArgentinAPIpackage. - 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
