Last updated on 2025-04-01 09:55:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 3.53 | 131.11 | 134.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 2.15 | 86.36 | 88.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 213.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 211.97 | OK | |||
r-devel-macos-arm64 | 0.2.2 | 65.00 | OK | |||
r-devel-macos-x86_64 | 0.2.2 | 144.00 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 5.00 | 133.00 | 138.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.2 | 4.04 | 123.64 | 127.68 | OK | |
r-release-linux-x86_64 | 0.2.2 | 3.63 | 125.61 | 129.24 | OK | |
r-release-macos-arm64 | 0.2.2 | 60.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 98.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 6.00 | 133.00 | 139.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | OK | ||||
r-oldrel-macos-x86_64 | 0.2.2 | 120.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.2 | 6.00 | 173.00 | 179.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running 'testthat.R' [32s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spatsoc)
Note: spatsoc has been updated to follow the R-spatial evolution.
Package dependencies and some functions have been modified.
Please see the NEWS for details:
https://docs.ropensci.org/spatsoc/index.html#news
> library(data.table)
> library(sf)
Linking to GEOS 3.13.1, GDAL 3.10.2, PROJ 9.5.1; sf_use_s2() is TRUE
> data.table::setDTthreads(1)
> test_check("spatsoc")
[ FAIL 2 | WARN 12 | SKIP 0 | PASS 289 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-time.R:271:3'): group_times nearest hour with minutes threshold ──
...[] not equal to 3.
1/1 mismatches
[1] 4 - 3 == 1
── Failure ('test-time.R:287:3'): group_times nearest hour with minutes threshold ──
...[] not equal to 3.
1/1 mismatches
[1] 4 - 3 == 1
[ FAIL 2 | WARN 12 | SKIP 0 | PASS 289 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64