R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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/RtmpOso68B/junk.txt (stored 0%) adding: temp/RtmpOso68B/routes.txt (deflated 79%) adding: temp/RtmpOso68B/trips.txt (deflated 94%) adding: temp/RtmpOso68B/stop_times.txt (deflated 90%) adding: temp/RtmpOso68B/stops.txt (deflated 82%) adding: temp/RtmpOso68B/calendar.txt (deflated 92%) adding: temp/RtmpOso68B/routes.txt (deflated 79%) adding: temp/RtmpOso68B/trips.txt (deflated 94%) adding: temp/RtmpOso68B/stop_times.txt (deflated 90%) adding: temp/RtmpOso68B/stops.txt (deflated 82%) adding: temp/RtmpOso68B/transfers.txt (deflated 94%) adding: temp/RtmpOso68B/calendar.txt (stored 0%) adding: temp/RtmpOso68B/routes.txt (stored 0%) adding: temp/RtmpOso68B/trips.txt (stored 0%) adding: temp/RtmpOso68B/stop_times.txt (stored 0%) adding: temp/RtmpOso68B/stops.txt (stored 0%) adding: temp/RtmpOso68B/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 5.85 0.89 10.76