From 7d3b82d7712f7b5cd26e90622fe928c4eb280734 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Fri, 22 Mar 2024 11:49:55 -0400 Subject: [PATCH] readme --- README.Rmd | 7 +++---- README.md | 59 ++++++++++++++++++++++++++---------------------------- 2 files changed, 31 insertions(+), 35 deletions(-) diff --git a/README.Rmd b/README.Rmd index 32da0a2..71e85b1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,10 +1,9 @@ --- -always_allow_html: yes +output: github_document --- -

- +


@@ -12,7 +11,7 @@ always_allow_html: yes [![DOI](http://joss.theoj.org/papers/10.21105/joss.00848/status.svg)](https://doi.org/10.21105/joss.00848) [![R build status](https://github.com/vincentarelbundock/countrycode/workflows/R-CMD-check/badge.svg)](https://github.com/vincentarelbundock/countrycode/actions) -![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/countrycode) + `countrycode` standardizes country names, converts them into ~40 different coding schemes, and assigns region descriptors. Scroll down for more details or visit the [countrycode CRAN page](http://cran.r-project.org/web/packages/countrycode/index.html) diff --git a/README.md b/README.md index b041de5..2bb0bef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -

- +


@@ -10,10 +9,8 @@ [![DOI](http://joss.theoj.org/papers/10.21105/joss.00848/status.svg)](https://doi.org/10.21105/joss.00848) -[![R build -status](https://github.com/vincentarelbundock/countrycode/workflows/R-CMD-check/badge.svg)](https://github.com/vincentarelbundock/countrycode/actions) -![CRAN -downloads](http://cranlogs.r-pkg.org/badges/grand-total/countrycode.png) +[![R build status](https://github.com/vincentarelbundock/countrycode/workflows/R-CMD-check/badge.svg)](https://github.com/vincentarelbundock/countrycode/actions) + `countrycode` standardizes country names, converts them into ~40 @@ -27,7 +24,7 @@ you could cite our paper: > Arel-Bundock, Vincent, Nils Enevoldsen, and CJ Yetman, (2018). > countrycode: An R package to convert country names and country codes. > Journal of Open Source Software, 3(28), 848, -> https://doi.org/10.21105/joss.00848 +> ## Why `countrycode`? @@ -69,27 +66,27 @@ install_github('vincentarelbundock/countrycode') To get an up-to-date list of supported country codes, install the package and type `?codelist`. These include: -- 600+ variants of country names in different languages and formats. -- AR5 -- Continent and region identifiers. -- Correlates of War (numeric and character) -- European Central Bank -- [EUROCONTROL](https://www.eurocontrol.int) - The European - Organisation for the Safety of Air Navigation -- Eurostat -- Federal Information Processing Standard (FIPS) -- Food and Agriculture Organization of the United Nations -- Global Administrative Unit Layers (GAUL) -- Geopolitical Entities, Names and Codes (GENC) -- Gleditsch & Ward (numeric and character) -- International Civil Aviation Organization -- International Monetary Fund -- International Olympic Committee -- ISO (2/3-character and numeric) -- Polity IV -- United Nations -- United Nations Procurement Division -- Varieties of Democracy -- World Bank -- World Values Survey -- Unicode symbols (flags) +- 600+ variants of country names in different languages and formats. +- AR5 +- Continent and region identifiers. +- Correlates of War (numeric and character) +- European Central Bank +- [EUROCONTROL](https://www.eurocontrol.int) - The European Organisation + for the Safety of Air Navigation +- Eurostat +- Federal Information Processing Standard (FIPS) +- Food and Agriculture Organization of the United Nations +- Global Administrative Unit Layers (GAUL) +- Geopolitical Entities, Names and Codes (GENC) +- Gleditsch & Ward (numeric and character) +- International Civil Aviation Organization +- International Monetary Fund +- International Olympic Committee +- ISO (2/3-character and numeric) +- Polity IV +- United Nations +- United Nations Procurement Division +- Varieties of Democracy +- World Bank +- World Values Survey +- Unicode symbols (flags)