Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2026-01-16 11:11 -0500 (Fri, 16 Jan 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-12-22 r89219) -- "Unsuffered Consequences" 4849
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4628
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 1970/2343HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqsetvis 1.31.0  (landing page)
Joseph R Boyd
Snapshot Date: 2026-01-15 13:40 -0500 (Thu, 15 Jan 2026)
git_url: https://git.bioconductor.org/packages/seqsetvis
git_branch: devel
git_last_commit: 1aad17d
git_last_commit_date: 2025-10-29 10:44:19 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for seqsetvis on nebbiolo1

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.31.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings seqsetvis_1.31.0.tar.gz
StartedAt: 2026-01-16 04:13:31 -0500 (Fri, 16 Jan 2026)
EndedAt: 2026-01-16 04:23:59 -0500 (Fri, 16 Jan 2026)
EllapsedTime: 627.8 seconds
RetCode: 1
Status:   ERROR  
CheckDir: seqsetvis.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/seqsetvis.Rcheck’
* using R Under development (unstable) (2025-12-22 r89219)
* 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.31.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.172  0.231   7.404
ssvFetchBam              5.949  0.036   5.933
ssvSignalBandedQuantiles 4.938  0.085   4.829
* 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.23-bioc/meat/seqsetvis.Rcheck/00check.log’
for details.


Installation output

seqsetvis.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘seqsetvis’ ...
** this is package ‘seqsetvis’ version ‘1.31.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 Under development (unstable) (2025-12-22 r89219) -- "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.

> 
> ## load dependencies
> library(testthat)
> library(seqsetvis)
Loading required package: ggplot2
> library(data.table)

Attaching package: 'data.table'

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

    %notin%

> 
> ## 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.142   1.618 259.382 

Example timings

seqsetvis.Rcheck/seqsetvis-Ex.timings

nameusersystemelapsed
add_cluster_annotation3.4540.1923.608
append_ynorm0.0710.0020.042
applyMovingAverage0.8970.0030.890
applySpline0.5230.0040.472
assemble_heatmap_cluster_bars0.9960.0290.959
calc_norm_factors0.0360.0000.024
centerAtMax0.3300.0060.242
centerFixedSizeGRanges0.1400.0010.141
centerGRangesAtMax0.6300.0310.550
clusteringKmeans0.0410.0040.029
clusteringKmeansNestedHclust0.1210.0020.082
col2hex0.0000.0010.001
collapse_gr0.6960.0050.701
convert_collapsed_coord0.1880.0020.191
copy_clust_info1.8360.0021.754
crossCorrByRle0.4420.0060.449
easyLoad_FUN0.0490.0000.049
easyLoad_IDRmerged0.0430.0000.043
easyLoad_bed0.1150.0020.117
easyLoad_broadPeak0.0350.0010.035
easyLoad_narrowPeak0.0360.0010.037
easyLoad_seacr0.0380.0020.040
expandCigar0.1780.0000.158
findMaxPos0.0400.0070.037
fragLen_calcStranded1.6700.0051.667
fragLen_fromMacs2Xls0.0020.0010.003
getReadLength0.0510.0010.052
get_mapped_reads0.0090.0000.008
ggellipse0.8200.0010.820
harmonize_seqlengths0.1070.0030.110
make_clustering_matrix0.0850.0040.076
merge_clusters4.3160.0024.225
prepare_fetch_GRanges0.0280.0020.031
prepare_fetch_GRanges_names0.0760.0020.078
prepare_fetch_GRanges_width0.0300.0010.031
quantileGRangesWidth0.0020.0010.004
reorder_clusters_hclust2.3960.0022.347
reorder_clusters_manual1.3240.0051.283
reorder_clusters_stepdown3.4020.0163.325
reverse_clusters2.6450.0002.479
safeBrew0.0190.0010.022
split_cluster2.2870.0052.128
ssvAnnotateSubjectGRanges0.9450.0100.955
ssvConsensusIntervalSets0.2890.0050.294
ssvFactorizeMembTable0.0120.0030.015
ssvFeatureBars0.8120.0090.820
ssvFeatureBinaryHeatmap7.1720.2317.404
ssvFeatureEuler0.8150.0010.816
ssvFeaturePie0.6310.0000.630
ssvFeatureUpset3.0690.0033.071
ssvFeatureVenn1.4230.0091.432
ssvFetchBam5.9490.0365.933
ssvFetchBamPE1.8430.0161.859
ssvFetchBamPE.RNA1.4870.0161.436
ssvFetchBigwig1.3100.0071.317
ssvFetchGRanges0.7370.0010.738
ssvFetchSignal1.4090.0021.410
ssvMakeMembTable-methods0.5220.0060.528
ssvOverlapIntervalSets0.2280.0020.230
ssvSignalBandedQuantiles4.9380.0854.829
ssvSignalClustering3.1500.0043.012
ssvSignalHeatmap.ClusterBars4.3550.0074.083