Last updated on 2025-08-09 13:50:00 CEST.
Package | ERROR | OK |
---|---|---|
DOYPAColors | 13 | |
GeoThinneR | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
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(GeoThinneR)
>
> test_check("GeoThinneR")
terra 1.8.60
Attaching package: 'terra'
The following objects are masked from 'package:testthat':
compare, describe
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 98 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-distance_thinning.R:79:3'): local kd-trees and parallelization ──
Error in `serverSocket(port = port)`: creation of server socket failed: port 11920 cannot be opened
Backtrace:
▆
1. └─GeoThinneR::distance_thinning(...) at test-distance_thinning.R:79:3
2. └─GeoThinneR::compute_neighbors_local_kdtree(...)
3. └─parallel::makeCluster(n_cores)
4. └─parallel::makePSOCKcluster(names = spec, ...)
5. └─base::serverSocket(port = port)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 98 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc