|
1 | 1 | { |
2 | | - "@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"], |
| 2 | + "@context": [ |
| 3 | + "https://doi.org/10.5063/schema/codemeta-2.0", |
| 4 | + "http://schema.org" |
| 5 | + ], |
3 | 6 | "@type": "SoftwareSourceCode", |
4 | 7 | "identifier": "git2rdata", |
5 | 8 | "description": "Make versioning of data.frame easy and efficient using git repositories.", |
|
8 | 11 | "relatedLink": "https://doi.org/10.5281/zenodo.1485309", |
9 | 12 | "issueTracker": "https://github.com/inbo/git2rdata/issues", |
10 | 13 | "license": "https://spdx.org/licenses/GPL-3.0", |
11 | | - "version": "0.0.4", |
| 14 | + "version": "0.0.5", |
12 | 15 | "programmingLanguage": { |
13 | 16 | "@type": "ComputerLanguage", |
14 | 17 | "name": "R", |
|
171 | 174 | ], |
172 | 175 | "releaseNotes": "https://github.com/inbo/git2rdata/blob/master/NEWS.md", |
173 | 176 | "readme": "https://github.com/inbo/git2rdata/blob/master/README.md", |
174 | | - "fileSize": "347.568KB", |
175 | | - "contIntegration": ["https://travis-ci.org/inbo/git2rdata", "https://ci.appveyor.com/project/ThierryO/git2rdata/branch/master", "https://codecov.io/gh/inbo/git2rdata"], |
176 | | - "developmentStatus": ["https://www.repostatus.org/#active", "https://www.tidyverse.org/lifecycle/#maturing"], |
177 | | - "keywords": ["r", "rstats", "r-package", "version-control", "reproducible-research"] |
| 177 | + "fileSize": "348.673KB", |
| 178 | + "contIntegration": [ |
| 179 | + "https://travis-ci.org/inbo/git2rdata", |
| 180 | + "https://ci.appveyor.com/project/ThierryO/git2rdata/branch/master", |
| 181 | + "https://codecov.io/gh/inbo/git2rdata" |
| 182 | + ], |
| 183 | + "developmentStatus": [ |
| 184 | + "https://www.repostatus.org/#active", |
| 185 | + "https://www.tidyverse.org/lifecycle/#maturing" |
| 186 | + ], |
| 187 | + "keywords": [ |
| 188 | + "r", |
| 189 | + "rstats", |
| 190 | + "r-package", |
| 191 | + "version-control", |
| 192 | + "reproducible-research" |
| 193 | + ] |
178 | 194 | } |
0 commit comments