From 9aa9797db95cd13e3fcf8201333d93aeb6816fe1 Mon Sep 17 00:00:00 2001 From: Egor Kotov Date: Mon, 16 Dec 2024 11:42:45 +0100 Subject: [PATCH] update citation and metadarta --- CITATION.cff | 63 ++++++++++++++++++++++++++++++++++++++++++++++----- DESCRIPTION | 2 +- codemeta.json | 56 +++++++++++++++++++++++++++++++++++++-------- 3 files changed, 105 insertions(+), 16 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c888de1..b24cfbf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,6 +27,7 @@ preferred-citation: year: '2024' url: https://github.com/e-kotov/mapineqr doi: 10.32614/CRAN.package.mapineqr +url: http://www.ekotov.pro/mapineqr/ contact: - family-names: Kotov given-names: Egor @@ -93,6 +94,18 @@ references: given-names: Hadley email: hadley@posit.co year: '2024' +- type: software + title: jsonlite + abstract: 'jsonlite: A Simple and Robust JSON Parser and Generator for R' + notes: Imports + url: https://jeroen.r-universe.dev/jsonlite + repository: https://CRAN.R-project.org/package=jsonlite + authors: + - family-names: Ooms + given-names: Jeroen + email: jeroenooms@gmail.com + orcid: https://orcid.org/0000-0002-4035-0289 + year: '2024' - type: software title: purrr abstract: 'purrr: Functional Programming Tools' @@ -138,15 +151,53 @@ references: email: hadley@rstudio.com year: '2024' - type: software - title: testthat - abstract: 'testthat: Unit Testing for R' - notes: Suggests - url: https://testthat.r-lib.org - repository: https://CRAN.R-project.org/package=testthat + title: tidyr + abstract: 'tidyr: Tidy Messy Data' + notes: Imports + url: https://tidyr.tidyverse.org + repository: https://CRAN.R-project.org/package=tidyr authors: - family-names: Wickham given-names: Hadley email: hadley@posit.co + - family-names: Vaughan + given-names: Davis + email: davis@posit.co + - family-names: Girlich + given-names: Maximilian + year: '2024' +- type: software + title: eurostat + abstract: 'eurostat: Tools for Eurostat Open Data' + notes: Suggests + url: https://ropengov.github.io/eurostat/ + repository: https://CRAN.R-project.org/package=eurostat + authors: + - family-names: Lahti + given-names: Leo + email: leo.lahti@iki.fi + orcid: https://orcid.org/0000-0001-5537-637X + - family-names: Huovari + given-names: Janne + - family-names: Kainu + given-names: Markus + - family-names: Biecek + given-names: Przemyslaw + year: '2024' +- type: software + title: nuts + abstract: 'nuts: Convert European Regional Data' + notes: Suggests + url: https://docs.ropensci.org/nuts/ + repository: https://CRAN.R-project.org/package=nuts + authors: + - family-names: Hennicke + given-names: Moritz + email: AAoritz@posteo.de + orcid: https://orcid.org/0000-0001-6811-1821 + - family-names: Krause + given-names: Werner + email: werner.krause@uni-potsdam.de + orcid: https://orcid.org/0000-0002-5069-7964 year: '2024' - version: '>= 3.0.0' diff --git a/DESCRIPTION b/DESCRIPTION index 2d91842..c0fbb7e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,6 +6,7 @@ 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/ Imports: checkmate, dplyr, @@ -22,4 +23,3 @@ Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 -URL: http://www.ekotov.pro/mapineqr/ diff --git a/codemeta.json b/codemeta.json index bf015da..8f4bd19 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,6 +4,7 @@ "identifier": "mapineqr", "description": "Access Mapineq inequality indicators via API.", "name": "mapineqr: Access Mapineq inequality indicators via API", + "codeRepository": "https://github.com/e-kotov/mapineqr", "license": "https://spdx.org/licenses/MIT", "version": "0.0.0.9000", "programmingLanguage": { @@ -33,16 +34,27 @@ "softwareSuggestions": [ { "@type": "SoftwareApplication", - "identifier": "testthat", - "name": "testthat", - "version": ">= 3.0.0", + "identifier": "eurostat", + "name": "eurostat", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=eurostat" + }, + { + "@type": "SoftwareApplication", + "identifier": "nuts", + "name": "nuts", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "sameAs": "https://CRAN.R-project.org/package=testthat" + "sameAs": "https://CRAN.R-project.org/package=nuts" } ], "softwareRequirements": { @@ -83,6 +95,18 @@ "sameAs": "https://CRAN.R-project.org/package=httr2" }, "4": { + "@type": "SoftwareApplication", + "identifier": "jsonlite", + "name": "jsonlite", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=jsonlite" + }, + "5": { "@type": "SoftwareApplication", "identifier": "purrr", "name": "purrr", @@ -94,7 +118,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=purrr" }, - "5": { + "6": { "@type": "SoftwareApplication", "identifier": "rlang", "name": "rlang", @@ -106,7 +130,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=rlang" }, - "6": { + "7": { "@type": "SoftwareApplication", "identifier": "tibble", "name": "tibble", @@ -118,9 +142,21 @@ }, "sameAs": "https://CRAN.R-project.org/package=tibble" }, + "8": { + "@type": "SoftwareApplication", + "identifier": "tidyr", + "name": "tidyr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=tidyr" + }, "SystemRequirements": null }, - "fileSize": "11.224KB", + "fileSize": "669.608KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -161,7 +197,9 @@ "sameAs": "https://doi.org/10.5281/zenodo.13864000" } ], - "codeRepository": "https://github.com/e-kotov/mapineqr", + "relatedLink": "http://www.ekotov.pro/mapineqr/", "readme": "https://github.com/e-kotov/mapineqr/blob/main/README.md", - "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental" + "contIntegration": "https://github.com/e-kotov/mapineqr/actions/workflows/R-CMD-check.yaml", + "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental", + "keywords": ["data", "r", "rstats", "socio-economic-indicators", "demogrpahy"] }