Skip to content

Commit

Permalink
Create codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Apr 26, 2024
1 parent 84b1275 commit bcb6faf
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "fistools",
"description": "This package contains functions & data that are widely used within the wildlife management & invasive species research group (FIS) of the research institute forest and nature (INBO).",
"name": "fistools: Tools & data used for wildlife management & invasive species in Flanders",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Sander",
"familyName": "Devisscher",
"email": "sander.devisscher@inbo.be",
"@id": "https://orcid.org/0000-0003-2015-5731"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Sander",
"familyName": "Devisscher",
"email": "sander.devisscher@inbo.be",
"@id": "https://orcid.org/0000-0003-2015-5731"
}
],
"softwareRequirements": {
"SystemRequirements": null
},
"fileSize": "0.735KB",
"codeRepository": "https://github.com/inbo/fistools",
"readme": "https://github.com/inbo/fistools/blob/main/README.md"
}

0 comments on commit bcb6faf

Please sign in to comment.