Last updated on 2025-12-25 19:50:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 16.19 | 126.54 | 142.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 12.02 | 86.50 | 98.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 27.00 | 198.65 | 225.65 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 25.00 | 189.22 | 214.22 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 18.00 | 121.00 | 139.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 17.00 | 117.48 | 134.48 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 16.61 | 118.24 | 134.85 | OK | |
| r-release-macos-arm64 | 0.1.0 | 7.00 | 32.00 | 39.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 11.00 | 117.00 | 128.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 18.00 | 124.00 | 142.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 4.00 | 37.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 12.00 | 126.00 | 138.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 23.00 | 164.00 | 187.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘IDMIR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PlotForest
> ### Title: PlotForest
> ### Aliases: PlotForest
>
> ### ** Examples
>
> # Obtain the example data
> GEP<-GetData_Mirna("GEP")
> survival<-GetData_Mirna("survival")
> MiRNAs<-c("hsa-miR-21-5p","hsa-miR-26a-5p","hsa-miR-369-5p","hsa-miR-1238-3p","hsa-miR-10b-5p")
> # Run the function
> SingleMiRNA_CRData<-SingleMiRNA_CRModel(GEP,
+ "hsa-miR-21-5p",survival,cutoff.point=NULL)
> PlotForest(SingleMiRNA_CRData)
Error in xtfrm.data.frame(list(HR = 0.852413303068293, HR.95L = 0.707120128638027, :
cannot xtfrm data frames
Calls: PlotForest ... prFpConvertMultidimArray -> xtfrm -> xtfrm.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘IDMIR.Rmd’ using rmarkdown
Quitting from IDMIR.Rmd:160-170 [unnamed-chunk-9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `xtfrm.data.frame()`:
! cannot xtfrm data frames
---
Backtrace:
▆
1. └─IDMIR::PlotForest(SingleMiRNA_CRData)
2. ├─forestplot::forestplot(...)
3. └─forestplot:::forestplot.default(...)
4. └─forestplot:::createEstimateArray(labeltext, lower, upper, mean)
5. └─forestplot:::prFpConvertMultidimArray(mean)
6. ├─base::xtfrm(`<df[,3]>`)
7. └─base::xtfrm.data.frame(`<df[,3]>`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'IDMIR.Rmd' failed with diagnostics:
cannot xtfrm data frames
--- failed re-building ‘IDMIR.Rmd’
SUMMARY: processing the following file failed:
‘IDMIR.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc