From 4434dced8724975591ae295ab20a10caa4ff92a5 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 19 Dec 2024 15:31:22 +0100 Subject: [PATCH 1/4] add to cff --- CITATION.cff | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 22896d9..fd5c12d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -25,6 +25,9 @@ authors: orcid: 'https://orcid.org/0000-0001-8407-6472' repository-code: 'https://github.com/CityRiverSpaces/rcoins' url: 'https://cityriverspaces.github.io/rcoins' +identifiers: + - type: doi + value: 10.5281/zenodo.14501804 abstract: >- Identify continuous lines in a network using an approach based on the Continuity in Steet Network (COINS) method. From 68341c8615c1a8e88472f2bff90adece478a99d8 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 19 Dec 2024 15:31:30 +0100 Subject: [PATCH 2/4] add badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 655e05b..ab8ac1b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![R-CMD-check](https://github.com/CityRiverSpaces/rcoins/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CityRiverSpaces/rcoins/actions/workflows/R-CMD-check.yaml) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14501805.svg)](https://doi.org/10.5281/zenodo.14501805) Identify continuous lines in a network using an approach based on the Continuity in Steet Network (COINS) method[^1]. From 8b7f4b5c018596a8be28855a46b9eeb09c51d6d9 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 19 Dec 2024 15:44:19 +0100 Subject: [PATCH 3/4] add entry to NEWS.md --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 14bcb6b..7e10e8a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,12 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [Unreleased] +## Added + +- DOI is added to CITATION.cff and README (badge) + ## Fixed - Fix rendering of package information on the pkgdown website # Version 0.1.0 - 2024-12-16 -## Added +## Added - First release of the package From 6305b2de85b45fdbe050f2b1cf3ecbcd50765492 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Thu, 19 Dec 2024 15:53:47 +0100 Subject: [PATCH 4/4] add doi to description --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7a1fcf2..93286ed 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( ) Description: Identify continuous street strokes in a network License: Apache License (>= 2) -URL: https://cityriverspaces.github.io/rcoins/ +URL: https://cityriverspaces.github.io/rcoins/, https://doi.org/10.5281/zenodo.14501805 BugReports: https://github.com/CityRiverSpaces/rcoins/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE)