Removed get_country_info_cl() from the package. This function depended on the
'REST Countries' API v3.1 endpoint, which was deprecated by its provider. The
replacement v5 endpoint now requires an API key, which is incompatible with CRAN's
policy that packages using Internet resources must work without user-supplied
credentials. As a consequence, all associated tests, documentation, and examples
have been removed, and references to the 'REST Countries API' have been removed
from the package (DESCRIPTION, README.md, vignette, LICENSE.md).
The package now integrates three APIs instead of four: FINDIC API, World Bank API, and Nager.Date.
get_country_info() was renamed to get_country_info_cl() to avoid naming conflicts with other packages and improve function identification.The following APIs were added to the ChileDataAPI package:
The following functions were added to the ChileDataAPI package:
get_chile_holidays(): Get official public holidays in chile for a given year.
get_chile_child_mortality(): Get Chile’s Under-5 Mortality Rate data from the World Bank.
get_chile_cpi(): Get Chile’s Consumer Price Index (2010 = 100) data from the World Bank.
get_chile_energy_use(): Get Chile’s Energy Use (kg of oil equivalent per capita) data from the World Bank.
get_chile_gdp(): Get Chile’s GDP (current US$) data from the World Bank.
get_chile_hospital_beds(): Get Chile’s Hospital Beds (per 1,000 people) data from the World Bank.
get_chile_life_expectancy(): Get Chile’s Life Expectancy at Birth data from the World Bank.
get_chile_literacy_rate(): Get Chile’s Adult Literacy Rate data from the World Bank.
get_chile_population(): Get Chile’s Total Population data from the World Bank.
get_chile_unemployment(): Get Chile’s Total Unemployment Rate data from the World Bank.
ChileDataAPI package.view_datasets_ChileDataAPI() function to explore available datasets.