From 9a59abbdba1b0f3ebc0413a4ff74a0ef9ef182a5 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 26 Nov 2024 13:02:05 +0000 Subject: [PATCH] (geography/R-countrycode) Updated 1.4.0 to 1.6.0 ## countrycode 1.6.0 * Important speed-up for detection of country names using regular expressions (Thanks to Etienne Bacher). * `countryname` gets the `nomatch` argument. * `countryname` returns NA when the code does not support a given country. (Issue #336) * Improved regex for Italy * `eurocontrol_statfor` updated: ESRA->ECAC to account for redistribution: https://www.eurocontrol.int/sites/default/files/2020-11/eurocontrol-forecast-2020- 2024-region-definition.pdf Thanks to @sthonnard for contribution #352. * Antarctica now has a "continent" value. Thanks to @geryan for report #353. ## countrycode 1.5.0 * `get_dictionary()` function to download custom dictionaries (cross-walks): - US States, Swiss Cantons, Global Burden of Disease, ExioBase, GTAP. * New codes: Polity V "p5c", "p5n" * New code "unhcr_region". Thanks to @galalH for code contribution #329 * Many regex improvements * Several minor bug fixes --- geography/R-countrycode/Makefile | 6 ++++-- geography/R-countrycode/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/geography/R-countrycode/Makefile b/geography/R-countrycode/Makefile index 37aa7bf69593..a3965167221e 100644 --- a/geography/R-countrycode/Makefile +++ b/geography/R-countrycode/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.8 2023/01/02 11:32:38 mef Exp $ +# $NetBSD: Makefile,v 1.9 2024/11/26 13:02:05 mef Exp $ R_PKGNAME= countrycode -R_PKGVER= 1.4.0 +R_PKGVER= 1.6.0 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Convert country names and country codes LICENSE= gnu-gpl-v3 +# Packages suggested but not available: 'altdoc', 'eurostat', 'ISOcodes' TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble TEST_DEPENDS+= R-utf8-[0-9]*:../../textproc/R-utf8 + TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin diff --git a/geography/R-countrycode/distinfo b/geography/R-countrycode/distinfo index c6540f889907..c93f5fe49a38 100644 --- a/geography/R-countrycode/distinfo +++ b/geography/R-countrycode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/01/02 11:32:38 mef Exp $ +$NetBSD: distinfo,v 1.10 2024/11/26 13:02:05 mef Exp $ -BLAKE2s (R/countrycode_1.4.0.tar.gz) = df8f94395632123b275fb463e61abf35f675a93f30068251c41b66a24b776c79 -SHA512 (R/countrycode_1.4.0.tar.gz) = d8c2d2c83e894404e15fb3176c2628eb1c95279fef409f8a5609c7c512761eb844fceb972053ece73e3230d907cea13d83e1e20006dc794ce0726cba1bd92545 -Size (R/countrycode_1.4.0.tar.gz) = 512655 bytes +BLAKE2s (R/countrycode_1.6.0.tar.gz) = 7519ba7cae698b95ea10b5f20b8d35a32a08c647b78a49de6fb1f4077f0f9b91 +SHA512 (R/countrycode_1.6.0.tar.gz) = 71f8af9e0af0ac495a62640b7a8a2a6564876f857fd962333876e2739a6e4d353677e7b35a956a3f68bc98c6d66195f47397cf151c214275b30fc86eb65388d6 +Size (R/countrycode_1.6.0.tar.gz) = 526509 bytes