R Under development (unstable) (2026-02-06 r89378 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(nflfastR) > > test_check("nflfastR") -- Build nflfastR Play-by-Play Data ------------------ nflfastR version 5.2.0 -- * 18:02:20 | Start download of 2 games... i It is recommended to use parallel processing when trying to load multiple games.Please consider running `future::plan("multisession")`! Will go on sequentially... v 18:02:23 | Download finished. Adding variables... v 18:02:23 | added game variables v 18:02:24 | added nflscrapR variables v 18:02:25 | added ep variables v 18:02:25 | added air_yac_ep variables v 18:02:26 | added wp variables v 18:02:26 | added air_yac_wp variables v 18:02:26 | added cp and cpoe v 18:02:26 | added fixed drive variables v 18:02:26 | added series variables * 18:02:26 | Cleaning up play-by-play... v 18:02:27 | Cleaning completed v 18:02:27 | added qb_epa * 18:02:27 | Computing xyac... v 18:02:30 | added xyac variables * 18:02:30 | Computing xpass... v 18:02:30 | added xpass and pass_oe * 18:02:30 | Decode player ids... v 18:02:31 | Decoding of player ids completed -- DONE ------------------------------------------------------------------------ [ FAIL 0 | WARN 0 | SKIP 6 | PASS 2 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-build_nflfastR_pbp.R:21:3', 'test-calculate_series_conversion_rates.R:4:3', 'test-calculate_stats.R:2:3', 'test-calculate_stats.R:42:3', 'test-ep_wp_calculators.R:4:3', 'test-ep_wp_calculators.R:26:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 2 ] > > proc.time() user system elapsed 13.17 1.59 14.48