Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2026-01-15 11:58 -0500 (Thu, 15 Jan 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4886
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4672
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1392/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
MSPrep 1.20.0  (landing page)
Max McGrath
Snapshot Date: 2026-01-12 13:45 -0500 (Mon, 12 Jan 2026)
git_url: https://git.bioconductor.org/packages/MSPrep
git_branch: RELEASE_3_22
git_last_commit: 48147f9
git_last_commit_date: 2025-10-29 11:02:54 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for MSPrep on nebbiolo2

To the developers/maintainers of the MSPrep package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MSPrep.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: MSPrep
Version: 1.20.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:MSPrep.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings MSPrep_1.20.0.tar.gz
StartedAt: 2026-01-13 02:16:40 -0500 (Tue, 13 Jan 2026)
EndedAt: 2026-01-13 02:25:34 -0500 (Tue, 13 Jan 2026)
EllapsedTime: 534.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: MSPrep.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:MSPrep.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings MSPrep_1.20.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/MSPrep.Rcheck’
* using R version 4.5.2 (2025-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘MSPrep/DESCRIPTION’ ... OK
* this is package ‘MSPrep’ version ‘1.20.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘MSPrep’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
MSPrep      18.348  0.336  18.685
msImpute    17.461  0.248  17.711
msNormalize 13.580  0.114  13.696
msPrepare   12.644  0.085  12.731
msSummarize 12.576  0.028  12.604
msFilter    12.331  0.085  12.417
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
   5.         └─ranger::ranger(...)
  ── Error ('test_sedf_equality.R:78:1'): (code run outside of `test_that()`) ────
  Error in `ranger::ranger(x = obsX, y = obsY, num.trees = ntree, mtry = mtry, replace = replace, sample.fraction = sf, min.bucket = if (!is.null(nodesize)) nodesize[1] else 5, write.forest = TRUE, oob.error = TRUE, num.threads = if (!is.null(num.threads)) num.threads else if (parallelize == "forests") foreach::getDoParWorkers() else NULL, verbose = FALSE)`: Error: No covariates found.
  Backtrace:
      ▆
   1. └─MSPrep::msImpute(...) at test_sedf_equality.R:78:1
   2.   └─MSPrep:::.dfImpute(...)
   3.     └─MSPrep:::.imputeRf(abundanceColumns, maxIterRf, nTreeRf)
   4.       └─missForest::missForest(...)
   5.         └─ranger::ranger(...)
  
  [ FAIL 2 | WARN 6 | SKIP 0 | PASS 32 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/MSPrep.Rcheck/00check.log’
for details.


Installation output

MSPrep.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL MSPrep
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘MSPrep’ ...
** this is package ‘MSPrep’ version ‘1.20.0’
** using staged installation
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (MSPrep)

Tests output

MSPrep.Rcheck/tests/testthat.Rout.fail


R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> Sys.setenv(R_TESTS="")
> library(testthat)
> library(MSPrep)
> 
> test_check("MSPrep")
Saving _problems/test_msImpute-46.R
Saving _problems/test_sedf_equality-83.R
[ FAIL 2 | WARN 6 | SKIP 0 | PASS 32 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_msImpute.R:41:1'): (code run outside of `test_that()`) ─────────
Error in `ranger::ranger(x = obsX, y = obsY, num.trees = ntree, mtry = mtry, replace = replace, sample.fraction = sf, min.bucket = if (!is.null(nodesize)) nodesize[1] else 5, write.forest = TRUE, oob.error = TRUE, num.threads = if (!is.null(num.threads)) num.threads else if (parallelize == "forests") foreach::getDoParWorkers() else NULL, verbose = FALSE)`: Error: No covariates found.
Backtrace:
    ▆
 1. └─MSPrep::msImpute(...) at test_msImpute.R:41:1
 2.   └─MSPrep:::.dfImpute(...)
 3.     └─MSPrep:::.imputeRf(abundanceColumns, maxIterRf, nTreeRf)
 4.       └─missForest::missForest(...)
 5.         └─ranger::ranger(...)
── Error ('test_sedf_equality.R:78:1'): (code run outside of `test_that()`) ────
Error in `ranger::ranger(x = obsX, y = obsY, num.trees = ntree, mtry = mtry, replace = replace, sample.fraction = sf, min.bucket = if (!is.null(nodesize)) nodesize[1] else 5, write.forest = TRUE, oob.error = TRUE, num.threads = if (!is.null(num.threads)) num.threads else if (parallelize == "forests") foreach::getDoParWorkers() else NULL, verbose = FALSE)`: Error: No covariates found.
Backtrace:
    ▆
 1. └─MSPrep::msImpute(...) at test_sedf_equality.R:78:1
 2.   └─MSPrep:::.dfImpute(...)
 3.     └─MSPrep:::.imputeRf(abundanceColumns, maxIterRf, nTreeRf)
 4.       └─missForest::missForest(...)
 5.         └─ranger::ranger(...)

[ FAIL 2 | WARN 6 | SKIP 0 | PASS 32 ]
Error:
! Test failures.
Execution halted

Example timings

MSPrep.Rcheck/MSPrep-Ex.timings

nameusersystemelapsed
COPD_1310.1930.0040.196
MSPrep18.348 0.33618.685
msFilter12.331 0.08512.417
msImpute17.461 0.24817.711
msNormalize13.580 0.11413.696
msPrepare12.644 0.08512.731
msSummarize12.576 0.02812.604
msquant0.080.000.08