diff --git a/CITATION.cff b/CITATION.cff index 9e8a1ae..b9dbe52 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.1 +version: 4.2.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 diff --git a/DESCRIPTION b/DESCRIPTION index a901e79..b932381 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.1.1 +Version: 4.2.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/NEWS b/NEWS index 76a28d5..375f5ac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +# osrm version 4.2.0 + +## Fix +* change the pkg level documentation for alias (#125) + +## Feat +* add suport for tibbles (#128 thanks to @Moohan) + + # osrm version 4.1.1 ## Fix diff --git a/codemeta.json b/codemeta.json index 73052e2..410975a 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.1.1", + "version": "4.2.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.3 (2024-02-29)", + "runtimePlatform": "R version 4.4.0 (2024-04-24)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -170,7 +170,7 @@ }, "SystemRequirements": null }, - "fileSize": "522.541KB", + "fileSize": "522.816KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/tests/tinytest.R b/tests/tinytest.R index 72a446c..23c98d6 100644 --- a/tests/tinytest.R +++ b/tests/tinytest.R @@ -1,5 +1,5 @@ if (requireNamespace("tinytest", quietly = TRUE)) { - local_server <- FALSE + local_server <- TRUE demo_server <- TRUE suppressPackageStartupMessages(library(sf)) x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"),