CRAN Package Check Results for Package MIC

Last updated on 2025-12-07 02:49:53 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.99 132.27 135.26 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 2.0.0 3.98 185.96 189.94 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 2.0.0 10.00 253.00 263.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 subset.mic_validation 5.485 0.163 7.012 as.sir_vectorised 4.890 0.169 6.185 Flavor: r-devel-linux-x86_64-debian-gcc