R Under development (unstable) (2024-10-17 r87242 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. > data.table::setDTthreads(2) > library(testthat) > library(tidytransit) > > test_check("tidytransit") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 308 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-read-gtfs.R:16:3', 'test-read-gtfs.R:33:3', 'test-read-gtfs.R:48:3', 'test-read-gtfs.R:59:3', 'test-read-gtfs.R:70:3', 'test-spatial.R:151:3', 'test-spatial.R:171:3', 'test-travel_times.R:160:3', 'test-utils.R:82:3', 'test-write-gtfs.R:2:3', 'test-write-gtfs.R:13:3', 'test-write-gtfs.R:23:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 308 ] > > proc.time() user system elapsed 17.70 1.35 19.34