CRAN Package Check Results for Package MIC

Last updated on 2026-06-08 02:51:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 4.26 204.96 209.22 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 2.75 137.34 140.09 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.0 7.00 332.14 339.14 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 8.00 326.67 334.67 OK
r-devel-windows-x86_64 2.0.0 8.00 246.00 254.00 OK
r-patched-linux-x86_64 2.0.0 4.37 190.63 195.00 OK
r-release-linux-x86_64 2.0.0 3.65 192.76 196.41 OK
r-release-macos-arm64 2.0.0 1.00 48.00 49.00 OK
r-release-macos-x86_64 2.0.0 3.00 208.00 211.00 OK
r-release-windows-x86_64 2.0.0 7.00 240.00 247.00 OK
r-oldrel-macos-arm64 2.0.0 1.00 50.00 51.00 OK
r-oldrel-macos-x86_64 2.0.0 3.00 195.00 198.00 OK
r-oldrel-windows-x86_64 2.0.0 8.00 325.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 4.902 0.259 6.324 subset.mic_validation 4.954 0.110 6.362 Flavor: r-devel-linux-x86_64-debian-gcc