Last updated on 2025-10-31 01:49:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5 | 20.06 | 142.07 | 162.13 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.5 | 13.46 | 100.89 | 114.35 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5 | 44.00 | 208.68 | 252.68 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.5 | 47.00 | 192.64 | 239.64 | ERROR | |
| r-devel-windows-x86_64 | 1.5 | 23.00 | 142.00 | 165.00 | ERROR | |
| r-patched-linux-x86_64 | 1.5 | 19.27 | 136.08 | 155.35 | ERROR | |
| r-release-linux-x86_64 | 1.5 | 18.85 | 134.99 | 153.84 | ERROR | |
| r-release-macos-arm64 | 1.5 | 8.00 | 62.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 1.5 | 14.00 | 104.00 | 118.00 | OK | |
| r-release-windows-x86_64 | 1.5 | 24.00 | 146.00 | 170.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.5 | 7.00 | 55.00 | 62.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5 | 11.00 | 84.00 | 95.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5 | 31.00 | 185.00 | 216.00 | ERROR | 
Version: 1.5
Check: examples
Result: ERROR
  Running examples in ‘MiMIR-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: MetaboWAS
  > ### Title: MetaboWAS
  > ### Aliases: MetaboWAS
  > 
  > ### ** Examples
  > 
  > require(MiMIR)
  > require(plotly)
  Loading required package: plotly
  Loading required package: ggplot2
  
  Attaching package: ‘plotly’
  
  The following object is masked from ‘package:ggplot2’:
  
      last_plot
  
  The following object is masked from ‘package:stats’:
  
      filter
  
  The following object is masked from ‘package:graphics’:
  
      layout
  
  > require(ggplot2)
  > 
  > #' #load the dataset
  > metabolic_measures <- synthetic_metabolic_dataset
  > phenotypes <- synthetic_phenotypic_dataset
  > 
  > #Computing a MetaboWAS for age corrected by sex
  > MetaboWAS(met=metabolic_measures, pheno=phenotypes, test_variable="age", covariates= "sex")
  Error in `ggplot2::scale_y_continuous()`:
  ! `limits` must be a vector of length 2, not length 7.
  Backtrace:
      ▆
   1. └─MiMIR::MetaboWAS(...)
   2.   └─ggplot2::scale_y_continuous(expand = c(0, 0), limits = c(0, ylim))
   3.     └─ggplot2::continuous_scale(...)
   4.       └─ggplot2:::check_continuous_limits(limits, call = call)
   5.         └─ggplot2:::check_length(limits, 2L, arg = arg, call = call)
   6.           └─cli::cli_abort(msg, call = call, arg = arg)
   7.             └─rlang::abort(...)
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.5
Check: examples
Result: ERROR
  Running examples in ‘MiMIR-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: MetaboWAS
  > ### Title: MetaboWAS
  > ### Aliases: MetaboWAS
  > 
  > ### ** Examples
  > 
  > require(MiMIR)
  > require(plotly)
  Loading required package: plotly
  Loading required package: ggplot2
  
  Attaching package: ‘plotly’
  
  The following object is masked from ‘package:ggplot2’:
  
      last_plot
  
  The following object is masked from ‘package:stats’:
  
      filter
  
  The following object is masked from ‘package:graphics’:
  
      layout
  
  > require(ggplot2)
  > 
  > #' #load the dataset
  > metabolic_measures <- synthetic_metabolic_dataset
  > phenotypes <- synthetic_phenotypic_dataset
  > 
  > #Computing a MetaboWAS for age corrected by sex
  > MetaboWAS(met=metabolic_measures, pheno=phenotypes, test_variable="age", covariates= "sex")
  Error in `ggplot2::scale_y_continuous()`:
  ! `limits` must be a vector of length 2, not length 7.
  Backtrace:
      ▆
   1. └─MiMIR::MetaboWAS(...)
   2.   └─ggplot2::scale_y_continuous(expand = c(0, 0), limits = c(0, ylim))
   3.     └─ggplot2::continuous_scale(...)
   4.       └─ggplot2:::check_continuous_limits(limits, call = call)
   5.         └─ggplot2:::check_length(limits, 2L, arg = arg, call = call)
   6.           └─cli::cli_abort(msg, call = call, arg = arg)
   7.             └─rlang::abort(...)
  Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64