From 655870ee0273ff4519a90e71c78c45218773fe72 Mon Sep 17 00:00:00 2001 From: Daniel Vidali Fryer <20966023+frycast@users.noreply.github.com> Date: Tue, 20 Aug 2019 16:34:21 +1000 Subject: [PATCH] create .zenodo.json and update version number again --- .zenodo.json | 37 +++++++++++++++++++++++++++++++++++++ DESCRIPTION | 2 +- NEWS.md | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..a536927 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,37 @@ +{ + "description": "Post Journal of Open Source Software Review, with updated authorship information", + "license": "other-open", + "title": "studentlife: Tidy Handling and Navigation of a Valuable Mobile-Health Dataset", + "version": "v1.0.3", + "upload_type": "software", + "publication_date": "2019-08-20", + "creators": [ + { + "affiliation": "The University of Queensland and La Trobe University", + "name": "Daniel Vidali Fryer", + "orcid": "0000-0001-6032-0522" + }, + { + "affiliation": "La Trobe University", + "name": "Hien Nguyen", + "orcid": "0000-0002-9958-432X" + }, + { + "affiliation": "University of Montreal", + "name": "Pierre Orban" + } + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/frycast/studentlife/tree/v1.0.2", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.3371856", + "relation": "isVersionOf" + } + ] +} \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 51a7335..8dbae8a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ BugReports: https://github.com/Frycast/studentlife/issues Package: studentlife Type: Package Title: Tidy Handling and Navigation of the Student-Life Dataset -Version: 1.0.2 +Version: 1.0.3 Authors@R: c(person("Daniel", "Fryer", role = c("aut", "cre"), email = "d.fryer@latrobe.edu.au", diff --git a/NEWS.md b/NEWS.md index 5a1a075..c0e45d9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# studentlife 1.0.2 +# studentlife 1.0.3 This release only updates the authorship to give correct authorship information.