Last updated on 2025-03-16 23:50:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.20 | 62.53 | 66.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.28 | 42.82 | 46.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 114.55 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 73.56 | OK | |||
r-devel-macos-arm64 | 1.0.0 | 34.00 | OK | |||
r-devel-macos-x86_64 | 1.0.0 | 59.00 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 7.00 | 77.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 4.23 | 59.89 | 64.12 | OK | |
r-release-linux-x86_64 | 1.0.0 | 4.03 | 57.92 | 61.95 | OK | |
r-release-macos-arm64 | 1.0.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 63.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 5.00 | 96.00 | 101.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 56.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 9.00 | 93.00 | 102.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [49s/124s]
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(OxSR)
>
> test_check("OxSR")
[ FAIL 1 | WARN 292 | SKIP 0 | PASS 41 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-relacion_hm_gt.R:123:3'): The function executes in less than 0.5 second. ──
system.time(relation_hm_gt(data = soil_refle))[3] is not strictly less than 0.5. Difference: 0.465
[ FAIL 1 | WARN 292 | SKIP 0 | PASS 41 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang