Last updated on 2025-09-26 20:48:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 7.33 | 277.91 | 285.24 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.86 | 184.01 | 188.87 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 451.71 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 446.41 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 10.00 | 270.00 | 280.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 8.26 | 265.22 | 273.48 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 7.18 | 261.84 | 269.02 | ERROR | |
r-release-macos-arm64 | 1.0.0 | 112.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 237.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 10.00 | 265.00 | 275.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 112.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 191.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 16.00 | 354.00 | 370.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [123s/157s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [78s/94s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 2 | WARN 1 | SKIP 14 | PASS 2237 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ────
Error in `geom_bar(stat = "identity", alpha = alpha, color = outline.color,
size = outline.size, show.legend = F)`: Problem while computing aesthetics.
i Error occurred in the 1st layer.
Caused by error:
! Aesthetics are not valid data columns.
x The following aesthetics are invalid:
* `y = y`
* `fill = fill`
i Did you mistype the name of a data column or forget to add `after_stat()`?
── Error ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ────
Error in `geom_bar(stat = "identity", alpha = alpha, color = outline.color,
size = outline.size, show.legend = F)`: Problem while computing aesthetics.
i Error occurred in the 1st layer.
Caused by error:
! Aesthetics are not valid data columns.
x The following aesthetics are invalid:
* `y = y`
* `fill = fill`
i Did you mistype the name of a data column or forget to add `after_stat()`?
[ FAIL 2 | WARN 1 | SKIP 14 | PASS 2237 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [199s/349s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [193s/439s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [105s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [120s/153s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [116s/148s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [102s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [150s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(DAISIEprep)
>
> test_check("DAISIEprep")
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• Run only on CI (3): 'test-sensitivity.R:2:3', 'test-sensitivity.R:40:3',
'test-sensitivity.R:78:3'
• empty test (11): 'test-create_daisie_data.R:169:1',
'test-create_daisie_data.R:173:1', 'test-create_daisie_data.R:177:1',
'test-create_daisie_data.R:181:1', 'test-create_daisie_data.R:185:1',
'test-create_daisie_data.R:189:1', 'test-create_daisie_data.R:231:1',
'test-create_daisie_data.R:235:1', 'test-create_daisie_data.R:239:1',
'test-create_daisie_data.R:243:1', 'test-create_daisie_data.R:247:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_phylod.R:3:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ───
`plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings.
── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ──
`plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings.
[ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64