CRAN Package Check Results for Package MiMIR

Last updated on 2025-09-12 01:52:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 17.55 151.07 168.62 OK
r-devel-linux-x86_64-debian-gcc 1.5 14.19 103.03 117.22 ERROR
r-devel-linux-x86_64-fedora-clang 1.5 251.63 ERROR
r-devel-linux-x86_64-fedora-gcc 1.5 233.95 ERROR
r-devel-windows-x86_64 1.5 22.00 154.00 176.00 OK
r-patched-linux-x86_64 1.5 18.46 137.33 155.79 OK
r-release-linux-x86_64 1.5 15.07 137.33 152.40 OK
r-release-macos-arm64 1.5 70.00 OK
r-release-macos-x86_64 1.5 118.00 OK
r-release-windows-x86_64 1.5 21.00 154.00 175.00 OK
r-oldrel-macos-arm64 1.5 62.00 OK
r-oldrel-macos-x86_64 1.5 95.00 OK
r-oldrel-windows-x86_64 1.5 27.00 208.00 235.00 OK

Check Details

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 Flavor: r-devel-linux-x86_64-debian-gcc

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