forked from rocker-org/rocker-versioned
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
58 lines (58 loc) · 2.13 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@id": "https://doi.org/10.5281/zenodo.802967",
"@type": "SoftwareSourceCode",
"identifier": "rocker-versioned",
"description": "rocker-versioned provides Dockerfiles for versioned instances of R. The rocker-versioned stack includes base R (rocker/r-ver), RStudio, tidyverse, and verse images for various versions of R. See repository readme for the more details.",
"name": "rocker-versioned: Versioned stack of Docker images for R",
"codeRepository": "https://github.com/rocker-org/rocker-versioned",
"issueTracker": "https://github.com/rocker-org/rocker-versioned/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Docker",
"url": "https://docs.docker.com/engine/reference/builder/"
},
"provider": {
"@type": "Organization",
"url": "https://hub.docker.com/",
"name": "Docker Hub"
},
"operatingSystem": ["OSX", "Windows", "Linux"],
"runtimePlatform": "Docker",
"author": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0002-1642-628X"
},
{
"@type": "Person",
"givenName": "Dirk",
"familyName": "Eddelbuettel"
}
],
"copyrightHolder": "http://orcid.org/0000-0002-1642-628X",
"maintainer": "http://orcid.org/0000-0002-1642-628X",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"name": "docker-engine",
"version": "1.3",
"provider": {
"@id": "https://docker.com",
"@type": "Organization",
"name": "Docker",
"url": "https://docker.com"
}
}
],
"contIntegration": "https://circleci.com/gh/rocker-org/rocker-versioned",
"developmentStatus": "active",
"releaseNotes": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md",
"readme": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md",
"keywords": ["docker", "R", "rocker", "reproducibility", "containers"]
}