Last updated on 2025-02-21 09:50:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 2.04 | 34.59 | 36.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.57 | 26.28 | 27.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 59.48 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 70.95 | ERROR | |||
r-devel-macos-arm64 | 0.2.2 | 42.00 | OK | |||
r-devel-macos-x86_64 | 0.2.2 | 103.00 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 4.00 | 58.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 0.2.2 | 1.43 | 32.38 | 33.81 | OK | |
r-release-linux-x86_64 | 0.2.2 | 1.78 | 32.60 | 34.38 | OK | |
r-release-macos-arm64 | 0.2.2 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 72.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 4.00 | 58.00 | 62.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.2 | 67.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 4.00 | 77.00 | 81.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
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(centr)
>
> test_check("centr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-median_center.R:15:3'): median_center ────────────────────────
sf::st_coordinates(...) (`actual`) not equal to as.matrix(data.frame(X = -96.0135231, Y = 28.6822725)) (`expected`).
actual vs expected
[,1] [,2]
- actual[1, ] -96.01353 28.68227
+ expected[1, ] -96.01352 28.68227
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’
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(centr)
>
> test_check("centr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-median_center.R:15:3'): median_center ────────────────────────
sf::st_coordinates(...) (`actual`) not equal to as.matrix(data.frame(X = -96.0135231, Y = 28.6822725)) (`expected`).
actual vs expected
[,1] [,2]
- actual[1, ] -96.01353 28.68227
+ expected[1, ] -96.01352 28.68227
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc