{"id":17855369,"url":"https://github.com/m-muecke/isocountry","last_synced_at":"2025-03-20T13:30:35.200Z","repository":{"id":60209172,"uuid":"541204038","full_name":"m-muecke/isocountry","owner":"m-muecke","description":"R package containing ISO codes for countries and currencies","archived":false,"fork":false,"pushed_at":"2025-03-03T21:32:18.000Z","size":8224,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:42:59.652Z","etag":null,"topics":["country-codes","currency-codes","data","iso-3166-1","iso-4217","r","r-package"],"latest_commit_sha":null,"homepage":"https://m-muecke.github.io/isocountry/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-muecke.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-25T14:47:02.000Z","updated_at":"2025-03-03T21:30:27.000Z","dependencies_parsed_at":"2024-06-14T22:55:10.509Z","dependency_job_id":"4bf03d9d-3a7c-4561-a064-bd633d0106b8","html_url":"https://github.com/m-muecke/isocountry","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-muecke%2Fisocountry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-muecke%2Fisocountry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-muecke%2Fisocountry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-muecke%2Fisocountry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-muecke","download_url":"https://codeload.github.com/m-muecke/isocountry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075594,"owners_count":20393979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["country-codes","currency-codes","data","iso-3166-1","iso-4217","r","r-package"],"created_at":"2024-10-28T02:22:42.665Z","updated_at":"2025-03-20T13:30:34.910Z","avatar_url":"https://github.com/m-muecke.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# isocountry\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/m-muecke/isocountry/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/isocountry/actions/workflows/R-CMD-check.yaml)\n[![CRAN status](https://www.r-pkg.org/badges/version/isocountry)](https://CRAN.R-project.org/package=isocountry)\n\u003c!-- badges: end --\u003e\n\nThis package contains the following datasets:\n\n- `isocountry`: dataset resulting from merging the [ISO-3166](https://en.wikipedia.org/wiki/ISO_3166-1) and the [UN Region Codes](https://unstats.un.org/unsd/methodology/m49/overview).\n- `isocurrency`: [ISO 4217](https://www.iban.com/currency-codes) currency codes combined with [ISO 3166](https://www.iban.com/country-codes) country codes for easy joining.\n\nPackage is insipred by the [ISO-3166-Countries-with-Regional-Codes](https://github.com/lukes/ISO-3166-Countries-with-Regional-Codes) project.\n\n## Installation\n\nYou can install the released version of **isocountry** from [CRAN](https://CRAN.R-project.org) with:\n\n```{r, eval = FALSE}\ninstall.packages(\"isocountry\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n```{r, eval = FALSE}\n# install.packages(\"pak\")\npak::pak(\"m-muecke/isocountry\")\n```\n\n## Usage\n\n```{r, message = FALSE}\nlibrary(dplyr)\nlibrary(isocountry)\n\nisocountry |\u003e\n  left_join(isocurrency, by = join_by(alpha_2 == country_code))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-muecke%2Fisocountry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-muecke%2Fisocountry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-muecke%2Fisocountry/lists"}