R Under development (unstable) (2023-09-11 r85126 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ggplot2) > > test_check("nflplotR") Loading required package: nflplotR [ FAIL 0 | WARN 0 | SKIP 8 | PASS 2 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-geom_from_path.R:3:3', 'test-geom_lines.R:32:3', 'test-geom_nfl_logos.R:53:3', 'test-geom_nfl_wordmarks.R:47:3', 'test-nfl_team_factors.R:3:3', 'test-nfl_team_tiers.R:30:3', 'test-scale_nfl.R:21:3', 'test-theme-elements.R:25:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 2 ] Deleting unused snapshots: • geom_from_path/p1.svg • geom_lines/p2.svg • geom_lines/p3.svg • geom_lines/p4.svg • geom_nfl_logos/p2.svg • geom_nfl_logos/p3.svg • geom_nfl_wordmarks/p2.svg • nfl_team_factors/p1.svg • nfl_team_factors/p2.svg • theme-elements/p2.svg > > proc.time() user system elapsed 9.75 0.32 10.07