R Under development (unstable) (2024-09-03 r87093 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(itscalledsoccer) > > test_check("itscalledsoccer") Gathering players.......✔ Gathering teams.......✔ Gathering stadia.......✔ Gathering managers.......✔ Gathering referees.......✔ [ FAIL 0 | WARN 0 | SKIP 18 | PASS 6 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test_entities.R:4:5', 'test_entities.R:111:5', 'test_entities.R:222:5', 'test_entities.R:333:5', 'test_entities.R:444:5', 'test_entities.R:555:5', 'test_init.R:8:5', 'test_stats_goals_added.R:4:5', 'test_stats_goals_added.R:240:5', 'test_stats_goals_added.R:457:5', 'test_stats_salaries.R:4:5', 'test_stats_salaries.R:174:5', 'test_stats_xgoals.R:4:5', 'test_stats_xgoals.R:228:5', 'test_stats_xgoals.R:426:5', 'test_stats_xgoals.R:556:5', 'test_stats_xpass.R:4:5', 'test_stats_xpass.R:220:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 6 ] > > proc.time() user system elapsed 2.92 0.26 52.68