Skip to content

Commit

Permalink
chore: update package version, news, codemeta, cff...
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed May 6, 2024
1 parent 6a4a46e commit 4f2d70d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 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.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 <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.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"),
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -170,7 +170,7 @@
},
"SystemRequirements": null
},
"fileSize": "522.541KB",
"fileSize": "522.816KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion tests/tinytest.R
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down

0 comments on commit 4f2d70d

Please sign in to comment.