Last updated on 2026-05-04 17:53:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.11.3 | 110.89 | 360.12 | 471.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.11.3 | 76.19 | 255.07 | 331.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.11.3 | 240.00 | 450.82 | 690.82 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.11.3 | 240.00 | 659.54 | 899.54 | OK | |
| r-devel-windows-x86_64 | 1.11.3 | 122.00 | 253.00 | 375.00 | ERROR | |
| r-patched-linux-x86_64 | 1.11.3 | 91.17 | 365.84 | 457.01 | OK | |
| r-release-linux-x86_64 | 1.11.3 | 100.47 | 361.11 | 461.58 | OK | |
| r-release-macos-arm64 | 1.11.3 | 29.00 | 98.00 | 127.00 | OK | |
| r-release-macos-x86_64 | 1.11.3 | 74.00 | 423.00 | 497.00 | OK | |
| r-release-windows-x86_64 | 1.11.3 | 131.00 | 437.00 | 568.00 | OK | |
| r-oldrel-macos-arm64 | 1.11.1 | 51.00 | 85.00 | 136.00 | OK | |
| r-oldrel-macos-x86_64 | 1.11.3 | 74.00 | 405.00 | 479.00 | OK | |
| r-oldrel-windows-x86_64 | 1.11.3 | 154.00 | 493.00 | 647.00 | OK |
Version: 1.11.3
Check: examples
Result: ERROR
Running examples in ‘espadon-Ex.R’ failed
The error most likely occurred in:
> ### Name: Rdcm.inventory
> ### Title: Inventory of 'espadon' objects from Rdcm files
> ### Aliases: Rdcm.inventory
>
> ### ** Examples
>
> # First, save toy patient objects to a temporary file pat.dir for testing.
> pat.dir <- file.path (tempdir(), "PM_Rdcm")
> dir.create (pat.dir, recursive = TRUE)
> patient <- toy.load.patient (modality = c("ct", "mr"), roi.name = "",
+ dxyz = c (4, 4, 4))
> save.to.Rdcm (patient$ct[[1]], dirname = pat.dir)
[1] TRUE
> save.to.Rdcm (patient$mr[[1]], dirname = pat.dir)
[1] TRUE
> save.T.MAT (patient$T.MAT, dirname = pat.dir)
[1] TRUE
>
>
> Rdcm.inventory (pat.dir)
Error in as.data.frame.vector(x, ..., nm = nm) :
row names contain missing values
Calls: Rdcm.inventory ... as.data.frame -> as.data.frame.character -> as.data.frame.vector
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64