Up to [cvs.NetBSD.org] / pkgsrc / geography / R-countrycode
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
(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
(geography/R-countrycode) Updated 1.3.1 to 1.4.0 # country code 1.4.0 * Detect French country names using regular expressions: `origin = "country.name.fr"` (Thanks to Samuel Meichtry) * Detect Italian country names using regular expressions: `origin = "country.name.it"` (Thanks to Samuel Meichtry)
(geography/R-countrycode) Updated 1.3.0 to 1.3.1 # countrycode 1.3.1 * New code: unhcr
geography: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
geography: Remove SHA1 hashes for distfiles
(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
R-countrycode: update to version 1.1.0. Update to the canonical form of an R package.
Add SHA512 digests for distfiles for geography category One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update 0.17 to 0.18 Version 0.18 (2014-12-17) ------------------------- * Nils Enevoldsen did wonderful work refactoring most of the regex in the dictionary. * Nils also added a bunch of tests. Thanks! * Added Tokelau
Initial import of countrycode v0.17 as geography/R-countrycode. Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html