Skip to content

Commit 56e6fa3

Browse files
committed
docs: update cff and codemeta
[ci skip]
1 parent dd00b34 commit 56e6fa3

File tree

2 files changed

+7
-61
lines changed

2 files changed

+7
-61
lines changed

CITATION.cff

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -----------------------------------------------------------
2-
# CITATION file created with {cffr} R package, v0.2.2
2+
# CITATION file created with {cffr} R package, v0.3.0
33
# See also: https://docs.ropensci.org/cffr/
44
# -----------------------------------------------------------
55

@@ -11,44 +11,13 @@ title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OS
1111
version: 4.0.0
1212
abstract: An interface between R and the 'OSRM' API. 'OSRM' is a routing service based
1313
on 'OpenStreetMap' data. See <http://project-osrm.org/> for more information. This
14-
package allows to compute routes, trips, isochrones and travel distances matrices
15-
(travel time and kilometric distance).
14+
package enables the computation of routes, trips, isochrones and travel distances
15+
matrices (travel time and kilometric distance).
1616
authors:
1717
- family-names: Giraud
1818
given-names: Timothée
1919
email: timothee.giraud@cnrs.fr
2020
orcid: https://orcid.org/0000-0002-1932-3323
21-
preferred-citation:
22-
type: manual
23-
title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM'
24-
authors:
25-
- family-names: Giraud
26-
given-names: Timothée
27-
email: timothee.giraud@cnrs.fr
28-
orcid: https://orcid.org/0000-0002-1932-3323
29-
version: 4.0.0
30-
abstract: An interface between R and the 'OSRM' API. 'OSRM' is a routing service
31-
based on 'OpenStreetMap' data. See <http://project-osrm.org/> for more information.
32-
This package allows to compute routes, trips, isochrones and travel distances
33-
matrices (travel time and kilometric distance).
34-
repository: https://CRAN.R-project.org/package=osrm
35-
repository-code: https://github.com/riatelab/osrm
36-
url: https://github.com/riatelab/osrm
37-
contact:
38-
- family-names: Giraud
39-
given-names: Timothée
40-
email: timothee.giraud@cnrs.fr
41-
orcid: https://orcid.org/0000-0002-1932-3323
42-
keywords:
43-
- cran
44-
- openstreetmap
45-
- osrm
46-
- r
47-
- r-package
48-
- shortest-paths
49-
- travel
50-
license: GPL-3.0-or-later
51-
year: '2022'
5221
repository: https://CRAN.R-project.org/package=osrm
5322
repository-code: https://github.com/riatelab/osrm
5423
url: https://github.com/riatelab/osrm
@@ -114,18 +83,6 @@ references:
11483
orcid: https://orcid.org/0000-0002-1932-3323
11584
year: '2022'
11685
url: https://CRAN.R-project.org/package=mapiso
117-
- type: software
118-
title: methods
119-
abstract: 'R: A Language and Environment for Statistical Computing'
120-
notes: Imports
121-
authors:
122-
- name: R Core Team
123-
location:
124-
name: Vienna, Austria
125-
year: '2022'
126-
url: https://www.R-project.org/
127-
institution:
128-
name: R Foundation for Statistical Computing
12986
- type: software
13087
title: googlePolylines
13188
abstract: 'googlePolylines: Encoding Coordinates into ''Google'' Polylines'

codemeta.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "osrm",
5-
"description": "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 package allows to compute routes, trips, isochrones and travel distances matrices (travel time and kilometric distance).",
5+
"description": "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 package enables the computation of routes, trips, isochrones and travel distances matrices (travel time and kilometric distance).",
66
"name": "osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM",
77
"codeRepository": "https://github.com/riatelab/osrm",
88
"issueTracker": "https://github.com/riatelab/osrm/issues",
@@ -161,11 +161,6 @@
161161
"sameAs": "https://CRAN.R-project.org/package=mapiso"
162162
},
163163
"5": {
164-
"@type": "SoftwareApplication",
165-
"identifier": "methods",
166-
"name": "methods"
167-
},
168-
"6": {
169164
"@type": "SoftwareApplication",
170165
"identifier": "googlePolylines",
171166
"name": "googlePolylines",
@@ -177,7 +172,7 @@
177172
},
178173
"sameAs": "https://CRAN.R-project.org/package=googlePolylines"
179174
},
180-
"7": {
175+
"6": {
181176
"@type": "SoftwareApplication",
182177
"identifier": "sf",
183178
"name": "sf",
@@ -189,19 +184,13 @@
189184
},
190185
"sameAs": "https://CRAN.R-project.org/package=sf"
191186
},
192-
"8": {
187+
"7": {
193188
"@type": "SoftwareApplication",
194189
"identifier": "R",
195190
"name": "R",
196191
"version": ">= 3.5.0"
197192
},
198193
"SystemRequirements": null
199194
},
200-
"fileSize": "417.643KB",
201-
"releaseNotes": "https://github.com/riatelab/osrm/blob/master/NEWS",
202-
"readme": "https://github.com/riatelab/osrm/blob/master/README.md",
203-
"contIntegration": ["https://github.com/riatelab/osrm/actions", "https://app.codecov.io/gh/riatelab/osrm"],
204-
"developmentStatus": "https://www.repostatus.org/#active",
205-
"keywords": ["osrm", "travel", "openstreetmap", "r", "cran", "shortest-paths", "r-package"],
206-
"relatedLink": "https://CRAN.R-project.org/package=osrm"
195+
"fileSize": "513.025KB"
207196
}

0 commit comments

Comments
 (0)