Skip to content

Commit

Permalink
Add DOI (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino authored Dec 19, 2024
1 parent 83317bb commit 579ff93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<!-- badges: start -->
[![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)
<!-- badges: end -->

Identify continuous lines in a network using an approach based on the Continuity in Steet Network (COINS) method[^1].
Expand Down

0 comments on commit 579ff93

Please sign in to comment.