Mon Sep 20 04:11:53 2021 UTC ()
(geography/R-countrycode) Updated 1.1.0 to 1.3.0

# countrycode 1.3.0
* destination argument accepts a vector of strings and tries one after
  the other
* countryname(warn=TRUE) by default
* better class checks
* countryname defaults to `country.name.en` for missing country names
  (nomatch=NULL)
* Vietnam: better regex and support for vdem
* Namibia fixes: eurostat, genc2c, wb_api2c, ecb
* Various regex improvements
* Congo French disambiguation

# countrycode 1.2.0
* New 'countryname' function converts country names from any language
  (thanks to @davidsjoberg)
* New `guess_field` function guesses which code a vector uses
* Bug in dict build inserted NA in region variable (Thanks to M. Pascariu)
* Added region23 with the old, more granular regions
* Added unicode.symbol, which converts to emoji flags
* Added ISO 4217 currency name, alpha, and numeric codes
* Added UN region codes and names
* Added IANA ccTLD codes
* Improved various regexes

# countrycode 1.1.3
* Added Demographic and Health Surveys (thanks to @mcooper)

# countrycode 1.1.2
* Updated World Bank regions with manual additions

# countrycode 1.1.1
* Bug: Typo prevented users for using "p4n" as origin code
* Fixed bad icao.region codes (Thanks to @espinielli)
* Added country name "United Arab Republic" and its regex (Thanks to
  Gina Reynolds)
* Added SOM to wb code (Thanks to Fabian Besche)
* Added Vietnam to codelist_panel


(mef)
diff -r1.5 -r1.6 pkgsrc/geography/R-countrycode/Makefile
diff -r1.4 -r1.5 pkgsrc/geography/R-countrycode/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/geography/R-countrycode/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-countrycode/Makefile 2019/08/08 19:53:42 1.5
+++ pkgsrc/geography/R-countrycode/Makefile 2021/09/20 04:11:53 1.6
@@ -1,14 +1,18 @@ @@ -1,14 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:42 brook Exp $ 1# $NetBSD: Makefile,v 1.6 2021/09/20 04:11:53 mef Exp $
2 2
3R_PKGNAME= countrycode 3R_PKGNAME= countrycode
4R_PKGVER= 1.1.0 4R_PKGVER= 1.3.0
5CATEGORIES= geography 5CATEGORIES= geography
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Convert country names and country codes 8COMMENT= Convert country names and country codes
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
 11TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 12TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 13TEST_DEPENDS+= R-utf8-[0-9]*:../../textproc/R-utf8
 14
11USE_LANGUAGES= # none 15USE_LANGUAGES= # none
12 16
13.include "../../math/R/Makefile.extension" 17.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/geography/R-countrycode/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/R-countrycode/distinfo 2019/07/31 15:57:09 1.4
+++ pkgsrc/geography/R-countrycode/distinfo 2021/09/20 04:11:53 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2019/07/31 15:57:09 brook Exp $ 1$NetBSD: distinfo,v 1.5 2021/09/20 04:11:53 mef Exp $
2 2
3SHA1 (R/countrycode_1.1.0.tar.gz) = 7d9990f7c63a9fb5715d9c2c998290aae89eef74 3SHA1 (R/countrycode_1.3.0.tar.gz) = 64e8a53ee361ec8cab28b7fda7bfc6d7a6a64cdf
4RMD160 (R/countrycode_1.1.0.tar.gz) = e4d143efb2433331cdf4d34ebd1fbafd8d3202fe 4RMD160 (R/countrycode_1.3.0.tar.gz) = cf38a8226abcccc7ab9c8f08b698fd9b842eefb0
5SHA512 (R/countrycode_1.1.0.tar.gz) = e8b165725d183f397d27b41c1489358f17a3a48748ad95308b89dcd285908412b7221ffcd4dc61d272fe0226d6a775270e30c1b7e53b5e63ac919372241e8880 5SHA512 (R/countrycode_1.3.0.tar.gz) = 026048e5add8ab987298fe2db082b214c42cd7dc1edc18ad7fc0fd9827ae48cbce25991b687fe50f2d7b380a47a68c15ffe22e71f68ce7a85b7efdfd21e97e73
6Size (R/countrycode_1.1.0.tar.gz) = 293105 bytes 6Size (R/countrycode_1.3.0.tar.gz) = 504013 bytes