Last updated on 2026-08-18 16:50:41 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 9.97 | 87.61 | 97.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 6.87 | 61.62 | 68.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 64.61 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 62.40 | OK | |||
| r-devel-windows-x86_64 | 2.1.0 | 11.00 | 96.00 | 107.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 7.53 | 81.97 | 89.50 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 8.68 | 82.46 | 91.14 | OK | |
| r-release-macos-arm64 | 2.1.0 | 2.00 | 24.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 2.1.0 | 7.00 | 86.00 | 93.00 | OK | |
| r-release-windows-x86_64 | 2.1.0 | 12.00 | 0.00 | 12.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.1.0 | 6.00 | 78.00 | 84.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 15.00 | 122.00 | 137.00 | OK |
Version: 2.1.0
Check: examples
Result: ERROR
Running examples in ‘iMRMC-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getMRMCdataset
> ### Title: Import MRMC dataset from the web
> ### (https://github.com/DIDSR/iMRMC/wiki/iMRMC-Datasets)
> ### Aliases: getMRMCdataset
>
> ### ** Examples
>
> # Save Prostate MRI ground truth and reader data
> truthData <- getMRMCdataset("prostateTruth")
dataset is prostateTruth
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/DIDSR/colorScaleStudyData/master/data-raw/Prostate_Truth.csv': HTTP status was '503 Service Unavailable'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/DIDSR/colorScaleStudyData/master/data-raw/Prostate_Truth.csv'
Calls: getMRMCdataset -> <Anonymous> -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc