R version 4.6.0 beta (2026-04-12 r89872 ucrt) -- "Because it was There" 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(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:26:3', 'test-from_url.R:62:3', 'test-from_url.R:93:3', 'test-nflverse.R:2:3', 'test-nflverse.R:14:3', 'test-nflverse.R:34:3', 'test-nflverse.R:59:3', 'test-nflverse.R:84:3', 'test-nflverse.R:113:3', 'test-nflverse.R:126:3', 'test-nflverse.R:141:3', 'test-nflverse.R:161:3', 'test-nflverse.R:175:3', 'test-nflverse.R:187: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.65 0.46 3.09