Skip to content

Commit

Permalink
update desc and metadata with github repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Dec 16, 2024
1 parent a8ce01d commit 502ab2f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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/

3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
7 changes: 4 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -156,7 +158,7 @@
},
"SystemRequirements": null
},
"fileSize": "669.608KB",
"fileSize": "670.109KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 502ab2f

Please sign in to comment.