pkgsrc/geography/R-countrycode/Makefile
mef a53667a701 (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
2021-09-20 04:11:53 +00:00

18 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/09/20 04:11:53 mef Exp $
R_PKGNAME= countrycode
R_PKGVER= 1.3.0
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
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"
.include "../../mk/bsd.pkg.mk"