pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-countrycode
Module Name: pkgsrc
Committed By: mef
Date: Tue Nov 26 13:02:05 UTC 2024
Modified Files:
pkgsrc/geography/R-countrycode: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/R-countrycode/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/R-countrycode/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/R-countrycode/Makefile
diff -u pkgsrc/geography/R-countrycode/Makefile:1.8 pkgsrc/geography/R-countrycode/Makefile:1.9
--- pkgsrc/geography/R-countrycode/Makefile:1.8 Mon Jan 2 11:32:38 2023
+++ pkgsrc/geography/R-countrycode/Makefile Tue Nov 26 13:02:05 2024
@@ -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@localhost
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
Index: pkgsrc/geography/R-countrycode/distinfo
diff -u pkgsrc/geography/R-countrycode/distinfo:1.9 pkgsrc/geography/R-countrycode/distinfo:1.10
--- pkgsrc/geography/R-countrycode/distinfo:1.9 Mon Jan 2 11:32:38 2023
+++ pkgsrc/geography/R-countrycode/distinfo Tue Nov 26 13:02:05 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index