R Under development (unstable) (2025-12-05 r89107 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") Running on CRAN: Skipping OSRM binary installation. Added 'D:/temp/2025_12_06_13_55_17_5685/Rtmp2BQoaY' to PATH for this session. 'D:/temp/2025_12_06_13_55_17_5685/Rtmp2BQoaY' 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_12_06_13_55_17_5685\Rtmp2BQoaY\file11eb82e62463c Total files: 3 [ FAIL 0 | WARN 0 | SKIP 16 | PASS 178 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:8:3' • On CRAN (15): '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_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 16 | PASS 178 ] > > proc.time() user system elapsed 3.42 0.93 4.78