Skip to content

Commit

Permalink
fix: use bibentry() instead of citEntry()
Browse files Browse the repository at this point in the history
CRAN submission

[ci skip]
  • Loading branch information
rCarto committed Mar 30, 2023
1 parent 7d39aef commit c006075
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "osrm" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM'
version: 4.1.0
version: 4.1.1
doi: 10.21105/joss.04574
abstract: An interface between R and the 'OSRM' API. 'OSRM' is a routing service based
on 'OpenStreetMap' data. See <http://project-osrm.org/> for more information. This
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: osrm
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service OSRM
Version: 4.1.0
Version: 4.1.1
Authors@R: c(person("Timothée", "Giraud", email = "timothee.giraud@cnrs.fr",
role = c("cre","aut"), comment = c(ORCID = "0000-0002-1932-3323")),
person("Robin", "Cura", role = c("ctb")),
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# osrm version 4.1.1

## Fix
* use bibentry() instead of citEntry()



# osrm version 4.1.0

## Fix
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/riatelab/osrm",
"issueTracker": "https://github.com/riatelab/osrm/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "4.1.0",
"version": "4.1.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -168,7 +168,7 @@
},
"SystemRequirements": null
},
"fileSize": "522.885KB",
"fileSize": "521.859KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
4 changes: 1 addition & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
citHeader("To cite package osrm in publications use:")

citEntry(entry = "Article",
bibentry(bibtype = "Article",
doi = "10.21105/joss.04574",
url = "https://doi.org/10.21105/joss.04574",
year = "2022",
Expand Down

0 comments on commit c006075

Please sign in to comment.