Last updated on 2025-03-15 18:50:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 16.54 | 102.75 | 119.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 0.35 | 1.11 | 1.46 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 192.55 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 178.10 | OK | |||
r-devel-macos-arm64 | 1.0.2 | 57.00 | OK | |||
r-devel-macos-x86_64 | 1.0.2 | 135.00 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 21.00 | 150.00 | 171.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 17.64 | 95.21 | 112.85 | OK | |
r-release-linux-x86_64 | 1.0.2 | 15.25 | 94.98 | 110.23 | OK | |
r-release-macos-arm64 | 1.0.2 | 61.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 131.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 20.00 | 151.00 | 171.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 57.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.2 | 97.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 26.00 | 187.00 | 213.00 | OK |
Version: 1.0.2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘MIC-Ex.R’ failed
The error most likely occurred in:
> ### 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(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘systemfonts’
Calls: table ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-oldrel-macos-arm64