| Back to Build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-10-30 11:32 -0400 (Thu, 30 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4427 |
| 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 1953/2321 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| seqsetvis 1.31.0 (landing page) Joseph R Boyd
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | 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.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: 2025-10-30 08:56:26 -0400 (Thu, 30 Oct 2025) |
| EndedAt: 2025-10-30 09:07:20 -0400 (Thu, 30 Oct 2025) |
| EllapsedTime: 654.1 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: seqsetvis.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### 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-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 ‘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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
ssvFeatureBinaryHeatmap 7.601 0.349 7.950
ssvFetchBam 5.877 0.010 5.844
* 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.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)
seqsetvis.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. > > ## 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 280.071 1.732 276.413
seqsetvis.Rcheck/seqsetvis-Ex.timings
| name | user | system | elapsed | |
| add_cluster_annotation | 3.426 | 0.205 | 3.594 | |
| append_ynorm | 0.073 | 0.002 | 0.050 | |
| applyMovingAverage | 0.929 | 0.010 | 0.932 | |
| applySpline | 0.477 | 0.001 | 0.444 | |
| assemble_heatmap_cluster_bars | 0.977 | 0.003 | 0.946 | |
| calc_norm_factors | 0.032 | 0.002 | 0.023 | |
| centerAtMax | 0.290 | 0.011 | 0.256 | |
| centerFixedSizeGRanges | 0.139 | 0.001 | 0.139 | |
| centerGRangesAtMax | 0.531 | 0.045 | 0.517 | |
| clusteringKmeans | 0.088 | 0.013 | 0.080 | |
| clusteringKmeansNestedHclust | 0.041 | 0.003 | 0.035 | |
| col2hex | 0.002 | 0.000 | 0.002 | |
| collapse_gr | 0.689 | 0.004 | 0.693 | |
| convert_collapsed_coord | 0.210 | 0.004 | 0.214 | |
| copy_clust_info | 1.881 | 0.007 | 1.774 | |
| crossCorrByRle | 0.444 | 0.006 | 0.451 | |
| easyLoad_FUN | 0.051 | 0.001 | 0.052 | |
| easyLoad_IDRmerged | 0.042 | 0.002 | 0.044 | |
| easyLoad_bed | 0.116 | 0.000 | 0.116 | |
| easyLoad_broadPeak | 0.038 | 0.000 | 0.038 | |
| easyLoad_narrowPeak | 0.036 | 0.001 | 0.037 | |
| easyLoad_seacr | 0.040 | 0.001 | 0.041 | |
| expandCigar | 0.178 | 0.003 | 0.156 | |
| findMaxPos | 0.043 | 0.002 | 0.035 | |
| fragLen_calcStranded | 1.669 | 0.004 | 1.655 | |
| fragLen_fromMacs2Xls | 0.003 | 0.000 | 0.002 | |
| getReadLength | 0.051 | 0.000 | 0.050 | |
| get_mapped_reads | 0.008 | 0.000 | 0.009 | |
| ggellipse | 0.855 | 0.003 | 0.858 | |
| harmonize_seqlengths | 0.103 | 0.004 | 0.107 | |
| make_clustering_matrix | 0.080 | 0.003 | 0.072 | |
| merge_clusters | 4.176 | 0.006 | 4.091 | |
| prepare_fetch_GRanges | 0.027 | 0.002 | 0.029 | |
| prepare_fetch_GRanges_names | 0.075 | 0.003 | 0.078 | |
| prepare_fetch_GRanges_width | 0.030 | 0.000 | 0.029 | |
| quantileGRangesWidth | 0.003 | 0.000 | 0.003 | |
| reorder_clusters_hclust | 2.360 | 0.025 | 2.340 | |
| reorder_clusters_manual | 2.202 | 0.049 | 2.210 | |
| reorder_clusters_stepdown | 2.212 | 0.019 | 2.186 | |
| reverse_clusters | 2.470 | 0.006 | 2.387 | |
| safeBrew | 0.020 | 0.001 | 0.021 | |
| split_cluster | 2.224 | 0.065 | 2.198 | |
| ssvAnnotateSubjectGRanges | 0.966 | 0.012 | 0.979 | |
| ssvConsensusIntervalSets | 0.333 | 0.003 | 0.337 | |
| ssvFactorizeMembTable | 0.014 | 0.002 | 0.016 | |
| ssvFeatureBars | 0.863 | 0.003 | 0.866 | |
| ssvFeatureBinaryHeatmap | 7.601 | 0.349 | 7.950 | |
| ssvFeatureEuler | 0.812 | 0.015 | 0.827 | |
| ssvFeaturePie | 0.643 | 0.001 | 0.644 | |
| ssvFeatureUpset | 3.228 | 0.009 | 3.237 | |
| ssvFeatureVenn | 1.418 | 0.005 | 1.423 | |
| ssvFetchBam | 5.877 | 0.010 | 5.844 | |
| ssvFetchBamPE | 1.886 | 0.028 | 1.916 | |
| ssvFetchBamPE.RNA | 1.561 | 0.008 | 1.488 | |
| ssvFetchBigwig | 1.395 | 0.003 | 1.398 | |
| ssvFetchGRanges | 0.702 | 0.002 | 0.703 | |
| ssvFetchSignal | 1.441 | 0.024 | 1.465 | |
| ssvMakeMembTable-methods | 0.506 | 0.004 | 0.510 | |
| ssvOverlapIntervalSets | 0.230 | 0.003 | 0.234 | |
| ssvSignalBandedQuantiles | 4.798 | 0.092 | 4.705 | |
| ssvSignalClustering | 3.259 | 0.003 | 2.965 | |
| ssvSignalHeatmap.ClusterBars | 4.212 | 0.031 | 4.010 | |
| ssvSignalHeatmap | 4.733 | 0.104 | 4.601 | |
| ssvSignalLineplot | 3.122 | 0.472 | 3.588 | |
| ssvSignalLineplotAgg | 1.055 | 0.029 | 1.064 | |
| ssvSignalScatterplot | 1.192 | 0.088 | 1.234 | |
| viewGRangesWinSample_dt | 1.257 | 0.057 | 1.309 | |
| viewGRangesWinSummary_dt | 1.217 | 0.021 | 1.208 | |
| within_clust_sort | 1.957 | 0.121 | 1.971 | |