Last updated on 2025-11-09 05:50:11 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 2.37 | 65.25 | 67.62 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 1.89 | 49.81 | 51.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 103.02 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 114.03 | OK | |||
| r-devel-windows-x86_64 | 0.6.0 | 5.00 | 85.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 3.24 | 60.43 | 63.67 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 2.57 | 60.95 | 63.52 | ERROR | |
| r-release-macos-arm64 | 0.6.0 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 3.00 | 73.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 4.00 | 82.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | 2.00 | 49.00 | 51.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 2.00 | 96.00 | 98.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 5.00 | 108.00 | 113.00 | OK |
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [5s/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(StratPal)
>
> test_check("StratPal")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apply_taphonomy.R:50:3'): warning is thrown with fossil age uncertainty ──
`apply_taphonomy(f, pres_potential, ctc)` did not throw the expected warning.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/4s]
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(StratPal)
>
> test_check("StratPal")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apply_niche.R:39:3'): warning is thrown for age uncertainty ──
`apply_niche(f, niche_def, gc)` did not throw the expected warning.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [4s/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(StratPal)
>
> test_check("StratPal")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_prob_remove.R:3:3'): number of entries behaves as expected ───
length(prob_remove(x, 0.5)) is not strictly less than length(x). Difference: 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64