We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784fa1f commit 948a679Copy full SHA for 948a679
NEWS
@@ -1,4 +1,11 @@
1
-# osrm version 3.5.0 (Release date 2020-03)
+# osrm version 3.5.1 (Release date 2022-01)
2
+
3
+## Minor changes
4
+* Fix is() usage
5
6
7
8
+# osrm version 3.5.0 (Release date 2021-09)
9
10
## Major change
11
* remove sp argument from osrmRoute()
tests/tinytest.R
@@ -1,5 +1,5 @@
if ( requireNamespace("tinytest", quietly=TRUE) ){
localtest <- FALSE
- home <- TRUE
+ home <- FALSE
tinytest::test_package("osrm")
}
0 commit comments