The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-06-10 11:54:50 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 | 120.19 | 196.95 | 317.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.0 | 186.00 | 456.07 | 642.07 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 338.00 | 442.90 | 780.90 | ERROR | |
| r-devel-windows-x86_64 | 2.2.0 | 170.00 | 301.00 | 471.00 | ERROR | |
| r-patched-linux-x86_64 | 2.2.0 | 138.51 | 258.52 | 397.03 | OK | |
| r-release-linux-x86_64 | 2.2.0 | 151.94 | 263.26 | 415.20 | 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 | 184.00 | 302.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 | 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’ [111s/133s]
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’ [265s/576s]
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 ==========>-------------------- 32% | ETA: 6s
searching rules =========================>----- 84% | ETA: 1s
searching rules ==============================> 100% | ETA: 0s
searching rules =====>------------------------- 16% | ETA: 7s
searching rules ==================>------------ 60% | ETA: 3s
searching rules ==============================> 100% | ETA: 0s
?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-fedora-clang
Version: 2.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [243s/248s]
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 ===========>------------------- 35% | ETA: 2s
searching rules ==============================> 100% | ETA: 0s
?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-fedora-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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.