Last updated on 2026-01-18 10:50:20 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 30.41 | 297.75 | 328.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 19.16 | 188.74 | 207.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 56.00 | 466.74 | 522.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 63.00 | 543.40 | 606.40 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 32.00 | 235.00 | 267.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 30.91 | 280.78 | 311.69 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 30.21 | 280.92 | 311.13 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 21.00 | 273.00 | 294.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 32.00 | 227.00 | 259.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 21.00 | 291.00 | 312.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 43.00 | 311.00 | 354.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/18s]
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(rLakeHabitat)
>
> test_check("rLakeHabitat")
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
Saving _problems/test-crossValidate-52.R
[inverse distance weighted interpolation]
[inverse distance weighted interpolation]
[using ordinary kriging]
[using ordinary kriging]
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 212 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-crossValidate.R:52:3'): crossValidate output check ─────────────
Error in `interpBathy(outline, trainDat, x = x, y = y, z = z, zeros = zeros, separation = separation, crsUnits = crsUnits, res = res, fact = fact, method = method, nmax = nmax, idp = idp, model = model, psill = psill, range = range, nugget = nugget, kappa = kappa)`: nmax cannot exceed number of observations in df
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-crossValidate.R:52:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─rLakeHabitat::crossValidate(...)
5. └─rLakeHabitat::interpBathy(...)
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 212 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc