CRAN Package Check Results for Package snapKrig

Last updated on 2026-08-08 01:50:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 5.38 103.66 109.04 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 4.42 75.24 79.66 OK
r-devel-linux-x86_64-fedora-clang 0.0.3 72.12 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 77.22 OK
r-devel-windows-x86_64 0.0.3 6.00 128.00 134.00 OK
r-patched-linux-x86_64 0.0.3 7.49 98.68 106.17 ERROR
r-release-linux-x86_64 0.0.3 5.59 98.78 104.37 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 136.00 144.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 7.00 163.00 170.00 OK

Check Details

Version: 0.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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-patched-linux-x86_64