CRAN Package Check Results for Package toRvik

Last updated on 2022-10-21 08:53:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 8.98 91.00 99.98 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 5.68 69.03 74.71 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 132.08 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 127.94 ERROR
r-devel-windows-x86_64 1.1.0 26.00 152.00 178.00 ERROR
r-patched-linux-x86_64 1.1.0 8.03 76.40 84.43 ERROR
r-release-linux-x86_64 1.1.0 6.56 83.90 90.46 ERROR
r-release-macos-arm64 1.1.0 92.00 OK
r-release-macos-x86_64 1.1.0 108.00 OK
r-release-windows-x86_64 1.1.0 29.00 145.00 174.00 ERROR
r-oldrel-macos-arm64 1.1.0 93.00 OK
r-oldrel-macos-x86_64 1.1.0 104.00 OK
r-oldrel-windows-ix86+x86_64 1.1.0 18.00 142.00 160.00 ERROR

Check Details

Version: 1.1.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s/1s]
     Running 'testthat.R' [7s/15s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     == Skipped tests ===============================================================
     * On CRAN (4)
    
     == Failed tests ================================================================
     -- Failure ('test-player.R:14'): stat input must match -------------------------
     `bart_player_season(stat = "Box")` did not throw the expected message.
     -- Failure ('test-player.R:15'): stat input must match -------------------------
     `bart_player_game(stat = "Box")` did not throw the expected message.
     -- Failure ('test-rating.R:9'): archive cuts off before 2014-15 ----------------
     `bart_archive("2014-01-01")` did not throw the expected message.
     -- Failure ('test-rating.R:13'): date range works with one end -----------------
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:13:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:14'): date range works with one end -----------------
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:14:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:15'): date range works with one end -----------------
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:15:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:16'): date range works with one end -----------------
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:16:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:20'): runs without date range -----------------------
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:21'): runs without date range -----------------------
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure ('test-rating.R:25'): location values must be exact -----------------
     `bart_factors(location = "Home")` did not throw the expected message.
     -- Failure ('test-rating.R:26'): location values must be exact -----------------
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     -- Failure ('test-rating.R:30'): location values must be exact -----------------
     `bart_factors(type = "NC")` did not throw the expected message.
     -- Failure ('test-rating.R:31'): location values must be exact -----------------
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     -- Failure ('test-team.R:14'): split input must match --------------------------
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [5s/14s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [8s/17s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [8s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-player.R:14:3): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure (test-player.R:15:3): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure (test-rating.R:9:3): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure (test-rating.R:13:3): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:14:3): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:15:3): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:16:3): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:20:3): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:21:3): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure (test-rating.R:25:3): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure (test-rating.R:26:3): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure (test-rating.R:30:3): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure (test-rating.R:31:3): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure (test-team.R:14:3): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [6s/13s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [6s/14s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (4)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-player.R:14'): stat input must match ─────────────────────────
     `bart_player_season(stat = "Box")` did not throw the expected message.
     ── Failure ('test-player.R:15'): stat input must match ─────────────────────────
     `bart_player_game(stat = "Box")` did not throw the expected message.
     ── Failure ('test-rating.R:9'): archive cuts off before 2014-15 ────────────────
     `bart_archive("2014-01-01")` did not throw the expected message.
     ── Failure ('test-rating.R:13'): date range works with one end ─────────────────
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:13:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:14'): date range works with one end ─────────────────
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:14:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:15'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:15:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:16'): date range works with one end ─────────────────
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(...) at test-rating.R:16:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:20'): runs without date range ───────────────────────
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:21'): runs without date range ───────────────────────
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     ▆
     1. └─testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. └─testthat::expect_match(...)
     3. └─testthat:::expect_match_(...)
     ── Failure ('test-rating.R:25'): location values must be exact ─────────────────
     `bart_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:26'): location values must be exact ─────────────────
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     ── Failure ('test-rating.R:30'): location values must be exact ─────────────────
     `bart_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-rating.R:31'): location values must be exact ─────────────────
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     ── Failure ('test-team.R:14'): split input must match ──────────────────────────
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(toRvik)
     > library(purrr)
    
     Attaching package: 'purrr'
    
     The following object is masked from 'package:testthat':
    
     is_null
    
     > library(utils)
     >
     > test_check("toRvik")
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
    
     == Skipped tests ===============================================================
     * On CRAN (4)
    
     == Failed tests ================================================================
     -- Failure (test-player.R:14:3): stat input must match -------------------------
     `bart_player_season(stat = "Box")` did not throw the expected message.
     -- Failure (test-player.R:15:3): stat input must match -------------------------
     `bart_player_game(stat = "Box")` did not throw the expected message.
     -- Failure (test-rating.R:9:3): archive cuts off before 2014-15 ----------------
     `bart_archive("2014-01-01")` did not throw the expected message.
     -- Failure (test-rating.R:13:3): date range works with one end -----------------
     `str\(bart_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:13:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:14:3): date range works with one end -----------------
     `str\(bart_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:14:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:15:3): date range works with one end -----------------
     `str\(bart_conf_factors\(start = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:15:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:16:3): date range works with one end -----------------
     `str\(bart_conf_factors\(end = "2022-01-01"\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-rating.R:16:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:20:3): runs without date range -----------------------
     `str\(bart_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(str(bart_factors()), "toRvik_data") at test-rating.R:20:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:21:3): runs without date range -----------------------
     `str\(bart_conf_factors\(\)\)` does not match "toRvik_data".
     Actual value: "'data\.frame':\\t0 obs\. of 0 variables"
     Backtrace:
     x
     1. \-testthat::expect_output(str(bart_conf_factors()), "toRvik_data") at test-rating.R:21:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     -- Failure (test-rating.R:25:3): location values must be exact -----------------
     `bart_factors(location = "Home")` did not throw the expected message.
     -- Failure (test-rating.R:26:3): location values must be exact -----------------
     `bart_conf_factors(location = "Home")` did not throw the expected message.
     -- Failure (test-rating.R:30:3): location values must be exact -----------------
     `bart_factors(type = "NC")` did not throw the expected message.
     -- Failure (test-rating.R:31:3): location values must be exact -----------------
     `bart_conf_factors(type = "NC")` did not throw the expected message.
     -- Failure (test-team.R:14:3): split input must match --------------------------
     `bart_team_box(split = "Month")` did not throw the expected message.
    
     [ FAIL 14 | WARN 0 | SKIP 4 | PASS 28 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64