From d27f8ec76c5eff51dc5516a5e08c3f8b2a111b8d Mon Sep 17 00:00:00 2001 From: James Fellows Yates Date: Wed, 29 Sep 2021 20:07:45 +0200 Subject: [PATCH 1/4] Changes for making first release --- DESCRIPTION | 10 +++++++--- LICENSE | 2 +- NEW.md | 9 +++++++++ README.md | 5 +++-- 4 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 NEW.md diff --git a/DESCRIPTION b/DESCRIPTION index f3670ea..160c636 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sidora.core Title: Basic Interface for PANDORA (MPI-SHH DAG) -Version: 0.1.4 +Version: 1.0.0 Authors@R: c(person(given = "Clemens", family = "Schmid", @@ -11,8 +11,12 @@ Authors@R: family = "Fellows Yates", role = c("aut"), email = "jfy133@gmail.com", - comment = c(ORCID = "0000-0001-5585-6277"))) -Description: A basic interface to access data from the internal database PANDORA (MPI-SHH DAG). + comment = c(ORCID = "0000-0001-5585-6277")), + given = "Stephan", + family = "Schiffels", + role = c("ctp"), + comment = c(ORCID = "0000-0002-1017-9150")) +Description: A basic interface to access data from the internal database PANDORA (MPI-EVA DAG). License: MIT + file LICENSE Encoding: UTF-8 LazyData: true diff --git a/LICENSE b/LICENSE index 6b31433..ad4b75a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ YEAR: 2020 -COPYRIGHT HOLDER: Clemens Schmid +COPYRIGHT HOLDER: Clemens Schmid, James Fellows Yates diff --git a/NEW.md b/NEW.md new file mode 100644 index 0000000..3f46b38 --- /dev/null +++ b/NEW.md @@ -0,0 +1,9 @@ +# sidora 1.0.0 - Mnemosyne + +## Added + +* First stable release + +## Updated + +## Fixed diff --git a/README.md b/README.md index 711ffb8..abee120 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![R-CMD-check](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml/badge.svg)](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml) -[![Coverage Status](https://img.shields.io/codecov/c/github/sidora-tools/sidora.core/master.svg)](https://codecov.io/github/sidora-tools/sidora.core?branch=master) +[![R-CMD-check](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml/badge.svg?style=for-the-badge&logo=appveyor)](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml) +[![Coverage Status](https://img.shields.io/codecov/c/github/sidora-tools/sidora.core/master.svg?style=for-the-badge&logo=appveyor)](https://codecov.io/github/sidora-tools/sidora.core?branch=master) +[![Latest release](https://img.shields.io/badge/Version-1.0.0-blue) # sidora.core From 0d623b7ebcca2d787104fd7bb49ac61aafb0f3d2 Mon Sep 17 00:00:00 2001 From: James Fellows Yates Date: Wed, 29 Sep 2021 20:13:49 +0200 Subject: [PATCH 2/4] Fix Authors@R --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 160c636..a48fdd6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,10 +12,10 @@ Authors@R: role = c("aut"), email = "jfy133@gmail.com", comment = c(ORCID = "0000-0001-5585-6277")), - given = "Stephan", + person(given = "Stephan", family = "Schiffels", role = c("ctp"), - comment = c(ORCID = "0000-0002-1017-9150")) + comment = c(ORCID = "0000-0002-1017-9150"))) Description: A basic interface to access data from the internal database PANDORA (MPI-EVA DAG). License: MIT + file LICENSE Encoding: UTF-8 From d7f16030d230302f24a3391b3aefb86c8dad9ea8 Mon Sep 17 00:00:00 2001 From: James Fellows Yates Date: Wed, 29 Sep 2021 20:34:39 +0200 Subject: [PATCH 3/4] Typo fix in author role --- DESCRIPTION | 2 +- LICENSE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a48fdd6..59fb04e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,7 +14,7 @@ Authors@R: comment = c(ORCID = "0000-0001-5585-6277")), person(given = "Stephan", family = "Schiffels", - role = c("ctp"), + role = c("ctb"), comment = c(ORCID = "0000-0002-1017-9150"))) Description: A basic interface to access data from the internal database PANDORA (MPI-EVA DAG). License: MIT + file LICENSE diff --git a/LICENSE.md b/LICENSE.md index 913a700..7a39ab0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2020 Clemens Schmid +Copyright (c) 2020 Clemens Schmid, James Fellows Yates Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 24a1221ecc2e8a6e9511fdeff2a3b8486461f325 Mon Sep 17 00:00:00 2001 From: James Fellows Yates Date: Thu, 30 Sep 2021 11:52:51 +0200 Subject: [PATCH 4/4] Fix feedback from PR review --- NEW.md => NEWS.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename NEW.md => NEWS.md (100%) diff --git a/NEW.md b/NEWS.md similarity index 100% rename from NEW.md rename to NEWS.md diff --git a/README.md b/README.md index abee120..a3b5598 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![R-CMD-check](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml/badge.svg?style=for-the-badge&logo=appveyor)](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml) [![Coverage Status](https://img.shields.io/codecov/c/github/sidora-tools/sidora.core/master.svg?style=for-the-badge&logo=appveyor)](https://codecov.io/github/sidora-tools/sidora.core?branch=master) -[![Latest release](https://img.shields.io/badge/Version-1.0.0-blue) +![GitHub R package version](https://img.shields.io/github/r-package/v/sidora-tools/sidora.core) # sidora.core