CRAN Package Check Results for Package fitzRoy

Last updated on 2024-11-29 03:50:19 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.0 7.74 85.82 93.56 OK
r-devel-linux-x86_64-debian-gcc 1.5.0 6.08 63.57 69.65 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.0 155.49 OK
r-devel-linux-x86_64-fedora-gcc 1.5.0 197.64 OK
r-devel-windows-x86_64 1.5.0 11.00 133.00 144.00 ERROR
r-patched-linux-x86_64 1.5.0 8.73 80.31 89.04 OK
r-release-linux-x86_64 1.5.0 7.37 82.59 89.96 OK
r-release-macos-arm64 1.5.0 63.00 OK
r-release-macos-x86_64 1.5.0 156.00 OK
r-release-windows-x86_64 1.5.0 11.00 115.00 126.00 OK
r-oldrel-macos-arm64 1.5.0 72.00 OK
r-oldrel-macos-x86_64 1.5.0 120.00 OK
r-oldrel-windows-x86_64 1.5.0 13.00 130.00 143.00 OK

Check Details

Version: 1.5.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(fitzRoy) > > test_check("fitzRoy") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 64 | PASS 62 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-fetch-results.R:10:3', 'test-fetch-results.R:33:3', 'test-fetch-results.R:50:3', 'test-fetch-results.R:67:3', 'test-fetch-results.R:87:3', 'test-fetch-results.R:101:3', 'test-fetch-results.R:112:3', 'test-fetch-results.R:121:3', 'test-fetch-results.R:130:3', 'test-fetch-fixture.R:2:3', 'test-fetch-fixture.R:26:3', 'test-fetch-fixture.R:46:3', 'test-fetch-fixture.R:67:3', 'test-fetch-fixture.R:88:3', 'test-fetch-fixture.R:101:3', 'test-fetch-fixture.R:114:3', 'test-fetch-fixture.R:125:3', 'test-fetch-fixture.R:147:3', 'test-fetch-fixture.R:164:3', 'test-fetch-betting-odds.R:2:3', 'test-fetch-ladder.R:2:3', 'test-fetch-ladder.R:33:3', 'test-fetch-ladder.R:53:3', 'test-fetch-ladder.R:74:3', 'test-fetch-ladder.R:84:3', 'test-fetch-player-details.R:2:3', 'test-fetch-player-details.R:25:3', 'test-fetch-player-details.R:37:3', 'test-fetch-player-details.R:57:3', 'test-fetch-player-details.R:84:3', 'test-fetch-player-details.R:104:3', 'test-fetch-squiggle_data.R:2:3', 'test-fetch-squiggle_data.R:18:3', 'test-fetch-squiggle_data.R:57:3', 'test-fetch_lineup.R:2:3', 'test-fetch_lineup.R:37:3', 'test-fetch_lineup.R:60:3', 'test-fetch_lineup.R:74:3', 'test-fetch_lineup.R:87:3', 'test-fetch_lineup.R:98:3', 'test-fetch_lineup.R:120:3', 'test-fetch_lineup.R:137:3', 'test-helpers-footywire.R:3:3', 'test-helpers-footywire.R:14:3', 'test-coaches-votes.R:2:3', 'test-coaches-votes.R:17:3', 'test-fetch-player-stats.R:14:3', 'test-fetch-player-stats.R:49:3', 'test-fetch-player-stats.R:78:3', 'test-fetch-player-stats.R:102:3', 'test-fetch-player-stats.R:125:3', 'test-helpers-afltables-playerstats.R:2:3', 'test-helpers-afltables-playerstats.R:17:3', 'test-helpers-afltables-playerstats.R:27:3', 'test-helpers-afltables.R:19:3', 'test-helpers-general.R:2:3', 'test-helpers-general.R:14:3', 'test-helpers-general.R:27:3', 'test-helpers-general.R:44:3', 'test-helpers-general.R:69:3', 'test-womens_stats.R:11:3', 'test-helpers-afl.R:11:3', 'test-helpers-afl.R:21:3', 'test-helpers-afl.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-team_colour_palettes.R:2:3'): get_afl_colour_palletes works ──── Error in `url("http://www.fryziggafl.net/static/team_colours.rda", "rb")`: cannot open the connection to 'http://www.fryziggafl.net/static/team_colours.rda' Backtrace: ▆ 1. ├─testthat::expect_s3_class(get_afl_colour_palettes(), "data.frame") at test-team_colour_palettes.R:2:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─fitzRoy:::get_afl_colour_palettes() 5. ├─base::readRDS(...) 6. └─base::url(...) [ FAIL 1 | WARN 1 | SKIP 64 | PASS 62 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [15s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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(fitzRoy) > > test_check("fitzRoy") Starting 2 test processes [ FAIL 1 | WARN 1 | SKIP 64 | PASS 62 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-fetch-results.R:10:3', 'test-fetch-results.R:33:3', 'test-fetch-results.R:50:3', 'test-fetch-results.R:67:3', 'test-fetch-results.R:87:3', 'test-fetch-results.R:101:3', 'test-fetch-results.R:112:3', 'test-fetch-results.R:121:3', 'test-fetch-results.R:130:3', 'test-fetch-fixture.R:2:3', 'test-fetch-fixture.R:26:3', 'test-fetch-fixture.R:46:3', 'test-fetch-fixture.R:67:3', 'test-fetch-fixture.R:88:3', 'test-fetch-fixture.R:101:3', 'test-fetch-fixture.R:114:3', 'test-fetch-fixture.R:125:3', 'test-fetch-fixture.R:147:3', 'test-fetch-fixture.R:164:3', 'test-fetch-betting-odds.R:2:3', 'test-fetch-ladder.R:2:3', 'test-fetch-ladder.R:33:3', 'test-fetch-ladder.R:53:3', 'test-fetch-ladder.R:74:3', 'test-fetch-ladder.R:84:3', 'test-fetch-player-details.R:2:3', 'test-fetch-player-details.R:25:3', 'test-fetch-player-details.R:37:3', 'test-fetch-player-details.R:57:3', 'test-fetch-player-details.R:84:3', 'test-fetch-player-details.R:104:3', 'test-fetch-squiggle_data.R:2:3', 'test-fetch-squiggle_data.R:18:3', 'test-fetch-squiggle_data.R:57:3', 'test-fetch_lineup.R:2:3', 'test-fetch_lineup.R:37:3', 'test-fetch_lineup.R:60:3', 'test-fetch_lineup.R:74:3', 'test-fetch_lineup.R:87:3', 'test-fetch_lineup.R:98:3', 'test-fetch_lineup.R:120:3', 'test-fetch_lineup.R:137:3', 'test-helpers-footywire.R:3:3', 'test-helpers-footywire.R:14:3', 'test-coaches-votes.R:2:3', 'test-coaches-votes.R:17:3', 'test-fetch-player-stats.R:14:3', 'test-fetch-player-stats.R:49:3', 'test-fetch-player-stats.R:78:3', 'test-fetch-player-stats.R:102:3', 'test-fetch-player-stats.R:125:3', 'test-helpers-afltables-playerstats.R:2:3', 'test-helpers-afltables-playerstats.R:17:3', 'test-helpers-afltables-playerstats.R:27:3', 'test-helpers-afl.R:11:3', 'test-helpers-afl.R:21:3', 'test-helpers-afl.R:31:3', 'test-helpers-afltables.R:19:3', 'test-helpers-general.R:2:3', 'test-helpers-general.R:14:3', 'test-helpers-general.R:27:3', 'test-helpers-general.R:44:3', 'test-helpers-general.R:69:3', 'test-womens_stats.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-team_colour_palettes.R:2:3'): get_afl_colour_palletes works ──── Error in `url("http://www.fryziggafl.net/static/team_colours.rda", "rb")`: cannot open the connection to 'http://www.fryziggafl.net/static/team_colours.rda' Backtrace: ▆ 1. ├─testthat::expect_s3_class(get_afl_colour_palettes(), "data.frame") at test-team_colour_palettes.R:2:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─fitzRoy:::get_afl_colour_palettes() 5. ├─base::readRDS(...) 6. └─base::url(...) [ FAIL 1 | WARN 1 | SKIP 64 | PASS 62 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64