CRAN Package Check Results for Package nuggets

Last updated on 2026-05-26 03:51:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 140.89 282.89 423.78 OK
r-devel-linux-x86_64-debian-gcc 2.2.0 233.57 199.21 432.78 ERROR
r-devel-linux-x86_64-fedora-clang 2.2.0 194.00 447.69 641.69 ERROR
r-devel-linux-x86_64-fedora-gcc 2.2.0 328.00 453.37 781.37 ERROR
r-devel-windows-x86_64 2.2.0 173.00 304.00 477.00 OK
r-patched-linux-x86_64 2.2.0 147.18 262.82 410.00 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 187.00 304.00 491.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 311.00 543.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [111s/143s] 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-gcc

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [250s/254s] 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-fedora-clang

Version: 2.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [248s/251s] 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") searching rules =========>--------------------- 29% | ETA: 2s searching rules ==============================> 100% | ETA: 0s ?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-fedora-gcc