Last updated on 2021-05-20 05:47:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 10.06 | 322.77 | 332.83 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 8.75 | 246.24 | 254.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 411.48 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 416.93 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.3.0 | 16.00 | 269.00 | 285.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.0 | ERROR | ||||
r-patched-linux-x86_64 | 0.3.0 | 10.93 | 312.77 | 323.70 | ERROR | |
r-patched-solaris-x86 | 0.3.0 | 471.40 | ERROR | |||
r-release-linux-x86_64 | 0.3.0 | 9.08 | 317.83 | 326.91 | ERROR | |
r-release-macos-x86_64 | 0.3.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.0 | 16.00 | 290.00 | 306.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.3.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 18.00 | 394.00 | 412.00 | ERROR |
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [246s/278s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
== Skipped tests ===============================================================
* This time-consuming test is only run locally before release. (3)
== Failed tests ================================================================
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. \-testthat::expect_true(...) helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. \-testthat::expect_true(...) helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. \-testthat::expect_true(...) helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. \-testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
[ FAIL 6 | WARN 0 | SKIP 3 | PASS 3624 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [187s/280s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
[ FAIL 7 | WARN 0 | SKIP 3 | PASS 3619 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5m/12m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
[ FAIL 7 | WARN 0 | SKIP 3 | PASS 3623 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5m/13m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
[ FAIL 8 | WARN 0 | SKIP 3 | PASS 3618 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [200s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
== Skipped tests ===============================================================
* This time-consuming test is only run locally before release. (3)
== Failed tests ================================================================
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ----
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ----
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:293:6
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.1\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
[ FAIL 6 | WARN 0 | SKIP 3 | PASS 3624 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\mcp\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\mcp\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\mcp\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\mcp\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
[ FAIL 5 | WARN 0 | SKIP 3 | PASS 3625 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [240s/260s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
[ FAIL 6 | WARN 0 | SKIP 3 | PASS 3624 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [337s/394s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ──────────────────────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) helper-runs.R:293:6
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
[ FAIL 9 | WARN 0 | SKIP 3 | PASS 3617 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [246s/266s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• This time-consuming test is only run locally before release. (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ────
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_plot(fit, varying_cols) helper-runs.R:111:6
3. └─testthat::expect_true(is_expected) helper-runs.R:163:4
── Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) ──
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
█
1. └─mcp:::test_runs(model, ...) helper-runs.R:325:6
2. └─mcp:::test_pp_eval(fit) helper-runs.R:113:6
3. └─mcp:::test_pp_eval_func(fit, predict) helper-runs.R:241:2
4. └─testthat::expect_true(...) helper-runs.R:228:4
[ FAIL 5 | WARN 0 | SKIP 3 | PASS 3625 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [217s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
== Skipped tests ===============================================================
* This time-consuming test is only run locally before release. (3)
== Failed tests ================================================================
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ----
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\4.0\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
[ FAIL 7 | WARN 0 | SKIP 3 | PASS 3619 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [298s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcp)
>
> test_check("mcp")
== Skipped tests ===============================================================
* This time-consuming test is only run locally before release. (3)
== Failed tests ================================================================
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 ----------------------
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + x, y ~ 1 ~ rel(1) + rel(x), rel(1) ~ 0 --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ----
`is_expected` is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_plot(fit, varying_cols) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:111:6
3. \-testthat::expect_true(is_expected) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:163:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1, 1 + (1 | id) ~ 1 ----
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
|... is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-mcp:::test_pp_eval_func(fit, predict) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:241:2
4. \-testthat::expect_true(...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:228:4
-- Failure (helper-runs.R:325:7): good_poisson:
y ~ 1 + ar(1), ~1 + x + ar(2, 1 + x + I(x^3)) --
stringr::str_starts(error_message, expected_error_poisson) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-mcp:::test_runs(model, ...) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:325:6
2. \-mcp:::test_pp_eval(fit) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:113:6
3. \-testthat::expect_true(stringr::str_starts(error_message, expected_error_poisson)) d:\RCompile\CRANpkg\local\3.6\mcp.Rcheck\tests\testthat\helper-runs.R:293:6
[ FAIL 8 | WARN 0 | SKIP 3 | PASS 3618 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64