| Back to Multiple platform build/check report for BioC 3.24: simplified long |
|
This page was generated on 2026-05-22 11:36 -0400 (Fri, 22 May 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 RC (2026-04-17 r89917) -- "Because it was There" | 4936 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.6.0 Patched (2026-05-01 r89994) -- "Because it was There" | 4621 |
| 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 154/2378 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| BatchQC 2.9.0 (landing page) Yaoan Leng
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | ||||||||||
| See other builds for BatchQC in R Universe. | ||||||||||||||
|
To the developers/maintainers of the BatchQC package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BatchQC.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. |
| Package: BatchQC |
| Version: 2.9.0 |
| Command: /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:BatchQC.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings BatchQC_2.9.0.tar.gz |
| StartedAt: 2026-05-21 21:35:37 -0400 (Thu, 21 May 2026) |
| EndedAt: 2026-05-21 21:50:09 -0400 (Thu, 21 May 2026) |
| EllapsedTime: 871.4 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: BatchQC.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:BatchQC.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings BatchQC_2.9.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.24-bioc/meat/BatchQC.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-22 01:35:38 UTC
* checking for file ‘BatchQC/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BatchQC’ version ‘2.9.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 29 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
* 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 ‘BatchQC’ 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 ... ERROR
Running examples in ‘BatchQC-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tb_data_upload
> ### Title: TB data upload This function uploads the TB data set from the
> ### curatedTBData package.
> ### Aliases: tb_data_upload
>
> ### ** Examples
>
> library(curatedTBData)
> se_object <- tb_data_upload()
Error in value[[3L]](cond) : failed to connect
reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
Consider rerunning with 'localHub=TRUE'
Calls: tb_data_upload ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
compute_aic 36.826 0.063 36.893
DE_analyze 19.844 0.363 20.210
pval_plotter 17.890 0.184 18.074
pval_summary 17.331 0.032 17.363
batch_correct 15.551 0.075 15.635
PCA_plotter 13.629 0.074 13.704
compute_lambda 5.065 0.073 5.138
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘spelling.R’
Running ‘testthat.R’
OK
* 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.24-bioc/meat/BatchQC.Rcheck/00check.log’
for details.
BatchQC.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD INSTALL BatchQC ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.24-bioc/R/site-library’ * installing *source* package ‘BatchQC’ ... ** this is package ‘BatchQC’ version ‘2.9.0’ ** using staged installation ** R ** data ** inst ** 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 (BatchQC)
BatchQC.Rcheck/tests/spelling.Rout
R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 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.
> if (requireNamespace('spelling', quietly = TRUE))
+ spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+ skip_on_cran = TRUE)
All Done!
>
> proc.time()
user system elapsed
0.136 0.043 0.167
BatchQC.Rcheck/tests/testthat.Rout
R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 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.
> library(testthat)
> library(BatchQC)
>
> test_check("BatchQC")
[ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-lintr.R:3:5'
[ FAIL 0 | WARN 0 | SKIP 1 | PASS 0 ]
>
> proc.time()
user system elapsed
11.064 0.585 11.642
BatchQC.Rcheck/BatchQC-Ex.timings
| name | user | system | elapsed | |
| BatchQC | 0 | 0 | 0 | |
| DE_analyze | 19.844 | 0.363 | 20.210 | |
| EV_plotter | 2.221 | 0.014 | 2.250 | |
| EV_table | 0.864 | 0.005 | 0.869 | |
| PCA_plotter | 13.629 | 0.074 | 13.704 | |
| batch_correct | 15.551 | 0.075 | 15.635 | |
| batch_design | 0.495 | 0.003 | 0.498 | |
| batchqc_explained_variation | 0.910 | 0.016 | 0.926 | |
| bisect | 0.004 | 0.000 | 0.004 | |
| bladder_data_upload | 0.245 | 0.008 | 0.253 | |
| color_palette | 0.208 | 0.003 | 0.212 | |
| compute_aic | 36.826 | 0.063 | 36.893 | |
| compute_lambda | 5.065 | 0.073 | 5.138 | |
| confound_metrics | 0.443 | 0.010 | 0.453 | |
| cor_props | 0.416 | 0.004 | 0.419 | |
| covariates_not_confounded | 0.465 | 0.005 | 0.470 | |
| cramers_v | 0.394 | 0.006 | 0.400 | |
| dendrogram_alpha_numeric_check | 0.361 | 0.005 | 0.366 | |
| dendrogram_color_palette | 0.621 | 0.008 | 0.629 | |
| dendrogram_plotter | 1.694 | 0.014 | 1.707 | |
| goodness_of_fit_nb | 2.593 | 0.006 | 2.598 | |
| heatmap_num_to_char_converter | 0.394 | 0.005 | 0.399 | |
| heatmap_plotter | 1.321 | 0.013 | 1.335 | |
| is_design_balanced | 0.429 | 0.003 | 0.431 | |
| kBET | 2.553 | 0.054 | 2.607 | |
| normalize_SE | 0.764 | 0.012 | 0.783 | |
| plot_kBET | 2.883 | 0.021 | 2.915 | |
| process_dendrogram | 0.653 | 0.005 | 0.658 | |
| pval_plotter | 17.890 | 0.184 | 18.074 | |
| pval_summary | 17.331 | 0.032 | 17.363 | |
| ratio_plotter | 0.992 | 0.009 | 1.002 | |
| run_kBET | 2.577 | 0.002 | 2.579 | |
| run_lambda | 4.939 | 0.004 | 4.943 | |
| std_pearson_corr_coef | 0.412 | 0.005 | 0.417 | |
| summarized_experiment | 0.015 | 0.000 | 0.015 | |
| summary_stats_EV_table | 0.816 | 0.004 | 0.820 | |