Last updated on 2025-11-08 12:50:38 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 14.99 | 352.53 | 367.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 9.76 | 248.18 | 257.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 64.00 | 555.30 | 619.30 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 34.00 | 550.07 | 584.07 | OK | |
| r-devel-windows-x86_64 | 1.0.3 | 16.00 | 334.00 | 350.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 16.72 | 349.40 | 366.12 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 14.69 | 349.76 | 364.45 | OK | |
| r-release-macos-arm64 | 1.0.3 | 9.00 | 136.00 | 145.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 12.00 | 288.00 | 300.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 15.00 | 333.00 | 348.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | 8.00 | 128.00 | 136.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.3 | 24.00 | 287.00 | 311.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 25.00 | 449.00 | 474.00 | OK |
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [187s/317s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sspm)
Loading required package: sf
Linking to GEOS 3.13.0, GDAL 3.10.3, PROJ 9.6.2; sf_use_s2() is TRUE
Loading required package: mgcv
Loading required package: nlme
This is mgcv 1.9-4. For overview type '?mgcv'.
>
> test_check("sspm")
Attaching package: 'dplyr'
The following object is masked from 'package:nlme':
collapse
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
x Method 'method_not_supported' is not part of the supported methods.
i See `?spm_methods()`
! SSPM assumes areas are supplied in km^2
! SSPM assumes areas are supplied in km^2
i Casting data matrix into simple feature collection using columns: lon_dec, lat_dec
! Warning: sspm is assuming WGS 84 CRS is to be used for casting
i Casting data matrix into simple feature collection using columns: lon_dec, lat_dec
! Warning: sspm is assuming WGS 84 CRS is to be used for casting
i Discretizing using method tesselate_voronoi
i Discretizing using method tesselate_voronoi
i Discretizing using method tesselate_voronoi
i Discretizing using method tesselate_voronoi
i Discretizing using method tesselate_voronoi
i Discretizing using method Custom
i Discretizing using method triangulate_delaunay
i Discretizing using method triangulate_delaunay
i Discretizing using method triangulate_delaunay
i Discretizing using method triangulate_delaunay
x Method 'wrong_method' is not part of the supported methods.
i See `?spm_methods()`
i Fitting formula: weight_per_km2 ~ sfa + smooth_time(by = sfa) + smooth_space() + smooth_space_time(k = c(NA, 30)) for dataset ''
i Note: response variable temp_at_bottom is NOT a biomass density variable
i Fitting formula: temp_at_bottom ~ smooth_time(by = sfa) + smooth_space() + smooth_space_time(k = c(NA, 30)) for dataset ''
x Method 'method_not_supported' is not part of the supported methods.
i See `?spm_methods()`
i See `?spm_smooth_methods()`
i Joining smoothed data from all datasets
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 179 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-zzzintegration.R:5:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fit.R:15:3'): Fitting works as expected ──────────────────────
`intercept` (`actual`) not equal to 7.855774 (`expected`).
`actual`: 7.925
`expected`: 7.856
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 179 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang