R Under development (unstable) (2025-09-01 r88761 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(nflreadr) > > test_check("nflreadr") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 36 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-ffverse.R:2:3', 'test-ffverse.R:13:3', 'test-ffverse.R:26:3', 'test-from_url.R:2:3', 'test-from_url.R:31:3', 'test-from_url.R:67:3', 'test-from_url.R:109:3', 'test-nflverse.R:2:3', 'test-nflverse.R:17:3', 'test-nflverse.R:37:3', 'test-nflverse.R:62:3', 'test-nflverse.R:87:3', 'test-nflverse.R:116:3', 'test-nflverse.R:129:3', 'test-nflverse.R:142:3', 'test-nflverse.R:162:3', 'test-nflverse.R:176:3', 'test-nflverse.R:188:3', 'test-nflverse.R:203:3', 'test-nflverse.R:215:3', 'test-nflverse.R:231:3', 'test-nflverse.R:247:3', 'test-nflverse.R:263:3', 'test-nflverse.R:273:3', 'test-nflverse.R:294:3', 'test-nflverse.R:306:3', 'test-nflverse.R:316:3', 'test-nflverse.R:326:3', 'test-nflverse.R:336:3', 'test-nflverse.R:349:3', 'test-nflverse.R:363:3', 'test-utils_date.R:7:3', 'test-utils_mode.R:3:3', 'test-utils_sitrep.R:2:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 36 ] > > proc.time() user system elapsed 2.62 0.46 3.04