R version 4.5.0 RC (2025-04-04 r88118 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 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)) { + valh.server <- Sys.getenv("VALHALLA_CI") + demo_server <- ifelse(valh.server == '', FALSE, TRUE) + suppressPackageStartupMessages(library(sf)) + x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "valh"), quiet = TRUE) + x_df <- read.csv(system.file("csv/apotheke.csv", package = "valh")) + x_v <- c(13.26403, 52.48707) + x_df <- x_df[, -1] + x_sfc <- st_geometry(x_sf) + x_sfc_l <- st_cast(x_sfc, "LINESTRING") + x_m <- as.matrix(x_df) + row.names(x_sf) <- paste0("sf", row.names(x_sf)) + tinytest::test_package(pkgname = "valh") + } Data: (c) OpenStreetMap contributors, ODbL 1.0 - http://www.openstreetmap.org/copyright Routing: Valhalla - valhalla.github.io/valhalla test_elevation.R.............. 0 tests 55ms test_input_locate.R........... 1 tests OK test_input_locate.R........... 2 tests OK test_input_locate.R........... 3 tests OK test_input_locate.R........... 4 tests OK test_input_locate.R........... 5 tests OK test_input_locate.R........... 6 tests OK test_input_locate.R........... 6 tests OK test_input_locate.R........... 7 tests OK test_input_locate.R........... 8 tests OK test_input_locate.R........... 9 tests OK test_input_locate.R........... 9 tests OK test_input_locate.R........... 10 tests OK test_input_locate.R........... 11 tests OK test_input_locate.R........... 11 tests OK test_input_locate.R........... 11 tests OK test_input_locate.R........... 12 tests OK test_input_locate.R........... 13 tests OK test_input_locate.R........... 13 tests OK test_input_locate.R........... 13 tests OK test_input_locate.R........... 14 tests OK test_input_locate.R........... 15 tests OK test_input_locate.R........... 16 tests OK 52ms test_input_route.R............ 1 tests OK test_input_route.R............ 2 tests OK test_input_route.R............ 3 tests OK test_input_route.R............ 4 tests OK test_input_route.R............ 5 tests OK test_input_route.R............ 6 tests OK test_input_route.R............ 7 tests OK test_input_route.R............ 8 tests OK test_input_route.R............ 9 tests OK test_input_route.R............ 10 tests OK test_input_route.R............ 11 tests OK test_input_route.R............ 12 tests OK test_input_route.R............ 13 tests OK test_input_route.R............ 14 tests OK test_input_route.R............ 15 tests OK test_input_route.R............ 15 tests OK test_input_route.R............ 16 tests OK test_input_route.R............ 17 tests OK test_input_route.R............ 18 tests OK test_input_route.R............ 18 tests OK test_input_route.R............ 19 tests OK test_input_route.R............ 20 tests OK test_input_route.R............ 21 tests OK test_input_route.R............ 22 tests OK test_input_route.R............ 23 tests OK test_input_route.R............ 23 tests OK test_input_route.R............ 24 tests OK test_input_route.R............ 25 tests OK test_input_route.R............ 26 tests OK test_input_route.R............ 26 tests OK test_input_route.R............ 27 tests OK test_input_route.R............ 28 tests OK test_input_route.R............ 29 tests OK test_input_route.R............ 30 tests OK test_input_route.R............ 31 tests OK test_input_route.R............ 31 tests OK test_input_route.R............ 32 tests OK test_input_route.R............ 33 tests OK test_input_route.R............ 34 tests OK test_input_route.R............ 34 tests OK test_input_route.R............ 35 tests OK test_input_route.R............ 36 tests OK test_input_route.R............ 37 tests OK 0.1s test_input_table.R............ 1 tests OK test_input_table.R............ 2 tests OK test_input_table.R............ 3 tests OK test_input_table.R............ 3 tests OK test_input_table.R............ 3 tests OK test_input_table.R............ 4 tests OK test_input_table.R............ 5 tests OK test_input_table.R............ 5 tests OK test_input_table.R............ 5 tests OK test_input_table.R............ 6 tests OK test_input_table.R............ 7 tests OK test_input_table.R............ 8 tests OK 31ms test_isochrone.R.............. 0 tests 3ms test_locate.R................. 0 tests 3ms test_matrix.R................. 0 tests 3ms test_optimized_route.R........ 0 tests 3ms test_route.R.................. 0 tests 3ms test_status.R................. 0 tests 2ms test_utils.R.................. 0 tests test_utils.R.................. 0 tests test_utils.R.................. 0 tests test_utils.R.................. 1 tests OK test_utils.R.................. 2 tests OK test_utils.R.................. 3 tests OK test_utils.R.................. 4 tests OK 4ms All ok, 65 results (0.3s) > > proc.time() user system elapsed 1.04 0.25 1.26