Changelog
Source:NEWS.md
wbids 1.0.0
CRAN release: 2025-02-08
-
ids_get()
Roxygen2 documentation enhancements. -
ids_get()
now makes a single consolidated API call for all series and countries rather than one call per series-country combination, greatly improving performance. -
ids_get()
now fails with an informative error message if the user requests too much data. -
ids_get()
now takesstart_year
andend_year
rather thanstart_date
andend_date
arguments (breaking change).
Bug fixes
-
ids_list_counterparts()
now containscounterpart_iso2code
for all countries and regions. -
read_bulk_file()
now returns the correct column forcounterpart_id
. -
ids_get()
no longer returns NAs for some geographies. -
ids_get()
no longer returns the wrong counterpart_type for some rows. -
ids_get()
now removes trailing whitespace and correctly encodes special characters. - Removed a third-party dependency that was causing tests to fail on CRAN.
wbids 0.1.0
CRAN release: 2024-11-15
- Initial CRAN submission.
- Includes download of individual series via
ids_get()
. Useids_list_*()
functions to list supported geographies, series, and counterparts, respectively. - Includes bulk download of multiple series via
ids_bulk()
. Useids_bulk_files()
andids_bulk_series()
to get information for supported files and series, respectively.