Last updated on 2025-09-16 01:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 6.13 | 207.85 | 213.98 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 4.34 | 127.94 | 132.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 320.78 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 320.12 | ERROR | |||
r-devel-windows-x86_64 | 0.2.2 | 11.00 | 292.00 | 303.00 | OK | |
r-patched-linux-x86_64 | 0.2.2 | 6.81 | 187.84 | 194.65 | OK | |
r-release-linux-x86_64 | 0.2.2 | 5.29 | 194.74 | 200.03 | ERROR | |
r-release-macos-arm64 | 0.2.2 | 90.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 213.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 8.00 | 212.00 | 220.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.2 | 96.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 169.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 11.00 | 287.00 | 298.00 | ERROR |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [113s/158s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [64s/80s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [173s/197s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [168s/202s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [108s/118s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [92s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [146s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bdsm)
>
> test_check("bdsm")
The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :)
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:27:3',
'test-SEM_likelihood.R:42:3', 'test-SEM_likelihood.R:58:3',
'test-model_space.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-model_pmp.R:19:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:20:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_pmp.R:21:3'): model_pmp creates correct lists with graphs ──
class(model_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
── Failure ('test-model_sizes.R:19:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[1]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:20:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[2]]) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-model_sizes.R:21:3'): model_sizes creates correct lists with graphs ──
class(size_graphs[[3]]) (`actual`) not equal to c("gg", "ggplot", "ggarrange") (`expected`).
actual | expected
[1] "ggplot2::ggplot" -
[2] "ggplot" -
[3] "ggplot2::gg" -
[4] "S7_object" -
[5] "gg" | "gg" [1]
- "ggplot" [2]
[6] "ggarrange" | "ggarrange" [3]
[ FAIL 6 | WARN 0 | SKIP 5 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.