From 0150a6e10fa122c92cdd3df261ae042814040ec2 Mon Sep 17 00:00:00 2001 From: Andrea Gilardi Date: Thu, 10 Aug 2023 18:27:19 +0200 Subject: [PATCH] update codemeta --- codemeta.json | 82 ++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 43 deletions(-) diff --git a/codemeta.json b/codemeta.json index 9abebd5b..b8704ade 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,28 +1,32 @@ { - "@context": [ - "https://doi.org/10.5063/schema/codemeta-2.0", - "http://schema.org" - ], + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "osmextract", - "description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ", + "description": "Match, download, convert and import Open Street Map data extracts obtained from several providers. ", "name": "osmextract: Download and Import Open Street Map Data Extracts", + "relatedLink": ["https://docs.ropensci.org/osmextract/", "https://CRAN.R-project.org/package=osmextract"], "codeRepository": "https://github.com/ropensci/osmextract", "issueTracker": "https://github.com/ropensci/osmextract/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.4.0", + "version": "0.5.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.0.5 (2021-03-31)", + "runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { "@type": "Person", "givenName": "Andrea", "familyName": "Gilardi", - "email": "andrea.gilardi@unimib.it", + "email": "andrea.gilardi@polimi.it", "@id": "https://orcid.org/0000-0002-9424-7439" }, { @@ -40,14 +44,12 @@ "@id": "https://orcid.org/0000-0002-8586-6625" } ], - "copyrightHolder": {}, - "funder": {}, "maintainer": [ { "@type": "Person", "givenName": "Andrea", "familyName": "Gilardi", - "email": "andrea.gilardi@unimib.it", + "email": "andrea.gilardi@polimi.it", "@id": "https://orcid.org/0000-0002-9424-7439" } ], @@ -100,16 +102,28 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=covr" + }, + { + "@type": "SoftwareApplication", + "identifier": "withr", + "name": "withr", + "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=withr" } ], - "softwareRequirements": [ - { + "softwareRequirements": { + "1": { "@type": "SoftwareApplication", "identifier": "R", "name": "R", "version": ">= 3.5.0" }, - { + "2": { "@type": "SoftwareApplication", "identifier": "sf", "name": "sf", @@ -122,17 +136,17 @@ }, "sameAs": "https://CRAN.R-project.org/package=sf" }, - { + "3": { "@type": "SoftwareApplication", "identifier": "utils", "name": "utils" }, - { + "4": { "@type": "SoftwareApplication", "identifier": "tools", "name": "tools" }, - { + "5": { "@type": "SoftwareApplication", "identifier": "httr", "name": "httr", @@ -144,7 +158,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=httr" }, - { + "6": { "@type": "SoftwareApplication", "identifier": "jsonlite", "name": "jsonlite", @@ -155,36 +169,18 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=jsonlite" - } - ], + }, + "SystemRequirements": null + }, + "fileSize": "3628.539KB", + "releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md", "readme": "https://github.com/ropensci/osmextract/blob/master/README.md", - "fileSize": "3391.207KB", "contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"], + "developmentStatus": "https://www.repostatus.org/#active", "review": { "@type": "Review", "url": "https://github.com/ropensci/software-review/issues/395", "provider": "https://ropensci.org" }, - "keywords": [ - "osm", - "osm-pbf", - "rstats", - "r", - "open-data", - "geofabrik-zone", - "geo" - ], - "developmentStatus": "https://www.repostatus.org/#active", - "relatedLink": [ - "https://docs.ropensci.org/osmextract", - "https://docs.ropensci.org/osmextract/", - "https://CRAN.R-project.org/package=osmextract" - ], - "releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md", - "provider": { - "@id": "https://cran.r-project.org", - "@type": "Organization", - "name": "Comprehensive R Archive Network (CRAN)", - "url": "https://cran.r-project.org" - } + "keywords": ["osm", "osm-pbf", "rstats", "r", "open-data", "geofabrik-zone", "geo"] }