CRAN Package Check Results for Package snapKrig

Last updated on 2026-07-23 20:51:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 5.80 102.15 107.95 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.3 4.07 74.37 78.44 OK
r-devel-linux-x86_64-fedora-clang 0.0.3 9.00 162.89 171.89 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 77.22 OK
r-devel-windows-x86_64 0.0.3 6.00 120.00 126.00 OK
r-patched-linux-x86_64 0.0.3 7.31 99.48 106.79 OK
r-release-linux-x86_64 0.0.3 5.27 98.28 103.55 OK
r-release-macos-arm64 0.0.3 1.00 32.00 33.00 OK
r-release-macos-x86_64 0.0.3 4.00 123.00 127.00 OK
r-release-windows-x86_64 0.0.3 8.00 131.00 139.00 OK
r-oldrel-macos-arm64 0.0.3 1.00 37.00 38.00 OK
r-oldrel-macos-x86_64 0.0.3 4.00 118.00 122.00 OK
r-oldrel-windows-x86_64 0.0.3 9.00 166.00 175.00 OK

Check Details

Version: 0.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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(snapKrig) > > test_check("snapKrig") Saving _problems/test-sk_index-124.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 73 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-sk_index.R:124:3'): sk_sub indexes subgrids as expected on random input ── Error in `sk_validate(sk_make(g))`: grid must have two or more grid lines along each dimension Backtrace: ▆ 1. └─snapKrig::sk_sub(g) at test-sk_index.R:124:3 2. └─snapKrig::sk_sub(g, ij_rem = ij_rem) 3. └─snapKrig::sk(...) 4. └─snapKrig::sk_validate(sk_make(g)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 73 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang