Skip to content

Commit 502ab2f

Browse files
committed
update desc and metadata with github repo links
1 parent a8ce01d commit 502ab2f

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CITATION.cff

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,19 @@ preferred-citation:
2727
year: '2024'
2828
url: https://github.com/e-kotov/mapineqr
2929
doi: 10.32614/CRAN.package.mapineqr
30-
url: http://www.ekotov.pro/mapineqr/
30+
repository-code: https://github.com/e-kotov/mapineqr
31+
url: https://github.com/e-kotov/mapineqr/
3132
contact:
3233
- family-names: Kotov
3334
given-names: Egor
3435
3536
orcid: https://orcid.org/0000-0001-6690-5345
37+
keywords:
38+
- data
39+
- demogrpahy
40+
- r
41+
- rstats
42+
- socio-economic-indicators
3643
references:
3744
- type: generic
3845
title: 'Mapineq Link: Geospatial Dashboard and Database'
@@ -200,4 +207,7 @@ references:
200207
201208
orcid: https://orcid.org/0000-0002-5069-7964
202209
year: '2024'
210+
identifiers:
211+
- type: url
212+
value: http://www.ekotov.pro/mapineqr/
203213

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Authors@R:
66
comment = c(ORCID = "0000-0001-6690-5345"))
77
Description: Access Mapineq inequality indicators via API.
88
License: MIT + file LICENSE
9-
URL: http://www.ekotov.pro/mapineqr/
9+
URL: https://github.com/e-kotov/mapineqr/, http://www.ekotov.pro/mapineqr/
10+
BugReports: https://github.com/e-kotov/mapineqr/issues
1011
Imports:
1112
checkmate,
1213
dplyr,

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The goal of `{mapineqr}` is to access the data from the [Mapineq.org API](https:
2424

2525
## Installation
2626

27-
You can install the development version of `{mapineqr}` from [GitHub](https://github.com/) with:
27+
You can install the development version of `{mapineqr}` from [GitHub](https://github.com/e-kotov/mapineqr) with:
2828

2929
``` r
3030
if (!require("pak")) install.packages("pak")

codemeta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"identifier": "mapineqr",
55
"description": "Access Mapineq inequality indicators via API.",
66
"name": "mapineqr: Access Mapineq inequality indicators via API",
7-
"codeRepository": "https://github.com/e-kotov/mapineqr",
7+
"relatedLink": "http://www.ekotov.pro/mapineqr/",
8+
"codeRepository": "https://github.com/e-kotov/mapineqr/",
9+
"issueTracker": "https://github.com/e-kotov/mapineqr/issues",
810
"license": "https://spdx.org/licenses/MIT",
911
"version": "0.0.0.9000",
1012
"programmingLanguage": {
@@ -156,7 +158,7 @@
156158
},
157159
"SystemRequirements": null
158160
},
159-
"fileSize": "669.608KB",
161+
"fileSize": "670.109KB",
160162
"citation": [
161163
{
162164
"@type": "SoftwareSourceCode",
@@ -197,7 +199,6 @@
197199
"sameAs": "https://doi.org/10.5281/zenodo.13864000"
198200
}
199201
],
200-
"relatedLink": "http://www.ekotov.pro/mapineqr/",
201202
"readme": "https://github.com/e-kotov/mapineqr/blob/main/README.md",
202203
"contIntegration": "https://github.com/e-kotov/mapineqr/actions/workflows/R-CMD-check.yaml",
203204
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental",

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"familyName": "Kotov",
1111
"givenName": "Egor"
1212
},
13-
"codeRepository": "https://github.com/e-kotov/mapineqr",
13+
"codeRepository": "https://github.com/e-kotov/mapineqr/",
1414
"description": "Access Mapineq inequality indicators via API.",
1515
"license": "https://spdx.org/licenses/MIT",
1616
"name": "mapineqr: Access Mapineq inequality indicators via API",

0 commit comments

Comments
 (0)