R Under development (unstable) (2024-07-28 r86931 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 33 | PASS 36 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-ffverse.R:3:3', 'test-ffverse.R:15:3', 'test-ffverse.R:29:3', 'test-from_url.R:3:3', 'test-from_url.R:30:3', 'test-from_url.R:61:3', 'test-from_url.R:102:3', 'test-nflverse.R:3:3', 'test-nflverse.R:19:3', 'test-nflverse.R:36:3', 'test-nflverse.R:63:3', 'test-nflverse.R:86:3', 'test-nflverse.R:100:3', 'test-nflverse.R:114:3', 'test-nflverse.R:131:3', 'test-nflverse.R:146:3', 'test-nflverse.R:159:3', 'test-nflverse.R:175:3', 'test-nflverse.R:188:3', 'test-nflverse.R:205:3', 'test-nflverse.R:222:3', 'test-nflverse.R:239:3', 'test-nflverse.R:250:3', 'test-nflverse.R:268:3', 'test-nflverse.R:281:3', 'test-nflverse.R:292:3', 'test-nflverse.R:303:3', 'test-nflverse.R:314:3', 'test-nflverse.R:328:3', 'test-nflverse.R:343:3', 'test-utils_date.R:6:3', 'test-utils_mode.R:3:3', 'test-utils_sitrep.R:2:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 36 ] > > proc.time() user system elapsed 2.60 0.43 3.51