Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4808
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4542
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 1497/2345HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
omicsViewer 1.15.0  (landing page)
Chen Meng
Snapshot Date: 2026-01-21 13:40 -0500 (Wed, 21 Jan 2026)
git_url: https://git.bioconductor.org/packages/omicsViewer
git_branch: devel
git_last_commit: e91edf4
git_last_commit_date: 2025-10-29 11:16:46 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for omicsViewer on nebbiolo1

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.15.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:omicsViewer.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings omicsViewer_1.15.0.tar.gz
StartedAt: 2026-01-22 02:13:03 -0500 (Thu, 22 Jan 2026)
EndedAt: 2026-01-22 02:17:08 -0500 (Thu, 22 Jan 2026)
EllapsedTime: 245.5 seconds
RetCode: 1
Status:   ERROR  
CheckDir: omicsViewer.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/omicsViewer.Rcheck’
* using R Under development (unstable) (2026-01-15 r89304)
* 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.15.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 ... 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 ... 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.23-bioc/meat/omicsViewer.Rcheck/00check.log’
for details.


Installation output

omicsViewer.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘omicsViewer’ ...
** this is package ‘omicsViewer’ version ‘1.15.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 Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences"
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(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_module0.0000.0000.001
app_ui0.0000.0010.001
correlationAnalysis0.0160.0070.023
draw_roc_pr0.1020.0000.102
exprspca0.2020.0080.211
extendMetaData0.0620.0000.061
fgsea10.0000.0000.001
fillNA0.0020.0000.002
filterRow0.0020.0000.002
getAutoRIF0.0770.0063.198
gsAnnotIdList0.0200.0060.026
hclust2str0.0000.0010.000
multi.t.test3.1140.1763.291
nColors000
normalize.nQuantiles0.0330.0020.036
normalize.totsum0.0130.0010.015
normalizeColWise0.0360.0010.039
normalizeData0.0360.0040.040
omicsViewer0.0010.0000.001
plot_roc_pr_module0.0010.0000.001
plotly_boxplot_module0.0000.0000.001
plotly_boxplot_ui0.0000.0000.001
plotly_scatter_module0.0030.0010.003
plotly_scatter_ui0.0020.0020.003
prepOmicsViewer2.2590.0712.333
readESVObj0.9240.1341.063
read_gmt0.0410.0010.042
removeVarQC0.0180.0000.018
rowshift0.0170.0000.017
saveOmicsViewerDb0.0970.0020.098
triselector_module0.0010.0000.001
triselector_ui0.0010.0000.001