Last updated on 2025-09-16 05:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.51 | 65.69 | 68.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 156.03 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 170.73 | ERROR | |||
r-release-macos-arm64 | 1.0.0 | 62.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.0 | 119.00 | ERROR | |||
r-oldrel-macos-arm64 | 1.0.0 | 67.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.0 | 116.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.0 | 6.00 | 154.00 | 160.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/10s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/33s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/27s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/6s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/14s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
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(DUToolkit)
>
> test_check("DUToolkit")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_density.R:3:3'): density plot is returned in the correct format ──
class(density_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_fan.R:3:3'): fan plot is returned in the correct format ──
class(fan_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_raincloud.R:2:3'): raincloud plot is returned in the correct format ──
class(plot_raincloud(peak_values_list, D = D)) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
── Failure ('test-plot_temporal.R:3:3'): temporal plot is returned in the correct format ──
class(peak_temporal_plots$Baseline) (`actual`) not equal to c("gg", "ggplot") (`expected`).
`actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg"
`expected[2:2]`: "ggplot"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 101 ]
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.