Skip to content

Commit

Permalink
(geography/R-countrycode) Updated 1.4.0 to 1.6.0
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mef committed Nov 26, 2024
1 parent 1c04fc8 commit 9a59abb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions geography/R-countrycode/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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

Expand Down
8 changes: 4 additions & 4 deletions geography/R-countrycode/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9a59abb

Please sign in to comment.