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

This page was generated on 2026-03-13 11:57 -0400 (Fri, 13 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4892
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 1257/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
metaseqR2 1.22.1  (landing page)
Panagiotis Moulos
Snapshot Date: 2026-03-12 13:45 -0400 (Thu, 12 Mar 2026)
git_url: https://git.bioconductor.org/packages/metaseqR2
git_branch: RELEASE_3_22
git_last_commit: de81e3a
git_last_commit_date: 2026-03-04 09:58:25 -0400 (Wed, 04 Mar 2026)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
See other builds for metaseqR2 in R Universe.


CHECK results for metaseqR2 on nebbiolo2

To the developers/maintainers of the metaseqR2 package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/metaseqR2.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: metaseqR2
Version: 1.22.1
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:metaseqR2.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings metaseqR2_1.22.1.tar.gz
StartedAt: 2026-03-13 01:37:34 -0400 (Fri, 13 Mar 2026)
EndedAt: 2026-03-13 01:54:57 -0400 (Fri, 13 Mar 2026)
EllapsedTime: 1042.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: metaseqR2.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/metaseqR2.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 ‘metaseqR2/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘metaseqR2’ version ‘1.22.1’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 46 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 ‘metaseqR2’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* 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 ... NOTE
getUcscUtr: no visible binding for global variable ‘customDir’
Undefined global functions or variables:
  customDir
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  metaseqr2.Rd: render
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘metaseqR2-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getAnnotation
> ### Title: Annotation downloader
> ### Aliases: getAnnotation
> 
> ### ** Examples
> 
> mm10Genes <- getAnnotation("mm10","gene")
Using Ensembl host https://jan2024.archive.ensembl.org
Error in `req_perform()`:
! HTTP 500 Internal Server Error.
Backtrace:
     ▆
  1. └─metaseqR2::getAnnotation("mm10", "gene")
  2.   └─metaseqR2:::getEnsemblAnnotation(org, type, ver)
  3.     └─biomaRt::useMart(biomart = dat, host = host, dataset = getDataset(org))
  4.       └─biomaRt:::.useMart(...)
  5.         └─biomaRt:::.listMarts(...)
  6.           └─biomaRt:::bmRequest(...)
  7.             └─httr2::req_perform(request)
  8.               └─httr2:::handle_resp(req, resp, error_call = error_call)
  9.                 └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
 10.                   ├─rlang::catch_cnd(...)
 11.                   │ ├─rlang::eval_bare(...)
 12.                   │ ├─base::tryCatch(...)
 13.                   │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 14.                   │ │   └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 15.                   │ │     └─base (local) doTryCatch(return(expr), name, parentenv, handler)
 16.                   │ └─base::force(expr)
 17.                   └─rlang::abort(...)
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
  1 Test Suite : 
  metaseqR2 RUnit Tests - 2 test functions, 1 error, 0 failures
  ERROR in test_estimate_aufc_weights: Error in req_perform(request) : HTTP 500 Internal Server Error.
  
  Test files with failing tests
  
     test_estimate_aufc_weights.R 
       test_estimate_aufc_weights 
  
  
  Error in BiocGenerics:::testPackage("metaseqR2") : 
    unit tests failed for package metaseqR2
  In addition: Warning message:
  The column that contains the gene biotypes ("embedCols$btCol") is missing with embedded annotation! Biotype filters and certain plots will not be available... 
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘metaseqr2-annotation.Rmd’ using rmarkdown
--- finished re-building ‘metaseqr2-annotation.Rmd’

--- re-building ‘metaseqr2-statistics.Rmd’ using rmarkdown
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_correlogram.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_heatmap.png (deflated 9%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_pairs.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/filtered_genes.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/mds.png (deflated 44%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/boxplot_normalized.png (deflated 17%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/boxplot_raw.png (deflated 17%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/gcbias_normalized.png (deflated 13%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/gcbias_raw.png (deflated 12%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/lengthbias_normalized.png (deflated 10%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/lengthbias_raw.png (deflated 10%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meanvar_normalized.png (deflated 6%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meanvar_raw.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.png (deflated 6%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.png (deflated 7%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_correlogram.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_heatmap.pdf (deflated 26%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/correlation_pairs.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/filtered_genes.pdf (deflated 7%)
  adding: tmp/RtmpPmkF3j/test1/plots/qc/mds.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/boxplot_normalized.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/boxplot_raw.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/gcbias_normalized.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/gcbias_raw.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/lengthbias_normalized.pdf (deflated 1%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/lengthbias_raw.pdf (deflated 1%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 21%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.pdf (deflated 21%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meanvar_normalized.pdf (deflated 44%)
  adding: tmp/RtmpPmkF3j/test1/plots/normalization/meanvar_raw.pdf (deflated 39%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.pdf (deflated 9%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.pdf (deflated 8%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.pdf (deflated 5%)
  adding: tmp/RtmpPmkF3j/test1/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.pdf (deflated 2%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_correlogram.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_heatmap.png (deflated 9%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_pairs.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/filtered_genes.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/mds.png (deflated 44%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/boxplot_normalized.png (deflated 12%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/boxplot_raw.png (deflated 17%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/gcbias_normalized.png (deflated 20%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/gcbias_raw.png (deflated 12%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/lengthbias_normalized.png (deflated 11%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/lengthbias_raw.png (deflated 10%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meanvar_normalized.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meanvar_raw.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.png (deflated 6%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.png (deflated 13%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_correlogram.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_heatmap.pdf (deflated 26%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/correlation_pairs.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/filtered_genes.pdf (deflated 7%)
  adding: tmp/RtmpPmkF3j/test2/plots/qc/mds.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/boxplot_normalized.pdf (deflated 8%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/boxplot_raw.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/gcbias_normalized.pdf (deflated 6%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/gcbias_raw.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/lengthbias_normalized.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/lengthbias_raw.pdf (deflated 1%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 33%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.pdf (deflated 33%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meanvar_normalized.pdf (deflated 40%)
  adding: tmp/RtmpPmkF3j/test2/plots/normalization/meanvar_raw.pdf (deflated 39%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.pdf (deflated 10%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.pdf (deflated 8%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.pdf (deflated 5%)
  adding: tmp/RtmpPmkF3j/test2/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.pdf (deflated 2%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_correlogram.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_heatmap.png (deflated 9%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_pairs.png (deflated 1%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/filtered_genes.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/mds.png (deflated 44%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/boxplot_normalized.png (deflated 18%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/boxplot_raw.png (deflated 17%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/gcbias_normalized.png (deflated 13%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/gcbias_raw.png (deflated 12%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/lengthbias_normalized.png (deflated 10%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/lengthbias_raw.png (deflated 10%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.png (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.png (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.png (deflated 3%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meanvar_normalized.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meanvar_raw.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.png (deflated 6%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.png (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.png (deflated 11%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_correlogram.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_heatmap.pdf (deflated 26%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/correlation_pairs.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/filtered_genes.pdf (deflated 7%)
  adding: tmp/RtmpPmkF3j/test3/plots/qc/mds.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/boxplot_normalized.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/boxplot_raw.pdf (deflated 12%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/gcbias_normalized.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/gcbias_raw.pdf (deflated 4%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/lengthbias_normalized.pdf (deflated 2%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/lengthbias_raw.pdf (deflated 1%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_normalized_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 21%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_normalized_e14.5_e14.5_1_e14.5_2.pdf (deflated 21%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_raw_adult_8_weeks_a8w_1_a8w_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meandiff_raw_e14.5_e14.5_1_e14.5_2.pdf (deflated 20%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meanvar_normalized.pdf (deflated 30%)
  adding: tmp/RtmpPmkF3j/test3/plots/normalization/meanvar_raw.pdf (deflated 39%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_asis.pdf (deflated 10%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/de_heatmap_adult_8_weeks_vs_e14.5_zscore.pdf (deflated 8%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/mastat_plot_adult_8_weeks_vs_e14.5.pdf (deflated 5%)
  adding: tmp/RtmpPmkF3j/test3/plots/statistics/volcano_plot_adult_8_weeks_vs_e14.5.pdf (deflated 2%)

Quitting from metaseqr2-statistics.Rmd:437-446 [example-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/httr2_http_500>
Error in `req_perform()`:
! HTTP 500 Internal Server Error.
---
Backtrace:
     ▆
  1. └─metaseqR2::estimateAufcWeights(...)
  2.   └─metaseqR2:::cmclapply(...)
  3.     └─parallel::mclapply(..., mc.cores = ncores, mc.set.seed = FALSE)
  4.       └─base::lapply(X = X, FUN = FUN, ...)
  5.         └─metaseqR2 (local) FUN(X[[i]], ...)
  6.           └─metaseqR2::makeSimDataSd(...)
  7.             └─metaseqR2::getAnnotation(modelOrg, "gene")
  8.               └─metaseqR2:::getEnsemblAnnotation(org, type, ver)
  9.                 └─biomaRt::useMart(biomart = dat, host = host, dataset = getDataset(org))
 10.                   └─biomaRt:::.useMart(...)
 11.                     └─biomaRt:::.listMarts(...)
 12.                       └─biomaRt:::bmRequest(...)
 13.                         └─httr2::req_perform(request)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'metaseqr2-statistics.Rmd' failed with diagnostics:
HTTP 500 Internal Server Error.
--- failed re-building ‘metaseqr2-statistics.Rmd’

SUMMARY: processing the following file failed:
  ‘metaseqr2-statistics.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 3 ERRORs, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/metaseqR2.Rcheck/00check.log’
for details.


Installation output

metaseqR2.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘metaseqR2’ ...
** this is package ‘metaseqR2’ version ‘1.22.1’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c pval.c -o pval.o
pval.c: In function ‘add_from_both_sides’:
pval.c:26:11: warning: unused variable ‘esttotalperlength’ [-Wunused-variable]
   26 |    double esttotalperlength = total/2;
      |           ^~~~~~~~~~~~~~~~~
gcc -std=gnu2x -shared -L/home/biocbuild/bbs-3.22-bioc/R/lib -L/usr/local/lib -o metaseqR2.so pval.o -L/home/biocbuild/bbs-3.22-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.22-bioc/R/site-library/00LOCK-metaseqR2/00new/metaseqR2/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (metaseqR2)

Tests output

metaseqR2.Rcheck/tests/runTests.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.

> BiocGenerics:::testPackage("metaseqR2")

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min


Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname


Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians


Attaching package: 'limma'

The following object is masked from 'package:DESeq2':

    plotMA

The following object is masked from 'package:BiocGenerics':

    plotMA

locfit 1.5-9.12 	 2025-03-05

Attaching package: 'metaseqR2'

The following object is masked from 'package:limma':

    readTargets


Downsampling counts...
Estimating initial dispersion population...
Estimating dispersions using log-likelihood...

Running simulations... This procedure requires time... Please wait...Using Ensembl host https://jan2024.archive.ensembl.org
Timing stopped at: 1.598 0.175 109.5
Error in req_perform(request) : HTTP 500 Internal Server Error.
In addition: There were 50 or more warnings (use warnings() to see the first 50)

2026-03-13 01:48:34: Data processing started...

Read counts file: imported custom data frame
Conditions: e14.5, adult_8_weeks
Samples to include: e14.5_1, e14.5_2, a8w_1, a8w_2
Samples to exclude: none
Requested contrasts: adult_8_weeks_vs_e14.5
Library sizes: 
  e14.5_1: 3102907
  e14.5_2: 2067905
  a8w_1: 3742059
  a8w_2: 4403954
Annotation: embedded
Organism: mm9
Reference source: ensembl
Count type: gene
Analysis preset: medium_basic
Transcriptional level: gene
Exon filters: minActiveExons
  minActiveExons: 
    exonsPerGene: 5
    minExons: 2
    frac: 0.2
Gene filters: length, avgReads, expression, biotype
  length: 
    length: 500
  avgReads: 
    averagePerBp: 100
    quantile: 0.25
  expression: 
    median: TRUE
    mean: FALSE
    quantile: NA
    known: NA
    custom: NA
  biotype: 
    pseudogene: FALSE
    snRNA: FALSE
    protein_coding: FALSE
    antisense: FALSE
    miRNA: FALSE
    lincRNA: FALSE
    snoRNA: FALSE
    processed_transcript: FALSE
    misc_RNA: FALSE
    rRNA: TRUE
    sense_overlapping: FALSE
    sense_intronic: FALSE
    polymorphic_pseudogene: FALSE
    non_coding: FALSE
    three_prime_overlapping_ncrna: FALSE
    IG_C_gene: FALSE
    IG_J_gene: FALSE
    IG_D_gene: FALSE
    IG_V_gene: FALSE
    ncrna_host: FALSE
Filter application: postnorm
Normalization algorithm: edger
Normalization arguments: 
  method: TMM
  logratioTrim: 0.3
  sumTrim: 0.05
  doWeighting: TRUE
  Acutoff: -1e+10
  p: 0.75
Statistical algorithm(s): edger, limma
Statistical arguments: 
  edger: classic, 5, 10, movingave, NULL, grid, 11, c(-6, 6), NULL, CoxReid, 10000, NULL, auto, NULL, NULL, NULL, NULL, 0.125, NULL, auto, chisq, TRUE, FALSE, c(0.05, 0.1)
  limma: none
Meta-analysis method: simes
Multiple testing correction: BH
p-value threshold: 0.05
Logarithmic transformation offset: 1
Analysis preset: medium_basic
Quality control plots: mds
Figure format: png
Output directory: /tmp/RtmpUdferm
Output data: annotation, p_value, adj_p_value, meta_p_value, adj_meta_p_value, fold_change
Output scale(s): natural, log2
Output values: normalized
Loading gene annotation...
Saving gene model to /tmp/RtmpUdferm/data/gene_model.RData
Removing genes with zero counts in all samples...
Normalizing with: edger
Applying gene filter length...
  Threshold below which ignored: 500
Applying gene filter avgReads...
  Threshold below which ignored: 0.0659629215631332
Applying gene filter expression...
  Threshold below which ignored: 68
Applying gene filter biotype...
  Biotypes ignored: rRNA
2106 genes filtered out
1681 genes remain after filtering
Running statistical tests with: edger
  Contrast: adult_8_weeks_vs_e14.5
  Contrast adult_8_weeks_vs_e14.5: found 906 genes
Running statistical tests with: limma
  Contrast: adult_8_weeks_vs_e14.5
  Contrast adult_8_weeks_vs_e14.5: found 912 genes
Performing meta-analysis with simes
Building output files...
  Contrast: adult_8_weeks_vs_e14.5
    Adding non-filtered data...
      binding annotation...
      binding p-values...
      binding FDRs...
      binding meta p-values...
      binding adjusted meta p-values...
      binding natural normalized fold changes...
      binding log2 normalized fold changes...
    Writing output...
    Adding filtered data...
      binding annotation...
      binding p-values...
      binding FDRs...
      binding meta p-values...
      binding adjusted meta p-values...
      binding natural normalized fold changes...
      binding log2 normalized fold changes...
    Writing output...
    Adding report data...
      binding annotation...
      binding meta p-values...
      binding adjusted meta p-values...
      binding log2 normalized fold changes...
      binding normalized mean counts...
      binding normalized mean counts...
Creating quality control graphs...
Plotting in png format...
  Plotting mds...
  Importing mds...
Writing plot database in /tmp/RtmpUdferm/data/reportdb.js
Creating HTML report...
Compressing figures...  adding: tmp/RtmpUdferm/plots/qc/mds.png (deflated 44%)

Downloading required JavaScript libraries...

processing file: metaseqr2_report.Rmd
output file: metaseqr2_report.knit.md

/usr/bin/pandoc +RTS -K512m -RTS metaseqr2_report.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output /tmp/RtmpUdferm/index.html --lua-filter /home/biocbuild/bbs-3.22-bioc/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/biocbuild/bbs-3.22-bioc/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua +RTS -K2048m -RTS --variable 'material:true' --variable 'lightbox:true' --variable 'thumbnails:true' --variable 'gallery:true' --variable 'cards:true' --variable bs3=TRUE --standalone --section-divs --table-of-contents --toc-depth 1 --template /home/biocbuild/bbs-3.22-bioc/R/site-library/rmdformats/templates/material/material.html --highlight-style kate --variable theme=bootstrap --include-in-header /tmp/RtmpUdferm/rmarkdown-str9b1df3bf95ac1.html 

Output created: /tmp/RtmpUdferm/index.html


2026-03-13 01:48:41: Data processing finished!


Total processing time: 06 seconds



RUNIT TEST PROTOCOL -- Fri Mar 13 01:48:41 2026 
*********************************************** 
Number of test functions: 2 
Number of errors: 1 
Number of failures: 0 

 
1 Test Suite : 
metaseqR2 RUnit Tests - 2 test functions, 1 error, 0 failures
ERROR in test_estimate_aufc_weights: Error in req_perform(request) : HTTP 500 Internal Server Error.

Test files with failing tests

   test_estimate_aufc_weights.R 
     test_estimate_aufc_weights 


Error in BiocGenerics:::testPackage("metaseqR2") : 
  unit tests failed for package metaseqR2
In addition: Warning message:
The column that contains the gene biotypes ("embedCols$btCol") is missing with embedded annotation! Biotype filters and certain plots will not be available... 
Execution halted

Example timings

metaseqR2.Rcheck/metaseqR2-Ex.timings

nameusersystemelapsed
buildAnnotationDatabase000
buildCustomAnnotation3.8530.2934.148
combineBonferroni000
combineHarmonic0.0010.0000.002
combineMaxp0.0010.0000.000
combineMinp000
combineSimes0.0000.0000.001
combineWeight0.0000.0000.001
createSignalTracks1.0550.1221.174
diagplotAvgFtd0.0720.0020.074
diagplotBoxplot0.6210.0760.697
diagplotCor0.1180.0010.119
diagplotDeHeatmap0.7330.0070.740
diagplotEdaseq1.5280.0241.552
diagplotFiltered0.0230.0110.034
diagplotFtd0.0260.0010.027
diagplotMds0.1830.0020.185
diagplotNoiseq0.3750.0220.398
diagplotPairs0.7260.0220.748
diagplotRoc0.0150.0030.018
diagplotVenn0.1430.0440.189
diagplotVolcano1.2610.1501.412
downsampleCounts0.1870.0180.205
estimateAufcWeights0.9250.2111.127
estimateSimParams0.6840.1100.791