R Under development (unstable) (2025-06-17 r88325 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. > library (testthat) > library (gtfsrouter) > > test_check ("gtfsrouter") adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/junk.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/routes.txt (deflated 79%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/trips.txt (deflated 94%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stop_times.txt (deflated 90%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stops.txt (deflated 82%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/calendar.txt (deflated 92%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/routes.txt (deflated 79%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/trips.txt (deflated 94%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stop_times.txt (deflated 90%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stops.txt (deflated 82%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/transfers.txt (deflated 94%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/calendar.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/routes.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/trips.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stop_times.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/stops.txt (stored 0%) adding: temp/2025_06_18_10_00_17_942/RtmpcJVWEF/transfers.txt (stored 0%) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 170 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-extract.R:128:1' • empty test (1): 'test-extract.R:8:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 170 ] > > proc.time() user system elapsed 8.65 1.62 15.71