The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-09-21 11:51:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 11.89 | 279.91 | 291.80 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 7.65 | 182.57 | 190.22 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 10.00 | 5548.31 | 5558.31 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 5544.71 | ERROR | |||
| r-devel-windows-x86_64 | 2.0.0 | 17.00 | 285.00 | 302.00 | OK | |
| r-patched-linux-x86_64 | 2.0.0 | 16.63 | 254.98 | 271.61 | OK | |
| r-release-linux-x86_64 | 2.0.0 | 12.47 | 253.80 | 266.27 | OK | |
| r-release-macos-arm64 | 2.0.0 | 3.00 | 65.00 | 68.00 | OK | |
| r-release-macos-x86_64 | 2.0.0 | 9.00 | 255.00 | 264.00 | OK | |
| r-release-windows-x86_64 | 2.0.0 | 15.00 | 269.00 | 284.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | 3.00 | 77.00 | 80.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.0 | 9.00 | 279.00 | 288.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 20.00 | 352.00 | 372.00 | OK |
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [91m/87m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spatialkit)
>
> test_check("spatialkit")
WARN [2026-09-17 02:59:25] area_of_applicability(): dropping predictor(s) with no variance in the training data: const. A prediction point taking a different value there is extrapolation the dissimilarity index cannot represent.
WARN [2026-09-17 02:59:26] area_of_applicability(): dropping 1 training row(s) with missing or non-finite predictor values.
WARN [2026-09-17 02:59:29] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-17 02:59:29] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-17 02:59:32] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
WARN [2026-09-17 02:59:32] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
WARN [2026-09-17 02:59:32] .pick_local_projected_crs(): extent reaches 11.0 deg from the central meridian of UTM zone 19 (20.0 deg of longitude in total); the zone is kept, because on this extent every equal-area candidate distorts distances more than it does (6.75% vs 1.30% worst-case over sampled pairs). Pass target_crs to ensure_projected() to override.
WARN [2026-09-17 02:59:32] .pick_local_projected_crs(): the bounding box spans 359.0 deg of longitude, but the coordinates straddle the antimeridian: the true extent is 1.0 deg. Using an equal-area projection centred on lon_0=-180.0. (EPSG:3857 would have split the layer in two.)
WARN [2026-09-17 02:59:32] spatialkit(): `input` has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.20, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS. Set the CRS explicitly with sf::st_crs() to suppress this.
WARN [2026-09-17 02:59:32] ensure_projected(): input has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.20, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS ('EPSG:32632'). Set the CRS explicitly to suppress this.
WARN [2026-09-17 02:59:32] spatialkit(): `input` has no CRS and its coordinates do not look like lon/lat, so it cannot be reprojected; stamping the supplied `crs` WITHOUT reprojection. Verify the coordinates are already expressed in that CRS, or set the input CRS with sf::st_crs().
WARN [2026-09-17 02:59:33] harmonize_crs(): `a` has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.15, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to 'EPSG:32632'. Set the CRS explicitly with sf::st_crs() to suppress this.
WARN [2026-09-17 02:59:33] ensure_projected(): input has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.15, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS ('EPSG:32632'). Set the CRS explicitly to suppress this.
WARN [2026-09-17 02:59:33] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-17 02:59:34] make_folds(): dropping 1 point(s) with empty or non-finite coordinates.
WARN [2026-09-17 02:59:34] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
OMP: Warning #96: Cannot form a team with 28 threads, using 2 instead.
OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [91m/54m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spatialkit)
>
> test_check("spatialkit")
WARN [2026-09-21 02:51:42] area_of_applicability(): dropping predictor(s) with no variance in the training data: const. A prediction point taking a different value there is extrapolation the dissimilarity index cannot represent.
WARN [2026-09-21 02:51:42] area_of_applicability(): dropping 1 training row(s) with missing or non-finite predictor values.
WARN [2026-09-21 02:51:43] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-21 02:51:43] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-21 02:51:45] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
WARN [2026-09-21 02:51:45] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
WARN [2026-09-21 02:51:45] .pick_local_projected_crs(): extent reaches 11.0 deg from the central meridian of UTM zone 19 (20.0 deg of longitude in total); the zone is kept, because on this extent every equal-area candidate distorts distances more than it does (6.75% vs 1.30% worst-case over sampled pairs). Pass target_crs to ensure_projected() to override.
WARN [2026-09-21 02:51:45] .pick_local_projected_crs(): the bounding box spans 359.0 deg of longitude, but the coordinates straddle the antimeridian: the true extent is 1.0 deg. Using an equal-area projection centred on lon_0=-180.0. (EPSG:3857 would have split the layer in two.)
WARN [2026-09-21 02:51:45] spatialkit(): `input` has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.20, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS. Set the CRS explicitly with sf::st_crs() to suppress this.
WARN [2026-09-21 02:51:45] ensure_projected(): input has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.20, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS ('EPSG:32632'). Set the CRS explicitly to suppress this.
WARN [2026-09-21 02:51:45] spatialkit(): `input` has no CRS and its coordinates do not look like lon/lat, so it cannot be reprojected; stamping the supplied `crs` WITHOUT reprojection. Verify the coordinates are already expressed in that CRS, or set the input CRS with sf::st_crs().
WARN [2026-09-21 02:51:45] harmonize_crs(): `a` has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.15, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to 'EPSG:32632'. Set the CRS explicitly with sf::st_crs() to suppress this.
WARN [2026-09-21 02:51:45] ensure_projected(): input has no CRS; its coordinates look like lon/lat (xmin=9.10, xmax=9.15, ymin=48.70, ymax=48.75), so they are taken as EPSG:4326 and reprojected to the target CRS ('EPSG:32632'). Set the CRS explicitly to suppress this.
WARN [2026-09-21 02:51:45] fit_rf_model(): include_coords = TRUE. A forest given the coordinates can reproduce the training surface by memorising location and then fail wherever it has not been; random cross-validation will not detect this. Score the result with cv_rf() and blocked folds, not with the out-of-bag error (Meyer et al. 2019).
WARN [2026-09-21 02:51:45] make_folds(): dropping 1 point(s) with empty or non-finite coordinates.
WARN [2026-09-21 02:51:45] prep_model_data(): dropping 1 row(s) with non-finite or missing values (1 of them with an empty or non-finite geometry).
Flavor: r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.