CRAN Package Check Results for Package MIC

Last updated on 2025-12-06 00:48:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 16.08 275.09 291.17 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 2.97 130.25 133.22 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.0 305.56 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 152.72 OK
r-devel-windows-x86_64 1.2.0 24.00 316.00 340.00 OK
r-patched-linux-x86_64 1.2.0 16.26 247.77 264.03 OK
r-release-linux-x86_64 1.2.0 18.10 249.50 267.60 OK
r-release-macos-arm64 2.0.0 1.00 50.00 51.00 OK
r-release-macos-x86_64 2.0.0 4.00 194.00 198.00 OK
r-release-windows-x86_64 1.2.0 23.00 317.00 340.00 OK
r-oldrel-macos-arm64 2.0.0 1.00 52.00 53.00 OK
r-oldrel-macos-x86_64 2.0.0 5.00 225.00 230.00 OK
r-oldrel-windows-x86_64 2.0.0 9.00 324.00 333.00 OK

Check Details

Version: 2.0.0
Check: examples
Result: ERROR Running examples in ‘MIC-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: table > ### Title: Table > ### Aliases: table table.default table.mic_validation > > ### ** Examples > > gold_standard <- c("<0.25", "8", "64", ">64") > test <- c("<0.25", "2", "16", "64") > val <- compare_mic(gold_standard, test) > table(val) Error in loadNamespace(x) : there is no package called ‘flextable’ Calls: table ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed as.sir_vectorised 6.058 0.488 8.184 subset.mic_validation 5.565 0.172 7.215 Flavor: r-devel-linux-x86_64-debian-gcc