R Under development (unstable) (2025-02-10 r87710 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(sspm) Loading required package: sf Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-1. For overview type 'help("mgcv-package")'. > > 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 0 | WARN 0 | SKIP 1 | PASS 180 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-zzzintegration.R:5:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 180 ] > > proc.time() user system elapsed 71.03 1.53 72.56