Last updated on 2021-03-27 07:53:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.15 | 5.75 | 173.03 | 178.78 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.15 | 4.35 | 126.22 | 130.57 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.15 | 210.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.15 | 188.58 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.3.15 | 11.00 | 259.00 | 270.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.15 | ERROR | ||||
r-patched-linux-x86_64 | 0.3.15 | 4.95 | 167.08 | 172.03 | ERROR | |
r-patched-solaris-x86 | 0.3.15 | 255.50 | ERROR | |||
r-release-linux-x86_64 | 0.3.15 | 4.60 | 162.59 | 167.19 | ERROR | |
r-release-macos-x86_64 | 0.3.15 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.15 | 11.00 | 310.00 | 321.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.3.15 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.15 | 14.00 | 279.00 | 293.00 | ERROR |
Version: 0.3.15
Check: tests
Result: ERROR
Running 'testthat.R' [78s/133s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
== Skipped tests ===============================================================
* no live scoring until kickoff (2)
* season over (1)
== Failed tests ================================================================
-- Failure (test-draft.R:13:3): draft returns for past years -------------------
`d` has length 6, not length 5.
-- Failure (test-info.R:8:3): fantasy football seasons are listed --------------
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
-- Failure (test-matchups.R:13:3): matchups returns for past years -------------
`m` has length 6, not length 5.
-- Failure (test-members.R:13:3): members returns for past years ---------------
`m` has length 6, not length 5.
-- Failure (test-merge.R:9:3): fantasy tables can be merged --------------------
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
-- Failure (test-roster.R:15:3): rosters return for past years -----------------
`r` has length 6, not length 5.
-- Failure (test-schedule.R:14:3): schedule returns for past years -------------
`s` has length 6, not length 5.
-- Failure (test-schedule.R:19:3): NFL schedule returns for current year -------
`s` has length 3, not length 7.
-- Failure (test-schedule.R:20:3): NFL schedule returns for current year -------
`s` is not an S3 object
-- Failure (test-schedule.R:21:3): NFL schedule returns for current year -------
s$home has type 'NULL', not 'logical'.
-- Failure (test-schedule.R:24:3): NFL schedule returns for current year -------
s$kickoff is not an S3 object
-- Failure (test-scoring.R:14:3): weekly scoring returns for past years --------
`w` has length 6, not length 5.
-- Failure (test-settings.R:36:3): league info for past seasons ----------------
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:43:3): named vector of past seasons for league -----
`d` has length 6, not length 5.
-- Failure (test-settings.R:70:3): waiver settings for past seasons ------------
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:88:3): fee settings for past seasons ---------------
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:105:3): roster settings for past seasons -----------
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:124:3): schedule settings for past seasons ---------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:144:3): scoring settings for past seasons ----------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:162:3): trade settings for past seasons ------------
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-standings.R:14:3): standings returns for past years -----------
`s` has length 6, not length 5.
-- Failure (test-teams.R:14:3): teams return for all past years ----------------
`t` has length 6, not length 5.
-- Failure (test-transactions.R:13:3): rosters return for past years -----------
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [55s/118s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [86s/247s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [81s/150s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.15
Check: tests
Result: ERROR
Running 'testthat.R' [114s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
== Skipped tests ===============================================================
* no live scoring until kickoff (2)
* season over (1)
== Failed tests ================================================================
-- Failure (test-draft.R:13:3): draft returns for past years -------------------
`d` has length 6, not length 5.
-- Failure (test-info.R:8:3): fantasy football seasons are listed --------------
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
-- Failure (test-matchups.R:13:3): matchups returns for past years -------------
`m` has length 6, not length 5.
-- Failure (test-members.R:13:3): members returns for past years ---------------
`m` has length 6, not length 5.
-- Failure (test-merge.R:9:3): fantasy tables can be merged --------------------
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
-- Failure (test-roster.R:15:3): rosters return for past years -----------------
`r` has length 6, not length 5.
-- Failure (test-schedule.R:14:3): schedule returns for past years -------------
`s` has length 6, not length 5.
-- Failure (test-schedule.R:19:3): NFL schedule returns for current year -------
`s` has length 3, not length 7.
-- Failure (test-schedule.R:20:3): NFL schedule returns for current year -------
`s` is not an S3 object
-- Failure (test-schedule.R:21:3): NFL schedule returns for current year -------
s$home has type 'NULL', not 'logical'.
-- Failure (test-schedule.R:24:3): NFL schedule returns for current year -------
s$kickoff is not an S3 object
-- Failure (test-scoring.R:14:3): weekly scoring returns for past years --------
`w` has length 6, not length 5.
-- Failure (test-settings.R:36:3): league info for past seasons ----------------
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:43:3): named vector of past seasons for league -----
`d` has length 6, not length 5.
-- Failure (test-settings.R:70:3): waiver settings for past seasons ------------
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:88:3): fee settings for past seasons ---------------
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:105:3): roster settings for past seasons -----------
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:124:3): schedule settings for past seasons ---------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:144:3): scoring settings for past seasons ----------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:162:3): trade settings for past seasons ------------
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-standings.R:14:3): standings returns for past years -----------
`s` has length 6, not length 5.
-- Failure (test-teams.R:14:3): teams return for all past years ----------------
`t` has length 6, not length 5.
-- Failure (test-transactions.R:13:3): rosters return for past years -----------
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.3.15
Check: tests
Result: ERROR
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
[1] 6 - 5 == 1
-- Failure (test-settings.R:162:3): trade settings for past seasons ------------
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-standings.R:14:3): standings returns for past years -----------
`s` has length 6, not length 5.
-- Failure (test-teams.R:14:3): teams return for all past years ----------------
`t` has length 6, not length 5.
-- Failure (test-transactions.R:13:3): rosters return for past years -----------
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [76s/131s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [2m/11m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.3.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [72s/125s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● no live scoring until kickoff (2)
● season over (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-draft.R:13:3): draft returns for past years ───────────────────
`d` has length 6, not length 5.
── Failure (test-info.R:8:3): fantasy football seasons are listed ──────────────
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
── Failure (test-matchups.R:13:3): matchups returns for past years ─────────────
`m` has length 6, not length 5.
── Failure (test-members.R:13:3): members returns for past years ───────────────
`m` has length 6, not length 5.
── Failure (test-merge.R:9:3): fantasy tables can be merged ────────────────────
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
── Failure (test-roster.R:15:3): rosters return for past years ─────────────────
`r` has length 6, not length 5.
── Failure (test-schedule.R:14:3): schedule returns for past years ─────────────
`s` has length 6, not length 5.
── Failure (test-schedule.R:19:3): NFL schedule returns for current year ───────
`s` has length 3, not length 7.
── Failure (test-schedule.R:20:3): NFL schedule returns for current year ───────
`s` is not an S3 object
── Failure (test-schedule.R:21:3): NFL schedule returns for current year ───────
s$home has type 'NULL', not 'logical'.
── Failure (test-schedule.R:24:3): NFL schedule returns for current year ───────
s$kickoff is not an S3 object
── Failure (test-scoring.R:14:3): weekly scoring returns for past years ────────
`w` has length 6, not length 5.
── Failure (test-settings.R:36:3): league info for past seasons ────────────────
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:43:3): named vector of past seasons for league ─────
`d` has length 6, not length 5.
── Failure (test-settings.R:70:3): waiver settings for past seasons ────────────
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:88:3): fee settings for past seasons ───────────────
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:105:3): roster settings for past seasons ───────────
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:124:3): schedule settings for past seasons ─────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:144:3): scoring settings for past seasons ──────────
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-settings.R:162:3): trade settings for past seasons ────────────
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
── Failure (test-standings.R:14:3): standings returns for past years ───────────
`s` has length 6, not length 5.
── Failure (test-teams.R:14:3): teams return for all past years ────────────────
`t` has length 6, not length 5.
── Failure (test-transactions.R:13:3): rosters return for past years ───────────
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.15
Check: tests
Result: ERROR
Running 'testthat.R' [156s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
== Skipped tests ===============================================================
* no live scoring until kickoff (2)
* season over (1)
== Failed tests ================================================================
-- Failure (test-draft.R:13:3): draft returns for past years -------------------
`d` has length 6, not length 5.
-- Failure (test-info.R:8:3): fantasy football seasons are listed --------------
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
-- Failure (test-matchups.R:13:3): matchups returns for past years -------------
`m` has length 6, not length 5.
-- Failure (test-members.R:13:3): members returns for past years ---------------
`m` has length 6, not length 5.
-- Failure (test-merge.R:9:3): fantasy tables can be merged --------------------
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
-- Failure (test-roster.R:15:3): rosters return for past years -----------------
`r` has length 6, not length 5.
-- Failure (test-schedule.R:14:3): schedule returns for past years -------------
`s` has length 6, not length 5.
-- Failure (test-schedule.R:19:3): NFL schedule returns for current year -------
`s` has length 3, not length 7.
-- Failure (test-schedule.R:20:3): NFL schedule returns for current year -------
`s` is not an S3 object
-- Failure (test-schedule.R:21:3): NFL schedule returns for current year -------
s$home has type 'NULL', not 'logical'.
-- Failure (test-schedule.R:24:3): NFL schedule returns for current year -------
s$kickoff is not an S3 object
-- Failure (test-scoring.R:14:3): weekly scoring returns for past years --------
`w` has length 6, not length 5.
-- Failure (test-settings.R:36:3): league info for past seasons ----------------
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:43:3): named vector of past seasons for league -----
`d` has length 6, not length 5.
-- Failure (test-settings.R:70:3): waiver settings for past seasons ------------
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:88:3): fee settings for past seasons ---------------
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:105:3): roster settings for past seasons -----------
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:124:3): schedule settings for past seasons ---------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:144:3): scoring settings for past seasons ----------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:162:3): trade settings for past seasons ------------
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-standings.R:14:3): standings returns for past years -----------
`s` has length 6, not length 5.
-- Failure (test-teams.R:14:3): teams return for all past years ----------------
`t` has length 6, not length 5.
-- Failure (test-transactions.R:13:3): rosters return for past years -----------
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.3.15
Check: tests
Result: ERROR
Running 'testthat.R' [120s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(fflr)
>
> test_check("fflr")
== Skipped tests ===============================================================
* no live scoring until kickoff (2)
* season over (1)
== Failed tests ================================================================
-- Failure (test-draft.R:13:3): draft returns for past years -------------------
`d` has length 6, not length 5.
-- Failure (test-info.R:8:3): fantasy football seasons are listed --------------
nrow(s) not equal to 17.
1/1 mismatches
[1] 18 - 17 == 1
-- Failure (test-matchups.R:13:3): matchups returns for past years -------------
`m` has length 6, not length 5.
-- Failure (test-members.R:13:3): members returns for past years ---------------
`m` has length 6, not length 5.
-- Failure (test-merge.R:9:3): fantasy tables can be merged --------------------
ncol(s) not equal to ncol(x) + ncol(y) - n.
Lengths differ: 1 is not 0
-- Failure (test-roster.R:15:3): rosters return for past years -----------------
`r` has length 6, not length 5.
-- Failure (test-schedule.R:14:3): schedule returns for past years -------------
`s` has length 6, not length 5.
-- Failure (test-schedule.R:19:3): NFL schedule returns for current year -------
`s` has length 3, not length 7.
-- Failure (test-schedule.R:20:3): NFL schedule returns for current year -------
`s` is not an S3 object
-- Failure (test-schedule.R:21:3): NFL schedule returns for current year -------
s$home has type 'NULL', not 'logical'.
-- Failure (test-schedule.R:24:3): NFL schedule returns for current year -------
s$kickoff is not an S3 object
-- Failure (test-scoring.R:14:3): weekly scoring returns for past years --------
`w` has length 6, not length 5.
-- Failure (test-settings.R:36:3): league info for past seasons ----------------
nrow(d) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:43:3): named vector of past seasons for league -----
`d` has length 6, not length 5.
-- Failure (test-settings.R:70:3): waiver settings for past seasons ------------
nrow(w) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:88:3): fee settings for past seasons ---------------
nrow(f) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:105:3): roster settings for past seasons -----------
nrow(r) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:124:3): schedule settings for past seasons ---------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:144:3): scoring settings for past seasons ----------
nrow(s) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-settings.R:162:3): trade settings for past seasons ------------
nrow(t) not equal to 5.
1/1 mismatches
[1] 6 - 5 == 1
-- Failure (test-standings.R:14:3): standings returns for past years -----------
`s` has length 6, not length 5.
-- Failure (test-teams.R:14:3): teams return for all past years ----------------
`t` has length 6, not length 5.
-- Failure (test-transactions.R:13:3): rosters return for past years -----------
`t` has length 6, not length 5.
[ FAIL 23 | WARN 0 | SKIP 3 | PASS 191 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64