| Back to Multiple platform build/check report for BioC 3.15 |
|
This page was generated on 2022-10-19 13:23:43 -0400 (Wed, 19 Oct 2022).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4386 |
| palomino3 | Windows Server 2022 Datacenter | x64 | 4.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" | 4138 |
| merida1 | macOS 10.14.6 Mojave | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4205 |
| 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 | ||||
|
To the developers/maintainers of the seqsetvis package: - Please 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 How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1819/2140 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| seqsetvis 1.16.0 (landing page) Joseph R Boyd
| nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
| palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: seqsetvis |
| Version: 1.16.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.16.0.tar.gz |
| StartedAt: 2022-10-19 07:56:46 -0400 (Wed, 19 Oct 2022) |
| EndedAt: 2022-10-19 08:13:31 -0400 (Wed, 19 Oct 2022) |
| EllapsedTime: 1005.2 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.16.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.15-bioc/meat/seqsetvis.Rcheck’
* using R version 4.2.1 (2022-06-23)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* 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.16.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 R 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 LazyData ... 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
ssvFetchBam 13.447 0.362 13.820
ssvSignalBandedQuantiles 10.493 0.057 10.668
ssvFeatureBinaryHeatmap 9.266 0.698 10.065
merge_clusters 5.832 0.037 5.937
ssvFeatureUpset 5.114 0.018 5.138
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... 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.2/Resources/library’ * installing *source* package ‘seqsetvis’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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.2.1 (2022-06-23) -- "Funny-Looking Kid" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit) 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 0 | SKIP 0 | PASS 1176 ] > > proc.time() user system elapsed 474.186 6.199 481.157
seqsetvis.Rcheck/seqsetvis-Ex.timings
| name | user | system | elapsed | |
| add_cluster_annotation | 3.107 | 0.111 | 3.225 | |
| append_ynorm | 0.046 | 0.002 | 0.049 | |
| applySpline | 0.911 | 0.010 | 0.924 | |
| assemble_heatmap_cluster_bars | 1.165 | 0.009 | 1.176 | |
| calc_norm_factors | 0.024 | 0.000 | 0.025 | |
| centerAtMax | 0.542 | 0.009 | 0.551 | |
| centerFixedSizeGRanges | 0.291 | 0.009 | 0.299 | |
| centerGRangesAtMax | 0.710 | 0.005 | 0.715 | |
| clusteringKmeans | 0.047 | 0.001 | 0.048 | |
| clusteringKmeansNestedHclust | 0.039 | 0.001 | 0.041 | |
| col2hex | 0.002 | 0.000 | 0.002 | |
| collapse_gr | 1.303 | 0.013 | 1.316 | |
| convert_collapsed_coord | 0.443 | 0.010 | 0.454 | |
| crossCorrByRle | 0.717 | 0.010 | 0.730 | |
| easyLoad_FUN | 0.085 | 0.000 | 0.087 | |
| easyLoad_IDRmerged | 0.105 | 0.001 | 0.107 | |
| easyLoad_bed | 0.253 | 0.001 | 0.254 | |
| easyLoad_broadPeak | 0.068 | 0.000 | 0.069 | |
| easyLoad_narrowPeak | 0.066 | 0.000 | 0.067 | |
| easyLoad_seacr | 0.063 | 0.001 | 0.065 | |
| expandCigar | 0.333 | 0.030 | 0.363 | |
| fragLen_calcStranded | 3.539 | 0.042 | 3.587 | |
| fragLen_fromMacs2Xls | 0.003 | 0.001 | 0.004 | |
| getReadLength | 0.112 | 0.009 | 0.121 | |
| ggellipse | 1.167 | 0.010 | 1.183 | |
| harmonize_seqlengths | 0.197 | 0.008 | 0.206 | |
| make_clustering_matrix | 0.011 | 0.001 | 0.012 | |
| merge_clusters | 5.832 | 0.037 | 5.937 | |
| prepare_fetch_GRanges | 0.063 | 0.001 | 0.065 | |
| prepare_fetch_GRanges_names | 0.167 | 0.002 | 0.169 | |
| prepare_fetch_GRanges_width | 0.059 | 0.001 | 0.059 | |
| quantileGRangesWidth | 0.003 | 0.000 | 0.003 | |
| reorder_clusters_hclust | 4.086 | 0.024 | 4.136 | |
| reorder_clusters_manual | 1.632 | 0.007 | 1.643 | |
| reorder_clusters_stepdown | 3.216 | 0.008 | 3.244 | |
| reverse_clusters | 3.237 | 0.017 | 3.258 | |
| safeBrew | 0.040 | 0.003 | 0.043 | |
| split_cluster | 2.707 | 0.012 | 2.722 | |
| ssvConsensusIntervalSets | 0.687 | 0.011 | 0.698 | |
| ssvFactorizeMembTable | 0.024 | 0.002 | 0.024 | |
| ssvFeatureBars | 1.090 | 0.005 | 1.094 | |
| ssvFeatureBinaryHeatmap | 9.266 | 0.698 | 10.065 | |
| ssvFeatureEuler | 1.031 | 0.010 | 1.046 | |
| ssvFeaturePie | 1.063 | 0.032 | 1.097 | |
| ssvFeatureUpset | 5.114 | 0.018 | 5.138 | |
| ssvFeatureVenn | 1.017 | 0.006 | 1.025 | |
| ssvFetchBam | 13.447 | 0.362 | 13.820 | |
| ssvFetchBamPE | 4.064 | 0.327 | 4.396 | |
| ssvFetchBigwig | 2.879 | 0.015 | 2.896 | |
| ssvFetchGRanges | 1.553 | 0.005 | 1.558 | |
| ssvFetchSignal | 3.243 | 0.063 | 3.312 | |
| ssvMakeMembTable-methods | 1.085 | 0.010 | 1.095 | |
| ssvOverlapIntervalSets | 0.473 | 0.008 | 0.482 | |
| ssvSignalBandedQuantiles | 10.493 | 0.057 | 10.668 | |
| ssvSignalClustering | 3.587 | 0.018 | 3.623 | |
| ssvSignalHeatmap.ClusterBars | 3.235 | 0.015 | 3.260 | |
| ssvSignalHeatmap | 3.275 | 0.018 | 3.306 | |
| ssvSignalLineplot | 4.880 | 0.015 | 4.928 | |
| ssvSignalLineplotAgg | 2.270 | 0.017 | 2.362 | |
| ssvSignalScatterplot | 1.626 | 0.008 | 1.671 | |
| viewGRangesWinSample_dt | 2.804 | 0.060 | 2.875 | |
| viewGRangesWinSummary_dt | 2.627 | 0.067 | 2.699 | |
| within_clust_sort | 2.440 | 0.019 | 2.465 | |