Last updated on 2025-12-07 07:50:20 CET.
| Package | ERROR | OK |
|---|---|---|
| MIC | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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