CRAN Package Check Results for Package nuggets

Last updated on 2026-06-04 11:54:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 139.60 275.71 415.31 OK
r-devel-linux-x86_64-debian-gcc 2.2.0 123.13 187.49 310.62 ERROR
r-devel-linux-x86_64-fedora-clang 2.2.0 192.00 461.74 653.74 OK
r-devel-linux-x86_64-fedora-gcc 2.2.0 309.00 439.95 748.95 OK
r-devel-windows-x86_64 2.2.0 176.00 309.00 485.00 OK
r-patched-linux-x86_64 2.2.0 138.51 258.52 397.03 OK
r-release-linux-x86_64 2.2.0 142.19 258.13 400.32 OK
r-release-macos-arm64 2.2.0 30.00 49.00 79.00 OK
r-release-macos-x86_64 2.2.0 95.00 249.00 344.00 OK
r-release-windows-x86_64 2.2.0 182.00 304.00 486.00 OK
r-oldrel-macos-arm64 2.2.0 28.00 30.00 58.00 OK
r-oldrel-macos-x86_64 2.2.0 97.00 149.00 246.00 OK
r-oldrel-windows-x86_64 2.2.0 233.00 308.00 541.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [100s/116s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > ####################################################################### > # nuggets: An R framework for exploration of patterns in data > # Copyright (C) 2025 Michal Burda > # > # This program is free software: you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > # the Free Software Foundation, either version 3 of the License, or > # (at your option) any later version. > # > # This program is distributed in the hope that it will be useful, > # but WITHOUT ANY WARRANTY; without even the implied warranty of > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > # GNU General Public License for more details. > # > # You should have received a copy of the GNU General Public License > # along with this program. If not, see <https://www.gnu.org/licenses/>. > ####################################################################### > > > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(nuggets) > > test_check("nuggets") ?Saving _problems/test-wilcox_test-43.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 4668 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-wilcox_test.R:43:5'): .wilcox_test one-sample ──────────────── Expected `res$statistic` to equal 105. Differences: `actual`: 115.0 `expected`: 105.0 [ FAIL 1 | WARN 0 | SKIP 1 | PASS 4668 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc