Last updated on 2026-07-06 04:49:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 5.33 | 100.38 | 105.71 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 4.19 | 72.99 | 77.18 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 10.00 | 183.03 | 193.03 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 9.00 | 185.61 | 194.61 | NOTE | |
| r-devel-windows-x86_64 | 0.0.2 | 9.00 | 130.00 | 139.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.2 | 6.07 | 96.01 | 102.08 | NOTE | |
| r-release-linux-x86_64 | 0.0.2 | 5.57 | 95.06 | 100.63 | NOTE | |
| 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.2 | 8.00 | 134.00 | 142.00 | NOTE | |
| 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 | 145.00 | 154.00 | ERROR |
Version: 0.0.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘sk.R’ ‘sk_export.R’ ‘sk_index.R’ ‘sk_pars.R’ ‘sk_plot.R’
‘sk_plot.Rd’ ‘sk_sub.Rd’ ‘sk_var.Rd’ ‘sk_var_mult.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.0.2
Check: Rd files
Result: NOTE
checkRd: (-1) sk_GLS.Rd:34: Lost braces; missing escapes or markup?
34 | The GLS solution is: b = ( X^T V^{-1} X )^{-1} X^T V^{-1} z,
| ^
checkRd: (-1) sk_GLS.Rd:34: Lost braces; missing escapes or markup?
34 | The GLS solution is: b = ( X^T V^{-1} X )^{-1} X^T V^{-1} z,
| ^
checkRd: (-1) sk_GLS.Rd:34: Lost braces; missing escapes or markup?
34 | The GLS solution is: b = ( X^T V^{-1} X )^{-1} X^T V^{-1} z,
| ^
checkRd: (-1) sk_GLS.Rd:40: Lost braces; missing escapes or markup?
40 | Operations with V^{-1} are computed using the factorization \code{fac} (see \code{sk_var}), or
| ^
checkRd: (-1) sk_LL.Rd:37: Lost braces; missing escapes or markup?
37 | \code{quad_form} is z^T V^{-1} z, for the observed response vector z, which is constructed
| ^
checkRd: (-1) sk_var.Rd:41: Lost braces; missing escapes or markup?
41 | returns the quadratic form X^T V^{-1} X.
| ^
checkRd: (-1) sk_var.Rd:33: Lost braces; missing escapes or markup?
33 | either matrix \code{V}, or X^T V^{-1} X, or a factorization ('chol' or 'eigen')
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
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-119.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 73 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-sk_index.R:119:3'): sk_sub indexes subgrids as expected on random input ──
Error in `sk_sub(g, ij_rem = list(i = n_rem[[1]], j = n_rem[[2]]), mirror = TRUE, idx = TRUE)`: request resulted in an empty sub-grid
Backtrace:
▆
1. └─snapKrig::sk_sub(...) at test-sk_index.R:119:3
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 73 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64