Last updated on 2026-09-11 21:51:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.3 | 140.63 | 254.03 | 394.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.3 | 125.82 | 178.06 | 303.88 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.4 | 115.00 | 187.90 | 302.90 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.4 | 157.00 | 173.77 | 330.77 | OK | |
| r-devel-windows-x86_64 | 2.2.3 | 184.00 | 352.00 | 536.00 | OK | |
| r-patched-linux-x86_64 | 2.2.3 | 166.89 | 236.80 | 403.69 | OK | |
| r-release-linux-x86_64 | 2.2.3 | 172.79 | 238.06 | 410.85 | OK | |
| r-release-macos-arm64 | 2.2.3 | 31.00 | 38.00 | 69.00 | OK | |
| r-release-macos-x86_64 | 2.2.4 | 104.00 | 176.00 | 280.00 | OK | |
| r-release-windows-x86_64 | 2.2.3 | 184.00 | 285.00 | 469.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 2.2.4 | 105.00 | 215.00 | 320.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.3 | 263.00 | 346.00 | 609.00 | OK |
Version: 2.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [64s/84s]
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-add_interest-associations-190.R
Saving _problems/test-add_interest-associations-190.R
Saving _problems/test-add_interest-associations-190.R
Saving _problems/test-add_interest-associations-190.R
Saving _problems/test-add_interest-associations-205.R
Saving _problems/test-add_interest-associations-205.R
Saving _problems/test-add_interest-associations-205.R
Saving _problems/test-add_interest-associations-205.R
[ FAIL 8 | WARN 4 | SKIP 1 | PASS 6109 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-add_interest-associations.R:190:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["collective_strength"]]` to equal c(1.011307831481, 1.10798589434255, 1.00160189664563, 1.04669681478569, ...).
Differences:
`actual`: 33.9 40.2 20.3 40.4 34.0 40.2 27.2 15.7 27.2 17.8 and 17 more...
`expected`: 1.0 1.1 1.0 1.0 1.0 1.1 1.1 0.8 1.1 1.0 ...
── Failure ('test-add_interest-associations.R:190:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["casual_support"]]` to equal c(0.47, 0.53, 0.51, 0.52, 0.48, 0.53, 0.53, 0.46, 0.53, 0.46, ...).
Differences:
actual | expected
[1] 0.550 - 0.470 [1]
[2] 0.510 - 0.530 [2]
[3] 0.490 - 0.510 [3]
[4] 0.500 - 0.520 [4]
[5] 0.560 - 0.480 [5]
[6] 0.510 - 0.530 [6]
[7] 0.510 - 0.530 [7]
[8] 0.540 - 0.460 [8]
[9] 0.510 - 0.530 [9]
[10] 0.540 - 0.460 [10]
... ... ... and 17 more ...
── Failure ('test-add_interest-associations.R:190:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["casual_confidence"]]` to equal c(0.734299516908212, 0.640406162464986, 0.740196078431373, 0.756302521008403, ...).
Differences:
`actual`: 0.99 0.99 0.99 1.00 0.99 0.99 0.99 0.99 0.99 0.99 and 17 more...
`expected`: 0.73 0.64 0.74 0.76 0.68 0.64 0.50 0.46 0.50 0.74 ...
── Failure ('test-add_interest-associations.R:190:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["least_contradiction"]]` to equal c(0.0185185185185185, 0.0408163265306122, 0, 0.0204081632653061, ...).
Differences:
actual | expected
[1] 0.093 - 0.019 [1]
[2] 0.306 - 0.041 [2]
[3] 0.020 - 0.000 [3]
[4] 0.082 - 0.020 [4]
[5] 0.204 - 0.037 [5]
[6] 0.306 - 0.041 [6]
[7] 0.571 - 0.041 [7]
[8] 0.500 - 0.000 [8]
[9] 0.571 - 0.041 [9]
[10] 0.019 - 0.000 [10]
... ... ... and 17 more ...
── Failure ('test-add_interest-associations.R:205:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["collective_strength"]]` to equal c(1.00595561918397, 1.10433168131523, 1.00296397628819, 1.04618856934838, ...).
Differences:
actual | expected
[1] 35.544 - 1.006 [1]
[2] 41.224 - 1.104 [2]
[3] 29.759 - 1.003 [3]
[4] 42.962 - 1.046 [4]
[5] 35.018 - 1.012 [5]
[6] 41.224 - 1.104 [6]
[7] 28.184 - 1.126 [7]
[8] 16.634 - 0.847 [8]
[9] 28.184 - 1.126 [9]
[10] 25.579 - 0.988 [10]
... ... ... and 17 more ...
── Failure ('test-add_interest-associations.R:205:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["casual_support"]]` to equal c(0.471153846153846, 0.528846153846154, 0.509615384615385, 0.519230769230769, ...).
Differences:
actual | expected
[1] 0.548 - 0.471 [1]
[2] 0.510 - 0.529 [2]
[3] 0.490 - 0.510 [3]
[4] 0.500 - 0.519 [4]
[5] 0.558 - 0.481 [5]
[6] 0.510 - 0.529 [6]
[7] 0.510 - 0.529 [7]
[8] 0.538 - 0.462 [8]
[9] 0.510 - 0.529 [9]
[10] 0.538 - 0.462 [10]
... ... ... and 17 more ...
── Failure ('test-add_interest-associations.R:205:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["casual_confidence"]]` to equal c(0.720643939393939, 0.634591194968553, 0.731132075471698, 0.740041928721174, ...).
Differences:
`actual`: 0.99 0.99 0.99 0.99 0.99 0.99 0.99 0.99 0.99 0.99 and 17 more...
`expected`: 0.72 0.63 0.73 0.74 0.67 0.63 0.50 0.46 0.50 0.73 ...
── Failure ('test-add_interest-associations.R:205:9'): compare add_interest.associations to arules::interestMeasure ──
Expected `res[["least_contradiction"]]` to equal c(0.0178571428571429, 0.0392156862745098, 0, 0.0196078431372549, ...).
Differences:
actual | expected
[1] 0.107 - 0.018 [1]
[2] 0.314 - 0.039 [2]
[3] 0.039 - 0.000 [3]
[4] 0.098 - 0.020 [4]
[5] 0.214 - 0.036 [5]
[6] 0.314 - 0.039 [6]
[7] 0.569 - 0.039 [7]
[8] 0.500 - 0.000 [8]
[9] 0.569 - 0.039 [9]
[10] 0.036 - 0.000 [10]
... ... ... and 17 more ...
[ FAIL 8 | WARN 4 | SKIP 1 | PASS 6109 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc