| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-07 12:01 -0500 (Fri, 07 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" | 4902 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4638 |
| 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 | |||||||||
| 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: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings seqsetvis_1.30.0.tar.gz |
| StartedAt: 2025-11-06 22:04:29 -0500 (Thu, 06 Nov 2025) |
| EndedAt: 2025-11-06 22:08:04 -0500 (Thu, 06 Nov 2025) |
| EllapsedTime: 214.7 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: seqsetvis.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings seqsetvis_1.30.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/seqsetvis.Rcheck’
* using R version 4.5.1 Patched (2025-09-10 r88807)
* using platform: aarch64-apple-darwin20
* R was compiled by
Apple clang version 16.0.0 (clang-1600.0.26.6)
GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* 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 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
* 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 running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: OK
seqsetvis.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL seqsetvis ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/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-09-10 r88807) -- "Great Square Root" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 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 81.229 2.251 85.325
seqsetvis.Rcheck/seqsetvis-Ex.timings
| name | user | system | elapsed | |
| add_cluster_annotation | 1.207 | 0.057 | 1.335 | |
| append_ynorm | 0.018 | 0.002 | 0.019 | |
| applyMovingAverage | 0.290 | 0.003 | 0.307 | |
| applySpline | 0.153 | 0.006 | 0.161 | |
| assemble_heatmap_cluster_bars | 0.292 | 0.004 | 0.302 | |
| calc_norm_factors | 0.011 | 0.001 | 0.011 | |
| centerAtMax | 0.078 | 0.003 | 0.081 | |
| centerFixedSizeGRanges | 0.043 | 0.003 | 0.046 | |
| centerGRangesAtMax | 0.168 | 0.011 | 0.178 | |
| clusteringKmeans | 0.011 | 0.002 | 0.013 | |
| clusteringKmeansNestedHclust | 0.012 | 0.003 | 0.015 | |
| col2hex | 0.000 | 0.000 | 0.001 | |
| collapse_gr | 0.200 | 0.004 | 0.210 | |
| convert_collapsed_coord | 0.054 | 0.003 | 0.059 | |
| copy_clust_info | 0.526 | 0.008 | 0.535 | |
| crossCorrByRle | 0.144 | 0.004 | 0.150 | |
| easyLoad_FUN | 0.016 | 0.000 | 0.017 | |
| easyLoad_IDRmerged | 0.012 | 0.001 | 0.013 | |
| easyLoad_bed | 0.036 | 0.000 | 0.036 | |
| easyLoad_broadPeak | 0.010 | 0.001 | 0.010 | |
| easyLoad_narrowPeak | 0.011 | 0.000 | 0.011 | |
| easyLoad_seacr | 0.011 | 0.001 | 0.012 | |
| expandCigar | 0.047 | 0.004 | 0.079 | |
| findMaxPos | 0.013 | 0.003 | 0.020 | |
| fragLen_calcStranded | 0.482 | 0.008 | 0.517 | |
| fragLen_fromMacs2Xls | 0.001 | 0.000 | 0.001 | |
| getReadLength | 0.018 | 0.002 | 0.019 | |
| get_mapped_reads | 0.003 | 0.001 | 0.003 | |
| ggellipse | 0.267 | 0.002 | 0.269 | |
| harmonize_seqlengths | 0.037 | 0.003 | 0.040 | |
| make_clustering_matrix | 0.027 | 0.002 | 0.028 | |
| merge_clusters | 1.294 | 0.023 | 1.362 | |
| prepare_fetch_GRanges | 0.009 | 0.001 | 0.009 | |
| prepare_fetch_GRanges_names | 0.022 | 0.001 | 0.022 | |
| prepare_fetch_GRanges_width | 0.008 | 0.001 | 0.008 | |
| quantileGRangesWidth | 0.001 | 0.000 | 0.002 | |
| reorder_clusters_hclust | 0.719 | 0.006 | 0.756 | |
| reorder_clusters_manual | 0.396 | 0.008 | 0.405 | |
| reorder_clusters_stepdown | 1.081 | 0.022 | 1.105 | |
| reverse_clusters | 0.764 | 0.008 | 0.828 | |
| safeBrew | 0.008 | 0.001 | 0.009 | |
| split_cluster | 0.672 | 0.009 | 0.681 | |
| ssvAnnotateSubjectGRanges | 0.284 | 0.010 | 0.295 | |
| ssvConsensusIntervalSets | 0.099 | 0.003 | 0.102 | |
| ssvFactorizeMembTable | 0.004 | 0.001 | 0.006 | |
| ssvFeatureBars | 0.263 | 0.002 | 0.267 | |
| ssvFeatureBinaryHeatmap | 3.201 | 0.269 | 3.530 | |
| ssvFeatureEuler | 0.267 | 0.012 | 0.280 | |
| ssvFeaturePie | 0.205 | 0.003 | 0.209 | |
| ssvFeatureUpset | 1.017 | 0.006 | 1.024 | |
| ssvFeatureVenn | 0.448 | 0.003 | 0.452 | |
| ssvFetchBam | 1.751 | 0.071 | 1.862 | |
| ssvFetchBamPE | 0.585 | 0.034 | 0.636 | |
| ssvFetchBamPE.RNA | 0.468 | 0.030 | 0.504 | |
| ssvFetchBigwig | 0.422 | 0.008 | 0.440 | |
| ssvFetchGRanges | 0.231 | 0.002 | 0.233 | |
| ssvFetchSignal | 0.425 | 0.017 | 0.445 | |
| ssvMakeMembTable-methods | 0.159 | 0.004 | 0.164 | |
| ssvOverlapIntervalSets | 0.073 | 0.003 | 0.076 | |
| ssvSignalBandedQuantiles | 1.625 | 0.046 | 1.703 | |
| ssvSignalClustering | 0.952 | 0.026 | 0.983 | |
| ssvSignalHeatmap.ClusterBars | 1.258 | 0.015 | 1.297 | |
| ssvSignalHeatmap | 1.398 | 0.036 | 1.457 | |
| ssvSignalLineplot | 0.877 | 0.004 | 0.883 | |
| ssvSignalLineplotAgg | 0.363 | 0.012 | 0.386 | |
| ssvSignalScatterplot | 0.389 | 0.008 | 0.402 | |
| viewGRangesWinSample_dt | 0.357 | 0.012 | 0.374 | |
| viewGRangesWinSummary_dt | 0.363 | 0.013 | 0.388 | |
| within_clust_sort | 0.581 | 0.017 | 0.625 | |