R Under development (unstable) (2024-05-04 r86521 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (requireNamespace("tinytest", quietly = TRUE)) { + local_server <- FALSE + demo_server <- FALSE + suppressPackageStartupMessages(library(sf)) + x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"), + quiet = TRUE + ) + x_df <- read.csv(system.file("csv/apotheke.csv", package = "osrm")) + x_v <- c(13.26403, 52.48707) + x_df <- x_df[, -1] + x_sfc <- st_geometry(x_sf) + x_m <- as.matrix(x_df) + row.names(x_sf) <- paste0("sf", row.names(x_sf)) + wait <- function() { + Sys.sleep(1) + } + tinytest::test_package("osrm") + } Data: (c) OpenStreetMap contributors, ODbL 1.0 - http://www.openstreetmap.org/copyright Routing: OSRM - http://project-osrm.org/ test_internals_coord_format.R. 0 tests test_internals_coord_format.R. 1 tests OK 49ms test_internals_fill_grid.R.... 0 tests test_internals_fill_grid.R.... 0 tests test_internals_fill_grid.R.... 0 tests test_internals_fill_grid.R.... 0 tests test_internals_fill_grid.R.... 0 tests test_internals_fill_grid.R.... 1 tests OK 0.1s test_internals_input_route.R.. 1 tests OK test_internals_input_route.R.. 2 tests OK test_internals_input_route.R.. 3 tests OK test_internals_input_route.R.. 4 tests OK test_internals_input_route.R.. 5 tests OK test_internals_input_route.R.. 6 tests OK test_internals_input_route.R.. 7 tests OK test_internals_input_route.R.. 8 tests OK test_internals_input_route.R.. 9 tests OK test_internals_input_route.R.. 10 tests OK test_internals_input_route.R.. 11 tests OK test_internals_input_route.R.. 12 tests OK test_internals_input_route.R.. 13 tests OK test_internals_input_route.R.. 14 tests OK test_internals_input_route.R.. 14 tests OK test_internals_input_route.R.. 14 tests OK test_internals_input_route.R.. 15 tests OK test_internals_input_route.R.. 15 tests OK test_internals_input_route.R.. 15 tests OK test_internals_input_route.R.. 16 tests OK test_internals_input_route.R.. 17 tests OK test_internals_input_route.R.. 18 tests OK test_internals_input_route.R.. 18 tests OK test_internals_input_route.R.. 18 tests OK test_internals_input_route.R.. 19 tests OK test_internals_input_route.R.. 19 tests OK test_internals_input_route.R.. 19 tests OK test_internals_input_route.R.. 20 tests OK test_internals_input_route.R.. 21 tests OK test_internals_input_route.R.. 22 tests OK test_internals_input_route.R.. 22 tests OK test_internals_input_route.R.. 22 tests OK test_internals_input_route.R.. 23 tests OK test_internals_input_route.R.. 23 tests OK test_internals_input_route.R.. 23 tests OK test_internals_input_route.R.. 24 tests OK 57ms test_internals_input_table.R.. 1 tests OK test_internals_input_table.R.. 2 tests OK test_internals_input_table.R.. 3 tests OK test_internals_input_table.R.. 4 tests OK test_internals_input_table.R.. 5 tests OK test_internals_input_table.R.. 6 tests OK test_internals_input_table.R.. 7 tests OK test_internals_input_table.R.. 8 tests OK test_internals_input_table.R.. 9 tests OK test_internals_input_table.R.. 10 tests OK test_internals_input_table.R.. 11 tests OK 37ms test_internals_rgrid.R........ 0 tests test_internals_rgrid.R........ 0 tests test_internals_rgrid.R........ 0 tests test_internals_rgrid.R........ 0 tests test_internals_rgrid.R........ 1 tests OK 45ms test_internals_tab_format.R... 0 tests test_internals_tab_format.R... 1 tests OK test_internals_tab_format.R... 2 tests OK 3ms test_osrmIsochrone.R.......... 0 tests test_osrmIsochrone.R.......... 0 tests 2ms test_osrmIsodistance.R........ 0 tests test_osrmIsodistance.R........ 0 tests 2ms test_osrmNearest.R............ 0 tests test_osrmNearest.R............ 0 tests 2ms test_osrmRoute.R.............. 0 tests test_osrmRoute.R.............. 0 tests 2ms test_osrmTable.R.............. 0 tests test_osrmTable.R.............. 0 tests 2ms test_osrmTrip.R............... 0 tests test_osrmTrip.R............... 0 tests 2ms All ok, 40 results (0.3s) > > proc.time() user system elapsed 0.79 0.14 0.87