Last updated on 2026-05-29 02:49:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3-1 | 4.15 | 55.27 | 59.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3-1 | 3.90 | 43.78 | 47.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3-1 | 8.00 | 86.72 | 94.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3-1 | 9.00 | 99.45 | 108.45 | OK | |
| r-devel-windows-x86_64 | 0.3-1 | 8.00 | 68.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 0.3-1 | 5.37 | 52.91 | 58.28 | OK | |
| r-release-linux-x86_64 | 0.3-1 | 4.41 | 53.02 | 57.43 | OK | |
| r-release-macos-arm64 | 0.3-1 | 1.00 | 21.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 0.3-1 | 4.00 | 72.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.3-1 | 7.00 | 68.00 | 75.00 | OK | |
| r-oldrel-macos-arm64 | 0.3-1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3-1 | 3.00 | 69.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3-1 | 9.00 | 81.00 | 90.00 | OK |
Version: 0.3-1
Check: tests
Result: ERROR
Running ‘test-all.R’ [3s/3s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("cleangeo")
Loading required package: cleangeo
Reading layer `example' from data source
`/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cleangeo/extdata/example.shp'
using driver `ESRI Shapefile'
Simple feature collection with 3 features and 1 field
Geometry type: MULTIPOLYGON
Dimension: XY
Bounding box: xmin: -120.7992 ymin: 38.33745 xmax: -120.6791 ymax: 38.46756
CRS: NA
Saving _problems/test_Clean-26.R
Saving _problems/test_Clean-27.R
Saving _problems/test_Clean-36.R
Saving _problems/test_Clean-37.R
[cleangeo][INFO] Geometry validity:
[1] "Valid Geometry"
[cleangeo][INFO] Geometry validity:
[1] "Self-intersection[5 5]"
[ FAIL 4 | WARN 1 | SKIP 0 | PASS 40 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_Clean.R:26:3'): clgeo_CollectionReport ───────────────────────
Expected `as.character(report[2, "type"])` to equal "geos_error_validity".
Differences:
1/1 mismatches
x[1]: NA
y[1]: "geos_error_validity"
── Failure ('test_Clean.R:27:3'): clgeo_CollectionReport ───────────────────────
Expected `as.character(report[2, "issue_type"])` to equal "GEOM_VALIDITY".
Differences:
1/1 mismatches
x[1]: NA
y[1]: "GEOM_VALIDITY"
── Failure ('test_Clean.R:36:3'): clgeo_SuspiciousFeatures ─────────────────────
Expected `length(nv)` to equal 2L.
Differences:
1/1 mismatches
[1] 1 - 2 == -1
── Failure ('test_Clean.R:37:3'): clgeo_SuspiciousFeatures ─────────────────────
Expected `nv` to equal `c(2, 3)`.
Differences:
Lengths differ: 1 is not 2
[ FAIL 4 | WARN 1 | SKIP 0 | PASS 40 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc