R Under development (unstable) (2023-10-18 r85349 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(metro) > > test_check("metro") [ FAIL 0 | WARN 48 | SKIP 47 | PASS 5 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • No API key found (47): 'test-api.R:10:3', 'test-bus-departs.R:2:3', 'test-bus-path.R:2:3', 'test-bus-positions.R:2:3', 'test-bus-positions.R:11:3', 'test-bus-positions.R:21:3', 'test-bus-positions.R:31:3', 'test-bus-routes.R:2:3', 'test-bus-schedules.R:2:3', 'test-bus-stops.R:2:3', 'test-bus-stops.R:11:3', 'test-bus-stops.R:23:3', 'test-bus-stops.R:34:3', 'test-bus-stops.R:43:3', 'test-incidents-bus.R:2:3', 'test-incidents-bus.R:11:3', 'test-incidents-elevator.R:2:3', 'test-incidents-elevator.R:11:3', 'test-incidents-rail.R:2:3', 'test-incidents-rail.R:12:3', 'test-key.R:2:3', 'test-key.R:16:3', 'test-next-bus.R:2:3', 'test-next-bus.R:10:3', 'test-next-train.R:2:3', 'test-next-train.R:13:3', 'test-next-train.R:26:3', 'test-next-train.R:39:3', 'test-rail-dest.R:2:3', 'test-rail-dest.R:9:3', 'test-rail-dest.R:17:3', 'test-rail-dest.R:25:3', 'test-rail-entrance.R:2:3', 'test-rail-entrance.R:11:3', 'test-rail-entrance.R:21:3', 'test-rail-entrance.R:32:3', 'test-rail-info.R:2:3', 'test-rail-lines.R:2:3', 'test-rail-path.R:2:3', 'test-rail-path.R:11:3', 'test-rail-position.R:2:3', 'test-rail-stations.R:2:3', 'test-rail-stations.R:12:3', 'test-rail-times.R:2:3', 'test-rail-times.R:12:3', 'test-standard-routes.R:2:3', 'test-track-circuits.R:2:3' [ FAIL 0 | WARN 48 | SKIP 47 | PASS 5 ] > > proc.time() user system elapsed 1.79 0.09 2.43