| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-01 12:03 -0400 (Sat, 01 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4901 |
| lconway | macOS 12.7.6 Monterey | x86_64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4691 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4637 |
| 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/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| seqsetvis 1.30.0 (landing page) Joseph R Boyd
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| lconway | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
|
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. |
| 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: 2025-11-01 04:09:46 -0400 (Sat, 01 Nov 2025) |
| EndedAt: 2025-11-01 04:20:37 -0400 (Sat, 01 Nov 2025) |
| EllapsedTime: 651.6 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: seqsetvis.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### 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.1 Patched (2025-08-23 r88802)
* 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
ssvFeatureBinaryHeatmap 7.555 0.298 7.853
ssvFetchBam 5.991 0.032 5.981
ssvSignalBandedQuantiles 5.125 0.076 4.989
ssvSignalHeatmap 5.020 0.016 4.619
* 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: OK
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)
seqsetvis.Rcheck/tests/testthat.Rout
R version 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 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 274.628 1.430 271.880
seqsetvis.Rcheck/seqsetvis-Ex.timings
| name | user | system | elapsed | |
| add_cluster_annotation | 3.531 | 0.203 | 3.699 | |
| append_ynorm | 0.075 | 0.000 | 0.045 | |
| applyMovingAverage | 0.963 | 0.005 | 0.957 | |
| applySpline | 0.492 | 0.000 | 0.457 | |
| assemble_heatmap_cluster_bars | 0.965 | 0.016 | 0.951 | |
| calc_norm_factors | 0.036 | 0.000 | 0.024 | |
| centerAtMax | 0.324 | 0.006 | 0.238 | |
| centerFixedSizeGRanges | 0.136 | 0.004 | 0.140 | |
| centerGRangesAtMax | 0.645 | 0.034 | 0.569 | |
| clusteringKmeans | 0.038 | 0.000 | 0.026 | |
| clusteringKmeansNestedHclust | 0.060 | 0.000 | 0.032 | |
| col2hex | 0.001 | 0.000 | 0.001 | |
| collapse_gr | 0.692 | 0.002 | 0.694 | |
| convert_collapsed_coord | 0.187 | 0.001 | 0.189 | |
| copy_clust_info | 1.827 | 0.006 | 1.746 | |
| crossCorrByRle | 0.436 | 0.002 | 0.438 | |
| easyLoad_FUN | 0.048 | 0.000 | 0.048 | |
| easyLoad_IDRmerged | 0.041 | 0.001 | 0.043 | |
| easyLoad_bed | 0.12 | 0.00 | 0.12 | |
| easyLoad_broadPeak | 0.035 | 0.001 | 0.036 | |
| easyLoad_narrowPeak | 0.036 | 0.001 | 0.036 | |
| easyLoad_seacr | 0.043 | 0.000 | 0.042 | |
| expandCigar | 0.174 | 0.002 | 0.157 | |
| findMaxPos | 0.042 | 0.000 | 0.034 | |
| fragLen_calcStranded | 1.695 | 0.003 | 1.689 | |
| fragLen_fromMacs2Xls | 0.002 | 0.001 | 0.002 | |
| getReadLength | 0.055 | 0.001 | 0.056 | |
| get_mapped_reads | 0.009 | 0.000 | 0.009 | |
| ggellipse | 0.882 | 0.000 | 0.882 | |
| harmonize_seqlengths | 0.124 | 0.001 | 0.125 | |
| make_clustering_matrix | 0.084 | 0.001 | 0.072 | |
| merge_clusters | 4.406 | 0.005 | 4.310 | |
| prepare_fetch_GRanges | 0.029 | 0.002 | 0.032 | |
| prepare_fetch_GRanges_names | 0.080 | 0.002 | 0.082 | |
| prepare_fetch_GRanges_width | 0.043 | 0.000 | 0.042 | |
| quantileGRangesWidth | 0.002 | 0.001 | 0.003 | |
| reorder_clusters_hclust | 2.412 | 0.000 | 2.353 | |
| reorder_clusters_manual | 1.309 | 0.004 | 1.275 | |
| reorder_clusters_stepdown | 3.260 | 0.014 | 3.213 | |
| reverse_clusters | 2.618 | 0.009 | 2.474 | |
| safeBrew | 0.023 | 0.001 | 0.024 | |
| split_cluster | 2.287 | 0.028 | 2.222 | |
| ssvAnnotateSubjectGRanges | 0.934 | 0.006 | 0.941 | |
| ssvConsensusIntervalSets | 0.293 | 0.001 | 0.294 | |
| ssvFactorizeMembTable | 0.012 | 0.001 | 0.012 | |
| ssvFeatureBars | 0.839 | 0.001 | 0.840 | |
| ssvFeatureBinaryHeatmap | 7.555 | 0.298 | 7.853 | |
| ssvFeatureEuler | 0.820 | 0.006 | 0.827 | |
| ssvFeaturePie | 0.643 | 0.000 | 0.644 | |
| ssvFeatureUpset | 3.232 | 0.004 | 3.236 | |
| ssvFeatureVenn | 1.470 | 0.001 | 1.472 | |
| ssvFetchBam | 5.991 | 0.032 | 5.981 | |
| ssvFetchBamPE | 1.933 | 0.031 | 1.971 | |
| ssvFetchBamPE.RNA | 1.594 | 0.010 | 1.541 | |
| ssvFetchBigwig | 1.338 | 0.003 | 1.342 | |
| ssvFetchGRanges | 0.764 | 0.001 | 0.768 | |
| ssvFetchSignal | 1.426 | 0.007 | 1.439 | |
| ssvMakeMembTable-methods | 0.527 | 0.002 | 0.529 | |
| ssvOverlapIntervalSets | 0.258 | 0.002 | 0.259 | |
| ssvSignalBandedQuantiles | 5.125 | 0.076 | 4.989 | |
| ssvSignalClustering | 3.249 | 0.002 | 3.077 | |
| ssvSignalHeatmap.ClusterBars | 4.508 | 0.021 | 4.213 | |
| ssvSignalHeatmap | 5.020 | 0.016 | 4.619 | |
| ssvSignalLineplot | 2.873 | 0.024 | 2.883 | |
| ssvSignalLineplotAgg | 1.098 | 0.001 | 1.063 | |
| ssvSignalScatterplot | 1.206 | 0.003 | 1.158 | |
| viewGRangesWinSample_dt | 1.182 | 0.002 | 1.179 | |
| viewGRangesWinSummary_dt | 1.179 | 0.001 | 1.157 | |
| within_clust_sort | 1.868 | 0.026 | 1.823 | |