R Under development (unstable) (2025-11-25 r89063 ucrt) -- "Unsuffered Consequences" 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. > # # This file is part of the standard setup for testthat. > # # It is recommended that you do not modify it. > # # > # # Where should you do additional test configuration? > # # Learn more about the roles of various files in: > # # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(osrm.backend) > > test_check("osrm.backend") Added 'D:/temp/2025_11_26_16_15_17_29703/Rtmpq8eH0b' to PATH for this session. 'D:/temp/2025_11_26_16_15_17_29703/Rtmpq8eH0b' is already first in PATH. DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: D:\temp\2025_11_26_16_15_17_29703\Rtmpq8eH0b\file160c031363a17 Total files: 3 [ FAIL 0 | WARN 0 | SKIP 18 | PASS 199 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-osrm_extract.R:2:3', 'test-osrm_extract.R:67:3', 'test-osrm_extract.R:130:3', 'test-osrm_extract.R:165:3', 'test-osrm_extract.R:182:3', 'test-osrm_server.R:3:3', 'test-osrm_server.R:272:3', 'test-osrm_server.R:315:3', 'test-osrm_start.R:17:3', 'test-osrm_start.R:35:3', 'test-osrm_start.R:46:3', 'test-osrm_start.R:95:3', 'test-osrm_start.R:157:3', 'test-osrm_which.R:5:3', 'test-osrm_which.R:18:3', 'test-osrm_which.R:26:3', 'test-pipeline-conflicts.R:94:3', 'test-pipeline-conflicts.R:303:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 199 ] > > proc.time() user system elapsed 2.15 0.68 3.23