The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
A single, comprehensive release that takes the package from a one-function proof of concept to a complete toolkit for joining world data to maps. The spirit is unchanged — ISO codes as the universal join key, one call to a map-ready table — but pushed to its full potential.
world_data() is generalised but backward-compatible:
world_data(2020) still returns the classic polygon-backed,
GDP-per-capita tibble. The only visible change is the column name
gdp_per_capita_2015 → gdp_per_capita. A
one-cycle deprecation shim keeps gdp_per_capita_2015
available as an alias (toggle with
options(countryatlas.gdp_compat = FALSE)).wdj_overrides()] instead of
deleted, so they appear on maps. Diffs of map output will show increased
coverage.world_data() gains indicator (one or many
WDI codes; named vectors drive clean column names), multi-year
panels, an sf backend
(geometry = "sf"), region subsetting,
latest, projections and caching.country_data() — the lightweight, one-row-per-country
analysis table.world_geometry() — projected, region-subset geometry
(countries, centroids, coastline, borders, graticule, ocean).standardize_country(), join_world(),
attach_geometry(), country_join().check_country_match(), wdj_overrides(),
audit_coverage() — never lose a country silently.convert_country() (flags, currency, tld, research
codes), country_codes(), country_groups() /
in_group(), wdi_search().world_snapshot,
country_meta, common_indicators,
country_groups_tbl, world_tiles.per_capita(), aggregate_regions(),
rank_countries(), complete_years().world_map() (continuous / binned / quantile / jenks /
categorical), bubble_map(), bivariate_map(),
cartogram_map(), tile_map(),
flow_map(), animate_world(),
interactive_map(), geom_country_labels(),
theme_world_map().parallel::mclapply)
where supported. See clear_wdi_cache().world_snapshot lets every example, test and
vignette run offline and deterministically.@importFrom instead of
blanket @import).cli / rlang
errors.testthat (3e) suite; network calls are skipped
offline and on CRAN.pkgdown site.sf,
rnaturalearth, cartogram,
biscale, geofacet, gganimate,
leaflet, …) are all in Suggests and gated by
rlang::check_installed(), so the base install stays
light.Group memberships in country_groups_tbl are
point-in-time as of 2024-01-01.
world_data(year) function.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.