-
Notifications
You must be signed in to change notification settings - Fork 13
/
codemeta.json
32 lines (32 loc) · 1 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/fchuffar/protopackage",
"dateCreated": "2016-01-26",
"name": "protopackage",
"description": "An empty R package build as a prototype. It illustrates development practices in R: documentation, literate programming, testing, versioning, continuous integration.",
"applicationCategory": "Statistiques",
"programmingLanguage": [
"R"
],
"author": [
{
"@type": "Person",
"givenName": "Florent",
"familyName": "Chuffart",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Inserm"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Magali",
"familyName": "Richard"
}
]
}