Back to Build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

This page was generated on 2026-01-22 11:58 -0500 (Thu, 22 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
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 1503/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
omicsViewer 1.14.0  (landing page)
Chen Meng
Snapshot Date: 2026-01-19 13:45 -0500 (Mon, 19 Jan 2026)
git_url: https://git.bioconductor.org/packages/omicsViewer
git_branch: RELEASE_3_22
git_last_commit: 5a2ceb1
git_last_commit_date: 2025-10-29 11:16:46 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for omicsViewer on nebbiolo2

To the developers/maintainers of the omicsViewer package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/omicsViewer.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: omicsViewer
Version: 1.14.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:omicsViewer.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings omicsViewer_1.14.0.tar.gz
StartedAt: 2026-01-20 02:19:04 -0500 (Tue, 20 Jan 2026)
EndedAt: 2026-01-20 02:23:13 -0500 (Tue, 20 Jan 2026)
EllapsedTime: 249.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: omicsViewer.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/omicsViewer.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 ‘omicsViewer/DESCRIPTION’ ... OK
* this is package ‘omicsViewer’ version ‘1.14.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 33 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 ... NOTE
Found the following hidden files and directories:
  .claude
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘omicsViewer’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  5.5Mb
  sub-directories of 1Mb or more:
    extdata   4.9Mb
* 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 ... WARNING
Missing link(s) in Rd file 'app_module.Rd':
  ‘L1_data_space_module’ ‘L1_result_space_module’

See section 'Cross-references' in the 'Writing R Extensions' manual.

Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  app_module.Rd: L1_data_space_module, L1_result_space_module
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 files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test_auxi_sparse_converter.R’
 ERROR
Running the tests in ‘tests/test_auxi_sparse_converter.R’ failed.
Last 13 lines of output:
  > csc2 <- omicsViewer:::list2csc(scc, dimnames = list(rownames(m)))
  Error in (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE,  : 
    'i' and 'j' must not contain NA
  Calls: <Anonymous> -> do.call -> <Anonymous>
  Bail out! Looks like 1 tests ran, but script ended prematurely
  # Error in (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE,  : 
  #   'i' and 'j' must not contain NA
  # Calls: <Anonymous> -> do.call -> <Anonymous>
  # Traceback:
  #  1: omicsViewer:::list2csc(scc, dimnames = list(rownames(m)))
  #  2: do.call(sparseMatrix, args)
  #  3: (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE, 
  #       index1 = TRUE, repr = c("C", "R", "T"), giveCsparse, check = TRUE, 
  #       use.last.ij = FALSE) 
  #  4: stop("'i' and 'j' must not contain NA")
* 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, 1 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/omicsViewer.Rcheck/00check.log’
for details.


Installation output

omicsViewer.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘omicsViewer’ ...
** this is package ‘omicsViewer’ version ‘1.14.0’
** using staged installation
** R
** 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 (omicsViewer)

Tests output

omicsViewer.Rcheck/tests/test_auxi_sparse_converter.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.

> library(omicsViewer)
> library(Matrix)
> library(unittest, quietly = TRUE)
> 
> # source("R/auxi_sparse_converter.R")
> 
> m <- matrix(0, 10, 5, dimnames = list(paste0("R", 1:10), paste0("C", 1:5)))
> for (i in 2:ncol(m)) {
+    m[i*2, i] <- 1
+ }
> 
> csc <- as(m, "dgCMatrix")
> ok(ut_cmp_equal(colSums(csc), colSums(m)), "as sparse")
ok - as sparse
> 
> scc <- omicsViewer:::csc2list(csc)
> csc2 <- omicsViewer:::list2csc(scc, dimnames = list(rownames(m)))
Error in (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE,  : 
  'i' and 'j' must not contain NA
Calls: <Anonymous> -> do.call -> <Anonymous>
Bail out! Looks like 1 tests ran, but script ended prematurely
# Error in (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE,  : 
#   'i' and 'j' must not contain NA
# Calls: <Anonymous> -> do.call -> <Anonymous>
# Traceback:
#  1: omicsViewer:::list2csc(scc, dimnames = list(rownames(m)))
#  2: do.call(sparseMatrix, args)
#  3: (function (i, j, p, x, dims, dimnames, symmetric = FALSE, triangular = FALSE, 
#       index1 = TRUE, repr = c("C", "R", "T"), giveCsparse, check = TRUE, 
#       use.last.ij = FALSE) 
#  4: stop("'i' and 'j' must not contain NA")

Example timings

omicsViewer.Rcheck/omicsViewer-Ex.timings

nameusersystemelapsed
app_module000
app_ui000
correlationAnalysis0.0160.0010.017
draw_roc_pr0.1060.0020.107
exprspca0.1850.0230.209
extendMetaData0.0620.0020.064
fgsea1000
fillNA0.0020.0000.002
filterRow0.0020.0000.002
getAutoRIF0.0850.0064.237
gsAnnotIdList0.0280.0010.029
hclust2str000
multi.t.test3.2330.1723.406
nColors000
normalize.nQuantiles0.0320.0050.037
normalize.totsum0.0120.0020.014
normalizeColWise0.0380.0090.047
normalizeData0.0380.0020.041
omicsViewer000
plot_roc_pr_module000
plotly_boxplot_module0.0010.0000.001
plotly_boxplot_ui0.0010.0000.001
plotly_scatter_module0.0030.0000.003
plotly_scatter_ui0.0030.0000.003
prepOmicsViewer2.3580.0712.429
readESVObj0.9990.0891.088
read_gmt0.0400.0010.040
removeVarQC0.0180.0000.018
rowshift0.0160.0010.017
saveOmicsViewerDb0.0940.0010.095
triselector_module0.0000.0010.001
triselector_ui0.0010.0000.001