Skip to content
Snippets Groups Projects
Commit 624783ad authored by Carl Boettiger's avatar Carl Boettiger
Browse files

fix metadata, add doi badge

parent b3701e8a
No related branches found
No related tags found
No related merge requests found
{
"@context": {
"schema": "http://schema.org/",
"codemeta": "https://codemeta.github.io/terms/",
"relatedLink": "schema:codeRepository",
"communities": "schema:applicationCategory",
"creators": "schema:author",
"date_published": "schema:datePublished",
"contributors": "schema:funder",
"keywords": "schema:keywords",
"license": "schema:license",
"description": "schema:description",
"id": "schema:identifier",
"title": "schema:name",
"affiliation": "schema:affiliation",
"ORCID": "schema:identifier",
"name": "schema:name"
},
"@id": "https://doi.org/10.5281/zenodo.802967",
"@type": "schema:SoftwareSourceCode",
"creators": {
"@list": [
{
"@id": "http://orcid.org/0000-0002-1642-628X",
"@type": "schema:Person",
"schema:email": "cboettig@gmail.com",
"schema:familyName": "Boettiger",
"schema:givenName": "Carl"
},
{
"@type": "schema:Person",
"schema:familyName": "Eddelbuettel",
"schema:givenName": "Dirk"
}
]
},
"relatedLink": {
"@id": "https://github.com/rocker-org/rocker-versioned"
},
"schema:copyrightHolder": "http://orcid.org/0000-0002-1642-628X",
"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.",
"id": {
"@id": "rocker-versioned"
},
"keywords": [
"docker",
"R",
"rocker",
"reproducibility",
"containers"
],
"license": {
"@id": "https://spdx.org/licenses/GPL-2.0"
},
"name": "rocker-versioned: Versioned stack of Docker images for R",
"schema:operatingSystem": [
"OSX",
"Windows",
"Linux"
],
"schema:programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Docker",
"schema:url": {
"@id": "https://docs.docker.com/engine/reference/builder/"
}
},
"schema:provider": {
"@type": "schema:Organization",
"name": "Docker Hub",
"schema:url": {
"@id": "https://hub.docker.com/"
}
},
"schema:releaseNotes": {
"@id": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md"
},
"schema:runtimePlatform": "Docker",
"schema:softwareRequirements": {
"@type": "schema:SoftwareApplication",
"name": "docker-engine",
"schema:provider": {
"@id": "https://docker.com",
"@type": "schema:Organization",
"name": "Docker",
"schema:url": {
"@id": "https://docker.com"
}
},
"schema:version": "1.3"
},
"schema:version": "1.0.0",
"codemeta:contIntegration": {
"@id": "https://circleci.com/gh/rocker-org/rocker-versioned"
},
"codemeta:developmentStatus": {
"@id": "active"
},
"codemeta:issueTracker": {
"@id": "https://github.com/rocker-org/rocker-versioned/issues"
},
"codemeta:maintainer": "http://orcid.org/0000-0002-1642-628X",
"codemeta:readme": {
"@id": "https://github.com/rocker-org/rocker-versioned/blob/master/README.md"
}
}
\ No newline at end of file
[![CircleCI](https://circleci.com/gh/rocker-org/rocker-versioned.svg?style=svg)](https://circleci.com/gh/rocker-org/rocker-versioned) [![license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://opensource.org/licenses/GPL-2.0)
[![CircleCI](https://circleci.com/gh/rocker-org/rocker-versioned.svg?style=svg)](https://circleci.com/gh/rocker-org/rocker-versioned)
[![license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://opensource.org/licenses/GPL-2.0)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/25048007.svg)](https://zenodo.org/badge/latestdoi/25048007)
## Version-stable Rocker images
......
{
"@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.",
......@@ -16,7 +17,7 @@
"provider": {
"@type": "Organization",
"url": "https://hub.docker.com/",
"name": "Docker Hub",
"name": "Docker Hub"
},
"operatingSystem": ["OSX", "Windows", "Linux"],
"runtimePlatform": "Docker",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment