Last updated on 2026-07-19 13:49:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 4.97 | 105.09 | 110.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 3.92 | 75.46 | 79.38 | 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 | 137.00 | 143.00 | OK | |
| r-patched-linux-x86_64 | 0.0.3 | 6.00 | 99.20 | 105.20 | 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 | 7.00 | 133.00 | 140.00 | ERROR | |
| 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 | 6.00 | 162.00 | 168.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [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-8.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 71 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-sk_index.R:8:3'): invert sk_rescale (going down then up) and check factor 1 case ──
Error in `sk_validate(sk_make(g))`: grid must have two or more grid lines along each dimension
Backtrace:
▆
1. ├─utils::modifyList(sk_pars(gdim), list(eps = 0.01)) at test-sk_index.R:8:3
2. │ └─base::stopifnot(is.list(x), is.list(val))
3. └─snapKrig::sk_pars(gdim)
4. └─snapKrig::sk(g)
5. └─snapKrig::sk_validate(sk_make(g))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 71 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64