R Under development (unstable) (2026-02-28 r89504 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(flixpatrol) > > test_check("flixpatrol") i Caching 1 country ID... ! Failed to resolve country: "Nonexistent Land" v Saved 0 countries to data/country_name.rda i Caching 1 platform ID... ! Failed to resolve platform: "FakeStreamCo" v Saved 0 platforms to data/platform_name.rda i Auto-detected ID column: "my_id" > Waiting 4s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 6s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 5s for throttling delay > Waiting 6s for throttling delay > Waiting 6s for throttling delay > Waiting 4s for throttling delay > Waiting 6s for throttling delay [ FAIL 0 | WARN 0 | SKIP 10 | PASS 138 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • FLIX_PATROL API key not set (10): 'test-lookup-api.R:14:9', 'test-lookup-api.R:21:9', 'test-lookup-api.R:28:9', 'test-lookup-api.R:36:9', 'test-lookup-api.R:43:9', 'test-lookup-api.R:50:9', 'test-lookup-api.R:58:9', 'test-lookup-api.R:65:9', 'test-lookup-api.R:73:9', 'test-lookup-api.R:80:9' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 138 ] > > proc.time() user system elapsed 5.62 0.65 128.46