We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab3715 commit dd00b34Copy full SHA for dd00b34
tests/tinytest.R
@@ -1,6 +1,6 @@
1
if ( requireNamespace("tinytest", quietly=TRUE) ){
2
local_server <- FALSE
3
- demo_server <- TRUE
+ demo_server <- FALSE
4
suppressPackageStartupMessages(library(sf))
5
x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"),
6
quiet = TRUE)
0 commit comments