R Under development (unstable) (2025-07-10 r88399 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(ceblR) > > test_check("ceblR") `curl` package not installed, falling back to using `url()` Rows: 1074 Columns: 75 -- Column specification -------------------------------------------------------- Delimiter: "," chr (14): team_name, short_name, code, minutes, head_coach, assistant_coach_... dbl (60): game_id, season, team_score, field_goals_made, field_goals_attempt... lgl (1): logo i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` `curl` package not installed, falling back to using `url()` Rows: 1657 Columns: 13 -- Column specification -------------------------------------------------------- Delimiter: "," chr (11): officials_type, officials_name, first_name, last_name, scoreboard_... dbl (2): game_id, season i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` Rows: 2667 Columns: 14 -- Column specification -------------------------------------------------------- Delimiter: "," chr (12): team_name, coach_name, coach_type, first_name, first_name_initial,... dbl (2): game_id, season i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` [ FAIL 0 | WARN 0 | SKIP 0 | PASS 10 ] > > proc.time() user system elapsed 2.04 0.95 4.43