-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
39 lines (39 loc) · 1.29 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"
}