Skip to content

Commit

Permalink
docs: update cff and codemeta
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rCarto committed Oct 20, 2022
1 parent dd00b34 commit 56e6fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 61 deletions.
49 changes: 3 additions & 46 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.2.2
# CITATION file created with {cffr} R package, v0.3.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

Expand All @@ -11,44 +11,13 @@ title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OS
version: 4.0.0
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
package allows to compute routes, trips, isochrones and travel distances matrices
(travel time and kilometric distance).
package enables the computation of routes, trips, isochrones and travel distances
matrices (travel time and kilometric distance).
authors:
- family-names: Giraud
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
preferred-citation:
type: manual
title: 'osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM'
authors:
- family-names: Giraud
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
version: 4.0.0
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 package allows to compute routes, trips, isochrones and travel distances
matrices (travel time and kilometric distance).
repository: https://CRAN.R-project.org/package=osrm
repository-code: https://github.com/riatelab/osrm
url: https://github.com/riatelab/osrm
contact:
- family-names: Giraud
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
keywords:
- cran
- openstreetmap
- osrm
- r
- r-package
- shortest-paths
- travel
license: GPL-3.0-or-later
year: '2022'
repository: https://CRAN.R-project.org/package=osrm
repository-code: https://github.com/riatelab/osrm
url: https://github.com/riatelab/osrm
Expand Down Expand Up @@ -114,18 +83,6 @@ references:
orcid: https://orcid.org/0000-0002-1932-3323
year: '2022'
url: https://CRAN.R-project.org/package=mapiso
- type: software
title: methods
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2022'
url: https://www.R-project.org/
institution:
name: R Foundation for Statistical Computing
- type: software
title: googlePolylines
abstract: 'googlePolylines: Encoding Coordinates into ''Google'' Polylines'
Expand Down
19 changes: 4 additions & 15 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "osrm",
"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).",
"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).",
"name": "osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM",
"codeRepository": "https://github.com/riatelab/osrm",
"issueTracker": "https://github.com/riatelab/osrm/issues",
Expand Down Expand Up @@ -161,11 +161,6 @@
"sameAs": "https://CRAN.R-project.org/package=mapiso"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "googlePolylines",
"name": "googlePolylines",
Expand All @@ -177,7 +172,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=googlePolylines"
},
"7": {
"6": {
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
Expand All @@ -189,19 +184,13 @@
},
"sameAs": "https://CRAN.R-project.org/package=sf"
},
"8": {
"7": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"SystemRequirements": null
},
"fileSize": "417.643KB",
"releaseNotes": "https://github.com/riatelab/osrm/blob/master/NEWS",
"readme": "https://github.com/riatelab/osrm/blob/master/README.md",
"contIntegration": ["https://github.com/riatelab/osrm/actions", "https://app.codecov.io/gh/riatelab/osrm"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["osrm", "travel", "openstreetmap", "r", "cran", "shortest-paths", "r-package"],
"relatedLink": "https://CRAN.R-project.org/package=osrm"
"fileSize": "513.025KB"
}

0 comments on commit 56e6fa3

Please sign in to comment.