Last updated on 2025-11-03 12:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 4.08 | 56.83 | 60.91 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 2.74 | 40.92 | 43.66 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 38.00 | 54.09 | 92.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 10.00 | 75.48 | 85.48 | OK | |
| r-devel-windows-x86_64 | 0.5.2 | 7.00 | 76.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.5.1 | 4.35 | 42.52 | 46.87 | ERROR | |
| r-release-linux-x86_64 | 0.5.2 | 3.96 | 53.05 | 57.01 | OK | |
| r-release-macos-arm64 | 0.5.2 | 2.00 | 23.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 4.00 | 68.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 7.00 | 74.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | 1.00 | 24.00 | 25.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.2 | 4.00 | 77.00 | 81.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 9.00 | 91.00 | 100.00 | OK | 
Version: 0.5.1
Check: tests
Result: ERROR
    Running ‘testthat.R’ [6s/7s]
  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-patched-linux-x86_64