From daabd56f2d4d9a0f21a4f4db1e50ed07c564ec67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=BCst?= Date: Tue, 9 Feb 2021 11:56:47 +0100 Subject: [PATCH] bump version to 0.1.0 for release and add citation files --- .zenodo.json | 40 ++++++++++++++++++++++++++++++++++++++++ CITATION.cff | 15 +++++++++++++++ DESCRIPTION | 2 +- 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 .zenodo.json create mode 100644 CITATION.cff diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..a49c770 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,40 @@ +{ + "creators": [ + { + "affiliation": "Department of Applied Mathematics and Theoretical Physics, University of Cambridge, UK", + "name": "Eglen, Stephen", + "orcid": "0000-0001-8607-8025" + }, + { + "affiliation": "Institute for Geoinformatics, University of Münster, Germany", + "name": "Nüst, Daniel", + "orcid": "0000-0002-0024-5046" + } + ], + "keywords": [ + "CODECHECK", + "reproducible research", + "reproducibility", + "Open Science", + "R" + ], + "access_right": "open", + "license": { + "id": "MIT", + }, + "upload_type": "software", + "related_identifiers": [ + { + "identifier": "https://github.com/codecheckers/codecheck", + "relation": "isDerivedFrom", + "scheme": "url" + }, + { + "identifier": "https://codecheck.org.uk", + "relation": "isSupplementTo", + "scheme": "url" + } + ], + "description": "

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.

" + "title": "codecheck R package: Helper Functions for CODECHECK Project" +} \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ab4caa3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.1.0 +message: If you use this software, please cite it as below. +authors: + - family-names: Eglen + given-names: Stephen + orcid: https://orcid.org/0000-0001-8607-8025 + - family-names: Nüst + given-names: Daniel + orcid: https://orcid.org/0000-0002-0024-5046 +title: "codecheck R package: Helper Functions for CODECHECK Project" +version: 0.1.0 +#doi: 10.5281/zenodo.TODO +date-released: 2020-02-09 +license: MIT +repository-code: https://github.com/codecheckers/codecheck diff --git a/DESCRIPTION b/DESCRIPTION index 08b7013..5761b30 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: codecheck Title: Helper Functions for CODECHECK Project -Version: 0.0.0.9010 +Version: 0.1.0 Authors@R: c(person(given = "Stephen", family = "Eglen",