Skip to content

Commit daabd56

Browse files
committed
bump version to 0.1.0 for release and add citation files
1 parent d43bb9f commit daabd56

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

.zenodo.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Department of Applied Mathematics and Theoretical Physics, University of Cambridge, UK",
5+
"name": "Eglen, Stephen",
6+
"orcid": "0000-0001-8607-8025"
7+
},
8+
{
9+
"affiliation": "Institute for Geoinformatics, University of Münster, Germany",
10+
"name": "Nüst, Daniel",
11+
"orcid": "0000-0002-0024-5046"
12+
}
13+
],
14+
"keywords": [
15+
"CODECHECK",
16+
"reproducible research",
17+
"reproducibility",
18+
"Open Science",
19+
"R"
20+
],
21+
"access_right": "open",
22+
"license": {
23+
"id": "MIT",
24+
},
25+
"upload_type": "software",
26+
"related_identifiers": [
27+
{
28+
"identifier": "https://github.com/codecheckers/codecheck",
29+
"relation": "isDerivedFrom",
30+
"scheme": "url"
31+
},
32+
{
33+
"identifier": "https://codecheck.org.uk",
34+
"relation": "isSupplementTo",
35+
"scheme": "url"
36+
}
37+
],
38+
"description": "<p>R package with helper functions for writing CODECHECK certificates about code executions as part of peer review, see https://codecheck.org.uk. Also includes functions for managing the CODECHECK register at https://codecheck.org.uk/register.</p>"
39+
"title": "codecheck R package: Helper Functions for CODECHECK Project"
40+
}

CITATION.cff

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
cff-version: 1.1.0
2+
message: If you use this software, please cite it as below.
3+
authors:
4+
- family-names: Eglen
5+
given-names: Stephen
6+
orcid: https://orcid.org/0000-0001-8607-8025
7+
- family-names: Nüst
8+
given-names: Daniel
9+
orcid: https://orcid.org/0000-0002-0024-5046
10+
title: "codecheck R package: Helper Functions for CODECHECK Project"
11+
version: 0.1.0
12+
#doi: 10.5281/zenodo.TODO
13+
date-released: 2020-02-09
14+
license: MIT
15+
repository-code: https://github.com/codecheckers/codecheck

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: codecheck
22
Title: Helper Functions for CODECHECK Project
3-
Version: 0.0.0.9010
3+
Version: 0.1.0
44
Authors@R:
55
c(person(given = "Stephen",
66
family = "Eglen",

0 commit comments

Comments
 (0)