R version 4.6.0 beta (2026-04-16 r89899 ucrt) -- "Because it was There" Copyright (C) 2026 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(multiScaleR) Loading required package: terra terra 1.9.11 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Loading required package: sf Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE > > test_check("multiScaleR") Optimization complete Optimization complete WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. Optimization complete WARNING!!! The estimated scale of effect extends beyond the maximum distance specified. Consider increasing max_D in `kernel_prep` to >=11.9 to ensure accurate estimation of scale. WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. Optimization complete WARNING!!! The estimated scale of effect extends beyond the maximum distance specified. Consider increasing max_D in `kernel_prep` to >=400 to ensure accurate estimation of scale. WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. WARNING!!! The standard error of one or more `shape` estimates is >= 50% of the estimated mean value. Carefully assess if the Exponential Power kernel is appropriate, whether or not this variable is meaningful in your analysis, and interpret with caution. Optimization complete WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. Optimization complete WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. WARNING!!! The standard error of one or more `shape` estimates is >= 50% of the estimated mean value. Carefully assess if the Exponential Power kernel is appropriate, whether or not this variable is meaningful in your analysis, and interpret with caution. *** Standard optimization failed *** Error message: mock standard failure Optimization complete WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. *** Parallel optimization failed *** Error message: mock parallel failure Parallel optimization aborted. Try running with `n_cores = 1` to use standard optimization. Optimization complete WARNING!!! The standard error of one or more `sigma` estimates is >= 50% of the estimated mean value. Carefully assess whether or not this variable is meaningful in your analysis and interpret with caution. Optimization complete WARNING!!! The estimated scale of effect extends beyond the maximum distance specified. Consider increasing max_D in `kernel_prep` to >=25.62 to ensure accurate estimation of scale. [ FAIL 0 | WARN 1 | SKIP 2 | PASS 361 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-optimization-workflow.R:564:3', 'test-optimization-workflow.R:597:3' [ FAIL 0 | WARN 1 | SKIP 2 | PASS 361 ] > > proc.time() user system elapsed 16.96 1.04 44.46