CRAN Package Check Results for Package nuggets

Last updated on 2026-05-28 01:50:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 143.71 279.48 423.19 ERROR
r-devel-linux-x86_64-debian-gcc 2.2.0 121.61 188.86 310.47 OK
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 327.00 445.00 772.00 OK
r-devel-windows-x86_64 2.2.0 187.00 312.00 499.00 ERROR
r-patched-linux-x86_64 2.2.0 146.91 262.89 409.80 OK
r-release-linux-x86_64 2.2.0 301.92 262.86 564.78 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 185.00 307.00 492.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 232.00 295.00 527.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [152s/179s] 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 Saving _problems/test-wilcox_test-44.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4667 ] ══ 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`: 95.5 `expected`: 105.0 ── Failure ('test-wilcox_test.R:44:5'): .wilcox_test one-sample ──────────────── Expected `res$p_value` to equal 1. Differences: `actual`: 0.74 `expected`: 1.00 [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4667 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.2.0
Check: tests
Result: ERROR Running 'testthat.R' [145s] 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 Saving _problems/test-wilcox_test-44.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4667 ] ══ 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`: 95.5 `expected`: 105.0 ── Failure ('test-wilcox_test.R:44:5'): .wilcox_test one-sample ──────────────── Expected `res$p_value` to equal 1. Differences: `actual`: 0.74 `expected`: 1.00 [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4667 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64