R version 4.6.0 RC (2026-04-17 r89912 ucrt) -- "Because it was There" Copyright (C) 2026 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/2026_04_19_21_55_17_15739/RtmpOy3Byn' to PATH for this session. 'D:/temp/2026_04_19_21_55_17_15739/RtmpOy3Byn' is already first in PATH. DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: D:\temp\2026_04_19_21_55_17_15739\RtmpOy3Byn\file1461c2d3e2844 Total files: 3 [ FAIL 0 | WARN 0 | SKIP 17 | PASS 224 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • Live OSRM tests skipped (1): 'test-live-integration.R:2:3' • OSRM binary not found (Skipping Server Additions Tests) (1): 'test-osrm_server_additions.R:7:3' • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3' • On CRAN (14): '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_class.R:3:3', 'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3', 'test-osrm_start.R:167: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:305:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 224 ] > > proc.time() user system elapsed 7.03 1.06 8.21