Last updated on 2025-12-03 01:49:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 2.14 | 169.04 | 171.18 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 1.82 | 113.35 | 115.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 12.00 | 264.87 | 276.87 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 258.00 | OK | |||
| r-devel-windows-x86_64 | 0.2.4 | 5.00 | 173.00 | 178.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 2.43 | 162.48 | 164.91 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 2.50 | 161.66 | 164.16 | OK | |
| r-release-macos-arm64 | 0.2.4 | OK | ||||
| r-release-macos-x86_64 | 0.2.4 | 2.00 | 148.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 3.00 | 176.00 | 179.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.4 | 2.00 | 159.00 | 161.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 6.00 | 229.00 | 235.00 | ERROR |
Version: 0.2.4
Check: tests
Result: ERROR
Running 'testthat.R' [143s]
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(centerline)
>
> test_check("centerline")
Saving _problems/test-cnt_path-49.R
Saving _problems/test-cnt_path-50.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 270 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cnt_path.R:49:5'): cnt_path handles 'terra' geometries ───────
Expected `terra::crs(result)` to equal `terra::crs(polygon)`.
Differences:
lines(actual)[1:6] vs lines(expected)[1:6]
"PROJCRS[\"NZGD2000 / New Zealand Transverse Mercator 2000\","
" BASEGEOGCRS[\"NZGD2000\","
- " DATUM[\"New Zealand Geodetic Datum 2000\","
+ " DATUM[\"New_Zealand_Geodetic_Datum_2000\","
" ELLIPSOID[\"GRS 1980\",6378137,298.257222101,"
" LENGTHUNIT[\"metre\",1]]],"
" PRIMEM[\"Greenwich\",0,"
── Failure ('test-cnt_path.R:50:5'): cnt_path handles 'terra' geometries ───────
Expected `terra::crs(result_one)` to equal `terra::crs(polygon)`.
Differences:
lines(actual)[1:6] vs lines(expected)[1:6]
"PROJCRS[\"NZGD2000 / New Zealand Transverse Mercator 2000\","
" BASEGEOGCRS[\"NZGD2000\","
- " DATUM[\"New Zealand Geodetic Datum 2000\","
+ " DATUM[\"New_Zealand_Geodetic_Datum_2000\","
" ELLIPSOID[\"GRS 1980\",6378137,298.257222101,"
" LENGTHUNIT[\"metre\",1]]],"
" PRIMEM[\"Greenwich\",0,"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 270 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64