From 9e6bcd0710f1a92c812114765c4e472e803bc415 Mon Sep 17 00:00:00 2001 From: rCarto Date: Thu, 30 Mar 2023 14:06:34 +0200 Subject: [PATCH] docs: increase version, update CFF and CODEMETA files --- .Rbuildignore | 2 +- CITATION.cff | 50 ++++++++++++++++++++++++++++---------------------- DESCRIPTION | 2 +- codemeta.json | 6 +++--- 4 files changed, 33 insertions(+), 27 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 08d37a6..0cb1064 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,4 +15,4 @@ ^iso\.png$ ^route\.png$ ^trip\.png$ -^codecov.yml \ No newline at end of file +^codecov.yml diff --git a/CITATION.cff b/CITATION.cff index 249ed36..ec6f164 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # ----------------------------------------------------------- -# CITATION file created with {cffr} R package, v0.3.0 +# CITATION file created with {cffr} R package, v0.4.1 # See also: https://docs.ropensci.org/cffr/ # ----------------------------------------------------------- @@ -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.0.1 +version: 4.1.0 doi: 10.21105/joss.04574 abstract: An interface between R and the 'OSRM' API. 'OSRM' is a routing service based on 'OpenStreetMap' data. See for more information. This @@ -59,6 +59,8 @@ references: abstract: 'RcppSimdJson: ''Rcpp'' Bindings for the ''simdjson'' Header-Only Library for ''JSON'' Parsing' notes: Imports + url: https://github.com/eddelbuettel/rcppsimdjson/ + repository: https://CRAN.R-project.org/package=RcppSimdJson authors: - family-names: Eddelbuettel given-names: Dirk @@ -66,19 +68,19 @@ references: given-names: Brendan - family-names: Lemire given-names: Daniel - year: '2022' - url: https://CRAN.R-project.org/package=RcppSimdJson + year: '2023' - type: software title: curl abstract: 'curl: A Modern and Flexible Web Client for R' notes: Imports + url: https://curl.se/libcurl/ + repository: https://CRAN.R-project.org/package=curl authors: - family-names: Ooms given-names: Jeroen email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289 - year: '2022' - url: https://CRAN.R-project.org/package=curl + year: '2023' - type: software title: utils abstract: 'R: A Language and Environment for Statistical Computing' @@ -87,51 +89,52 @@ references: - name: R Core Team location: name: Vienna, Austria - year: '2022' - url: https://www.R-project.org/ + year: '2023' institution: name: R Foundation for Statistical Computing - type: software title: mapiso abstract: 'mapiso: Create Contour Polygons from Regular Grids' notes: Imports + url: https://github.com/riatelab/mapiso + repository: https://CRAN.R-project.org/package=mapiso authors: - family-names: Giraud given-names: Timothée email: timothee.giraud@cnrs.fr orcid: https://orcid.org/0000-0002-1932-3323 - year: '2022' - url: https://CRAN.R-project.org/package=mapiso + year: '2023' - type: software title: googlePolylines abstract: 'googlePolylines: Encoding Coordinates into ''Google'' Polylines' notes: Imports + repository: https://CRAN.R-project.org/package=googlePolylines authors: - family-names: Cooley given-names: David email: dcooley@symbolix.com.au - year: '2022' - url: https://CRAN.R-project.org/package=googlePolylines + year: '2023' - type: software title: sf abstract: 'sf: Simple Features for R' notes: Imports + url: https://r-spatial.github.io/sf/ + repository: https://CRAN.R-project.org/package=sf authors: - family-names: Pebesma given-names: Edzer email: edzer.pebesma@uni-muenster.de orcid: https://orcid.org/0000-0001-8049-7069 - year: '2022' - url: https://CRAN.R-project.org/package=sf + year: '2023' - type: software title: 'R: A Language and Environment for Statistical Computing' notes: Depends + url: https://www.R-project.org/ authors: - name: R Core Team location: name: Vienna, Austria - year: '2022' - url: https://www.R-project.org/ + year: '2023' institution: name: R Foundation for Statistical Computing version: '>= 3.5.0' @@ -139,31 +142,34 @@ references: title: mapsf abstract: 'mapsf: Thematic Cartography' notes: Suggests + url: https://riatelab.github.io/mapsf/ + repository: https://CRAN.R-project.org/package=mapsf authors: - family-names: Giraud given-names: Timothée email: timothee.giraud@cnrs.fr orcid: https://orcid.org/0000-0002-1932-3323 - year: '2022' - url: https://CRAN.R-project.org/package=mapsf + year: '2023' - type: software title: tinytest abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework' notes: Suggests + url: https://github.com/markvanderloo/tinytest + repository: https://CRAN.R-project.org/package=tinytest authors: - family-names: van der Loo given-names: Mark email: mark.vanderloo@gmail.com orcid: https://orcid.org/0000-0002-9807-4686 - year: '2022' - url: https://CRAN.R-project.org/package=tinytest + year: '2023' - type: software title: covr abstract: 'covr: Test Coverage for Packages' notes: Suggests + url: https://covr.r-lib.org + repository: https://CRAN.R-project.org/package=covr authors: - family-names: Hester given-names: Jim email: james.f.hester@gmail.com - year: '2022' - url: https://CRAN.R-project.org/package=covr + year: '2023' diff --git a/DESCRIPTION b/DESCRIPTION index 29f3e0a..5efe924 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: osrm Type: Package Title: Interface Between R and the OpenStreetMap-Based Routing Service OSRM -Version: 4.0.1 +Version: 4.1.0 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")), diff --git a/codemeta.json b/codemeta.json index 68da83a..30c7951 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "codeRepository": "https://github.com/riatelab/osrm", "issueTracker": "https://github.com/riatelab/osrm/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "4.0.1", + "version": "4.1.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.2 (2022-10-31)", + "runtimePlatform": "R version 4.2.3 (2023-03-15)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -168,7 +168,7 @@ }, "SystemRequirements": null }, - "fileSize": "513.897KB", + "fileSize": "522.885KB", "citation": [ { "@type": "ScholarlyArticle",