Skip to content

Commit

Permalink
chore: update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Aug 12, 2024
1 parent ad3dbd0 commit 8b3d280
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "EMODnetWFS",
"identifier": "emodnet.wfs",
"description": "Access and interrogate EMODnet Web Feature Service data through R.",
"name": "EMODnetWFS: Access EMODnet Web Feature Service data through R",
"relatedLink": ["https://emodnet.github.io/EMODnetWFS/", "https://github.com/EMODnet/EMODnetWFS"],
"codeRepository": "https://github.com/EMODnet/EMODnetWFS",
"issueTracker": "https://github.com/EMODnet/EMODnetWFS/issues",
"name": "emodnet.wfs: Access EMODnet Web Feature Service data through R",
"relatedLink": ["https://emodnet.github.io/emdonet.wfs/", "https://github.com/EMODnet/emdonet.wfs"],
"codeRepository": "https://github.com/EMODnet/emdonet.wfs",
"issueTracker": "https://github.com/EMODnet/emdonet.wfs/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "2.0.1.9001",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -352,7 +352,7 @@
},
"SystemRequirements": "C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=\n 4.8.0)"
},
"fileSize": "3461.033KB",
"fileSize": "3459.503KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -378,9 +378,7 @@
"description": "R package version 2.0.1.9001. Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund"
}
],
"releaseNotes": "https://github.com/EMODnet/EMODnetWFS/blob/main/NEWS.md",
"readme": "https://github.com/EMODnet/EMODnetWFS/blob/main/README.md",
"contIntegration": ["https://github.com/EMODnet/EMODnetWFS/actions", "https://app.codecov.io/gh/EMODnet/EMODnetWFS/tree/main"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html",
"keywords": ["rstats", "emodnet", "wfs", "marine-data", "biology", "dataproducts"]
"releaseNotes": "https://github.com/EMODnet/emdonet.wfs/blob/master/NEWS.md",
"contIntegration": ["https://github.com/EMODnet/emodnet.wfs/actions", "https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main"],
"developmentStatus": "https://www.repostatus.org/#active"
}

0 comments on commit 8b3d280

Please sign in to comment.