Back to Build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2026-01-26 11:58 -0500 (Mon, 26 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 1987/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqsetvis 1.30.0  (landing page)
Joseph R Boyd
Snapshot Date: 2026-01-22 13:45 -0500 (Thu, 22 Jan 2026)
git_url: https://git.bioconductor.org/packages/seqsetvis
git_branch: RELEASE_3_22
git_last_commit: 079b602
git_last_commit_date: 2025-10-29 10:44:19 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for seqsetvis on nebbiolo2

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

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/seqsetvis.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 ‘seqsetvis/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘seqsetvis’ version ‘1.30.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* 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 ‘seqsetvis’ 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 ‘seqsetvis-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ssvSignalHeatmap
> ### Title: heatmap style representation of membership table. instead of
> ###   clustering, each column is sorted starting from the left.
> ### Aliases: ssvSignalHeatmap
> 
> ### ** Examples
> 
> data(CTCF_in_10a_profiles_gr)
> 
> #the simplest use
> ssvSignalHeatmap(CTCF_in_10a_profiles_gr)
clustering...
making plot...
> ssvSignalHeatmap(CTCF_in_10a_profiles_gr, show_cluster_bars = FALSE)
clustering...
making plot...
> 
> #clustering can be done manually beforehand
> clust_dt = ssvSignalClustering(CTCF_in_10a_profiles_gr, nclust = 3)
clustering...
> ssvSignalHeatmap(clust_dt)
making plot...
> 
> ssvSignalHeatmap(clust_dt, max_rows = 20, max_cols = 7)
7 columns were discarded according to max_cols: 7
80 rows were discarded according to max_rows: 20
making plot...
Warning: Raster pixels are placed at uneven horizontal intervals and will be shifted
ℹ Consider using `geom_tile()` instead.
> 
> # aggregation, when facet_ is shared by multiple samples
> prof_gr = CTCF_in_10a_profiles_gr
> prof_gr$mark = "CTCF"
> clust_gr = ssvSignalClustering(
+   prof_gr,
+   facet_ = "mark",
+   fun.aggregate = function(x)as.numeric(x > 10)
+ )
clustering...
Error: Aggregating functions should take a vector as input and return a single value (length=1), but they do not, so the result is undefined. Please fix by modifying your function so that a single value is always returned.
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                         user system elapsed
ssvFeatureBinaryHeatmap 7.544  0.334   7.879
ssvFetchBam             5.908  0.049   5.905
* 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
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/seqsetvis.Rcheck/00check.log’
for details.


Installation output

seqsetvis.Rcheck/00install.out

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


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

Tests output

seqsetvis.Rcheck/tests/testthat.Rout


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.

> 
> ## load dependencies
> library(testthat)
> library(seqsetvis)
Loading required package: ggplot2
> library(data.table)
> 
> ## test package
> test_check(package = "seqsetvis")
[ FAIL 0 | WARN 3 | SKIP 0 | PASS 1291 ]

[ FAIL 0 | WARN 3 | SKIP 0 | PASS 1291 ]
> 
> proc.time()
   user  system elapsed 
263.185   1.749 260.238 

Example timings

seqsetvis.Rcheck/seqsetvis-Ex.timings

nameusersystemelapsed
add_cluster_annotation3.3100.1613.435
append_ynorm0.0730.0030.045
applyMovingAverage0.8900.0130.894
applySpline0.4790.0010.433
assemble_heatmap_cluster_bars0.9300.0030.901
calc_norm_factors0.0300.0010.021
centerAtMax0.2700.0010.227
centerFixedSizeGRanges0.1230.0030.126
centerGRangesAtMax0.5600.0140.518
clusteringKmeans0.0360.0010.025
clusteringKmeansNestedHclust0.0430.0000.031
col2hex0.0010.0000.001
collapse_gr0.6300.0020.633
convert_collapsed_coord0.1630.0020.164
copy_clust_info1.7540.0511.724
crossCorrByRle0.3870.0060.393
easyLoad_FUN0.0470.0000.047
easyLoad_IDRmerged0.040.000.04
easyLoad_bed0.1130.0000.112
easyLoad_broadPeak0.0320.0000.034
easyLoad_narrowPeak0.0340.0000.034
easyLoad_seacr0.0380.0000.037
expandCigar0.1590.0020.143
findMaxPos0.0350.0030.030
fragLen_calcStranded1.5980.0021.591
fragLen_fromMacs2Xls0.0020.0000.002
getReadLength0.0520.0010.053
get_mapped_reads0.0080.0000.008
ggellipse0.8840.0020.886
harmonize_seqlengths0.1490.0000.149
make_clustering_matrix0.0890.0010.076
merge_clusters4.2880.0234.124
prepare_fetch_GRanges0.0290.0040.032
prepare_fetch_GRanges_names0.0750.0010.076
prepare_fetch_GRanges_width0.0270.0000.028
quantileGRangesWidth0.0010.0010.002
reorder_clusters_hclust2.3850.1272.462
reorder_clusters_manual1.4470.0311.430
reorder_clusters_stepdown3.1610.1943.307
reverse_clusters2.6050.0302.476
safeBrew0.0220.0000.023
split_cluster2.1980.0302.133
ssvAnnotateSubjectGRanges0.9360.0220.958
ssvConsensusIntervalSets0.3210.0120.333
ssvFactorizeMembTable0.0110.0010.013
ssvFeatureBars0.8480.0160.866
ssvFeatureBinaryHeatmap7.5440.3347.879
ssvFeatureEuler0.8310.0090.839
ssvFeaturePie0.6330.0020.635
ssvFeatureUpset3.2120.0233.236
ssvFeatureVenn1.4220.0041.428
ssvFetchBam5.9080.0495.905
ssvFetchBamPE1.8900.0301.921
ssvFetchBamPE.RNA1.4780.0071.402
ssvFetchBigwig1.3450.0461.392
ssvFetchGRanges0.7020.0080.711
ssvFetchSignal1.3250.0061.332
ssvMakeMembTable-methods0.4930.0030.495
ssvOverlapIntervalSets0.2290.0010.230
ssvSignalBandedQuantiles4.8370.0984.738
ssvSignalClustering3.1650.0022.937
ssvSignalHeatmap.ClusterBars4.1710.0003.899