pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/R-countrycode (geography/R-countrycode) Upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9e5702068c2
branches:  trunk
changeset: 458799:f9e5702068c2
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 20 04:11:53 2021 +0000

description:
(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

diffstat:

 geography/R-countrycode/Makefile |   8 ++++++--
 geography/R-countrycode/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 0a9f26def4f5 -r f9e5702068c2 geography/R-countrycode/Makefile
--- a/geography/R-countrycode/Makefile  Mon Sep 20 04:02:05 2021 +0000
+++ b/geography/R-countrycode/Makefile  Mon Sep 20 04:11:53 2021 +0000
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:42 brook Exp $
+# $NetBSD: Makefile,v 1.6 2021/09/20 04:11:53 mef Exp $
 
 R_PKGNAME=     countrycode
-R_PKGVER=      1.1.0
+R_PKGVER=      1.3.0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Convert country names and country codes
 LICENSE=       gnu-gpl-v3
 
+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
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
diff -r 0a9f26def4f5 -r f9e5702068c2 geography/R-countrycode/distinfo
--- a/geography/R-countrycode/distinfo  Mon Sep 20 04:02:05 2021 +0000
+++ b/geography/R-countrycode/distinfo  Mon Sep 20 04:11:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/07/31 15:57:09 brook Exp $
+$NetBSD: distinfo,v 1.5 2021/09/20 04:11:53 mef Exp $
 
-SHA1 (R/countrycode_1.1.0.tar.gz) = 7d9990f7c63a9fb5715d9c2c998290aae89eef74
-RMD160 (R/countrycode_1.1.0.tar.gz) = e4d143efb2433331cdf4d34ebd1fbafd8d3202fe
-SHA512 (R/countrycode_1.1.0.tar.gz) = e8b165725d183f397d27b41c1489358f17a3a48748ad95308b89dcd285908412b7221ffcd4dc61d272fe0226d6a775270e30c1b7e53b5e63ac919372241e8880
-Size (R/countrycode_1.1.0.tar.gz) = 293105 bytes
+SHA1 (R/countrycode_1.3.0.tar.gz) = 64e8a53ee361ec8cab28b7fda7bfc6d7a6a64cdf
+RMD160 (R/countrycode_1.3.0.tar.gz) = cf38a8226abcccc7ab9c8f08b698fd9b842eefb0
+SHA512 (R/countrycode_1.3.0.tar.gz) = 026048e5add8ab987298fe2db082b214c42cd7dc1edc18ad7fc0fd9827ae48cbce25991b687fe50f2d7b380a47a68c15ffe22e71f68ce7a85b7efdfd21e97e73
+Size (R/countrycode_1.3.0.tar.gz) = 504013 bytes



Home | Main Index | Thread Index | Old Index