Last updated on 2025-10-27 02:49:24 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.1 | 4.22 | 57.47 | 61.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.1 | 2.76 | 40.15 | 42.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.1 | OK | ||||
| r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 73.35 | ERROR | |||
| r-devel-windows-x86_64 | 0.5.1 | 6.00 | 72.00 | 78.00 | OK | |
| r-patched-linux-x86_64 | 0.5.1 | 4.29 | 53.14 | 57.43 | OK | |
| r-release-linux-x86_64 | 0.5.1 | 3.93 | 52.64 | 56.57 | OK | |
| r-release-macos-arm64 | 0.5.1 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.5.1 | 3.00 | 46.00 | 49.00 | OK | |
| r-release-windows-x86_64 | 0.5.1 | 7.00 | 77.00 | 84.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.1 | 1.00 | 31.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.1 | 3.00 | 58.00 | 61.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.1 | 8.00 | 87.00 | 95.00 | OK |
Version: 0.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(FuzzyImputationTest)
>
> test_check("FuzzyImputationTest")
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 80 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-ApplyStatisticalTests.R:152:3',
'test-CalculateFuzzyMeasures.R:152:3', 'test-ErrorMatrix.R:141:3',
'test-FuzzifyMatrix.R:7:3', 'test-FuzzyImputation.R:30:3',
'test-FuzzyNumbersToMatrix.R:16:3', 'test-ImputationDimp.R:30:3',
'test-ImputationTests.R:152:3', 'test-IntroducingNA.R:7:3',
'test-MatrixToFuzzyNumbers.R:14:3', 'test-MeasureAHD.R:26:3',
'test-MeasureEuclidean.R:26:3', 'test-MeasureHSD.R:26:3',
'test-RemoveNotFuzzy.R:50:3', 'test-StatisticalMeasures.R:152:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-MethodsComparison.R:61:3'): Function returns correct values ────
Error in `ranger::ranger(x = obsX, y = obsY, num.trees = ntree, mtry = mtry,
replace = replace, sample.fraction = sf, min.bucket = if (!is.null(nodesize)) nodesize[1] else 5,
write.forest = TRUE, oob.error = TRUE, num.threads = if (!is.null(num.threads)) num.threads else if (parallelize ==
"forests") foreach::getDoParWorkers() else NULL, verbose = FALSE)`: Error: No covariates found.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-MethodsComparison.R:61:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 80 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc