Back to Build/check report for BioC 3.23:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-11-01 11:32 -0400 (Sat, 01 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4774
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 846/2321HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenVisR 1.43.0  (landing page)
Zachary Skidmore
Snapshot Date: 2025-10-31 13:40 -0400 (Fri, 31 Oct 2025)
git_url: https://git.bioconductor.org/packages/GenVisR
git_branch: devel
git_last_commit: e398c9b
git_last_commit_date: 2025-10-29 10:29:36 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for GenVisR on nebbiolo1

To the developers/maintainers of the GenVisR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GenVisR.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: GenVisR
Version: 1.43.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:GenVisR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings GenVisR_1.43.0.tar.gz
StartedAt: 2025-10-31 23:46:19 -0400 (Fri, 31 Oct 2025)
EndedAt: 2025-10-31 23:56:39 -0400 (Fri, 31 Oct 2025)
EllapsedTime: 620.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: GenVisR.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/GenVisR.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* 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 ‘GenVisR/DESCRIPTION’ ... OK
* this is package ‘GenVisR’ version ‘1.43.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 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 ‘GenVisR’ 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 ... NOTE
Namespace in Imports field not imported from: ‘reshape2’
  All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
buildWaterfallPlot,WaterfallData: no visible global function definition
  for ‘tail’
setTierTwo,data.table: no visible global function definition for ‘tail’
setTierTwo,data.table : a: no visible binding for global variable ‘tmp’
toLolliplot,GMS: no visible binding for global variable ‘missingINdex’
Undefined global functions or variables:
  missingINdex tail tmp
Consider adding
  importFrom("utils", "tail")
to your NAMESPACE file.
* checking Rd files ... NOTE
checkRd: (-1) lohSpec.Rd:46: Lost braces; missing escapes or markup?
    46 | consisting of elements from the set {"M", "F"}. Used to suppress the plotting
       |                                     ^
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘GenVisR-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: genCov
> ### Title: Construct a region of interest coverage plot
> ### Aliases: genCov
> 
> ### ** Examples
> 
> # Load transcript meta data
> library(TxDb.Hsapiens.UCSC.hg19.knownGene)
Loading required package: GenomicFeatures
Loading required package: BiocGenerics
Loading required package: generics

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

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: ‘S4Vectors’

The following object is masked from ‘package:utils’:

    findMatches

The following objects are masked from ‘package:base’:

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

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

> txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
> 
> # Load BSgenome
> library(BSgenome.Hsapiens.UCSC.hg19)
Loading required package: BSgenome
Loading required package: Biostrings
Loading required package: XVector

Attaching package: ‘Biostrings’

The following object is masked from ‘package:base’:

    strsplit

Loading required package: BiocIO
Loading required package: rtracklayer
> genome <- BSgenome.Hsapiens.UCSC.hg19
> 
> # Define a region of interest
> gr <- GRanges(seqnames=c("chr10"),
+ ranges=IRanges(start=c(89622195), end=c(89729532)), strand=strand(c("+")))
> 
> # Create Data for input
> start <- c(89622194:89729524)
> end <- c(89622195:89729525)
> chr <- 10
> cov <- c(rnorm(100000, mean=40), rnorm(7331, mean=10))
> cov_input_A <- as.data.frame(cbind(chr, start, end, cov))
> 
> start <- c(89622194:89729524)
> end <- c(89622195:89729525)
> chr <- 10
> cov <- c(rnorm(50000, mean=40), rnorm(7331, mean=10), rnorm(50000, mean=40))
> cov_input_A <- as.data.frame(cbind(chr, start, end, cov))
> 
> # Define the data as a list
> data <- list("Sample A"=cov_input_A)
> 
> # Call genCov
> genCov(data, txdb, gr, genome, gene_labelTranscriptSize=3)
Obtaining CDS Coordinates
'select()' returned 1:many mapping between keys and columns
Obtaining UTR Coordinates
'select()' returned 1:many mapping between keys and columns
Error in if (is.na(UTR)) { : the condition has length > 1
Calls: genCov -> geneViz -> geneViz_formatUTR
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                  user system elapsed
Lolliplot-class 24.730  2.456  33.591
cnSpec           5.528  0.139   5.655
cnFreq           5.437  0.176   5.614
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  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, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/GenVisR.Rcheck/00check.log’
for details.


Installation output

GenVisR.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘GenVisR’ ...
** this is package ‘GenVisR’ version ‘1.43.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (GenVisR)

Tests output

GenVisR.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
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(testthat)
> library(GenVisR)
> 
> test_check("GenVisR")
[ FAIL 0 | WARN 4 | SKIP 0 | PASS 510 ]

[ FAIL 0 | WARN 4 | SKIP 0 | PASS 510 ]
> 
> proc.time()
   user  system elapsed 
109.078   7.159 127.140 

Example timings

GenVisR.Rcheck/GenVisR-Ex.timings

nameusersystemelapsed
Lolliplot-class24.730 2.45633.591
TvTi1.6010.0671.671
Waterfall-class0.7370.0170.754
cnFreq5.4370.1765.614
cnSpec5.5280.1395.655
cnView0.7510.0060.757
compIdent1.8580.2032.061
covBars0.8220.0060.829