diff --git a/CITATION.cff b/CITATION.cff index b24cfbf..7900692 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,12 +27,19 @@ preferred-citation: year: '2024' url: https://github.com/e-kotov/mapineqr doi: 10.32614/CRAN.package.mapineqr -url: http://www.ekotov.pro/mapineqr/ +repository-code: https://github.com/e-kotov/mapineqr +url: https://github.com/e-kotov/mapineqr/ contact: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345 +keywords: +- data +- demogrpahy +- r +- rstats +- socio-economic-indicators references: - type: generic title: 'Mapineq Link: Geospatial Dashboard and Database' @@ -200,4 +207,7 @@ references: email: werner.krause@uni-potsdam.de orcid: https://orcid.org/0000-0002-5069-7964 year: '2024' +identifiers: +- type: url + value: http://www.ekotov.pro/mapineqr/ diff --git a/DESCRIPTION b/DESCRIPTION index c0fbb7e..c19598c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,8 @@ Authors@R: comment = c(ORCID = "0000-0001-6690-5345")) Description: Access Mapineq inequality indicators via API. License: MIT + file LICENSE -URL: http://www.ekotov.pro/mapineqr/ +URL: https://github.com/e-kotov/mapineqr/, http://www.ekotov.pro/mapineqr/ +BugReports: https://github.com/e-kotov/mapineqr/issues Imports: checkmate, dplyr, diff --git a/README.qmd b/README.qmd index 3410cc7..a7c6e47 100644 --- a/README.qmd +++ b/README.qmd @@ -24,7 +24,7 @@ The goal of `{mapineqr}` is to access the data from the [Mapineq.org API](https: ## Installation -You can install the development version of `{mapineqr}` from [GitHub](https://github.com/) with: +You can install the development version of `{mapineqr}` from [GitHub](https://github.com/e-kotov/mapineqr) with: ``` r if (!require("pak")) install.packages("pak") diff --git a/codemeta.json b/codemeta.json index 8f4bd19..25baeb9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,7 +4,9 @@ "identifier": "mapineqr", "description": "Access Mapineq inequality indicators via API.", "name": "mapineqr: Access Mapineq inequality indicators via API", - "codeRepository": "https://github.com/e-kotov/mapineqr", + "relatedLink": "http://www.ekotov.pro/mapineqr/", + "codeRepository": "https://github.com/e-kotov/mapineqr/", + "issueTracker": "https://github.com/e-kotov/mapineqr/issues", "license": "https://spdx.org/licenses/MIT", "version": "0.0.0.9000", "programmingLanguage": { @@ -156,7 +158,7 @@ }, "SystemRequirements": null }, - "fileSize": "669.608KB", + "fileSize": "670.109KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -197,7 +199,6 @@ "sameAs": "https://doi.org/10.5281/zenodo.13864000" } ], - "relatedLink": "http://www.ekotov.pro/mapineqr/", "readme": "https://github.com/e-kotov/mapineqr/blob/main/README.md", "contIntegration": "https://github.com/e-kotov/mapineqr/actions/workflows/R-CMD-check.yaml", "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental", diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 9798381..d7f7511 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -10,7 +10,7 @@ "familyName": "Kotov", "givenName": "Egor" }, - "codeRepository": "https://github.com/e-kotov/mapineqr", + "codeRepository": "https://github.com/e-kotov/mapineqr/", "description": "Access Mapineq inequality indicators via API.", "license": "https://spdx.org/licenses/MIT", "name": "mapineqr: Access Mapineq inequality indicators via API",