R Under development (unstable) (2025-08-24 r88696 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(tuber) > > test_check("tuber") [ FAIL 0 | WARN 2 | SKIP 17 | PASS 55 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-captions.R:5:3', 'test-get-all-comments.R:33:3', 'test-get-comment-threads.R:4:3', 'test-get-details.R:5:3', 'test-get-details.R:28:3', 'test-get-playlist-items.R:4:3', 'test-get-playlists.R:4:3', 'test-get-related-videos.R:5:3', 'test-integration-ready.R:7:3', 'test-integration-ready.R:30:3', 'test-integration-ready.R:48:3', 'test-integration-ready.R:76:3', 'test-integration-ready.R:102:3', 'test-list-channel-activities.R:5:3', 'test-list-channel-sections.R:3:1', 'test-yt-search.R:4:3', 'test-yt-search.R:25:3' [ FAIL 0 | WARN 2 | SKIP 17 | PASS 55 ] > > proc.time() user system elapsed 1.48 0.26 1.73