Last updated on 2026-06-11 14:50:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.0 | 137.98 | 282.10 | 420.08 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.2.0 | 127.01 | 187.23 | 314.24 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.1 | 190.00 | 316.68 | 506.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.1 | 239.00 | 166.54 | 405.54 | OK | |
| r-devel-windows-x86_64 | 2.2.0 | 176.00 | 301.00 | 477.00 | ERROR | |
| r-patched-linux-x86_64 | 2.2.0 | 153.66 | 260.67 | 414.33 | OK | |
| r-release-linux-x86_64 | 2.2.0 | 151.94 | 263.26 | 415.20 | OK | |
| r-release-macos-arm64 | 2.2.1 | 33.00 | 29.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 2.2.1 | 95.00 | 162.00 | 257.00 | OK | |
| r-release-windows-x86_64 | 2.2.0 | 184.00 | 302.00 | 486.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.1 | 27.00 | 37.00 | 64.00 | OK | |
| r-oldrel-macos-x86_64 | 2.2.1 | 96.00 | 154.00 | 250.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.0 | 243.00 | 299.00 | 542.00 | OK |
Version: 2.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [154s/183s]
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-clang
Version: 2.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [100s/118s]
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
Version: 2.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [140s]
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-windows-x86_64