Back to Multiple platform build/check report for BioC 3.16: simplified long |
|
This page was generated on 2023-03-29 11:06:25 -0400 (Wed, 29 Mar 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4482 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" | 4278 |
lconway | macOS 12.5.1 Monterey | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4306 |
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 1849/2183 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
seqsetvis 1.18.1 (landing page) Joseph R Boyd
| nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | ![]() | ||||||||
lconway | macOS 12.5.1 Monterey / x86_64 | OK | OK | OK | OK | ![]() | ||||||||
Package: seqsetvis |
Version: 1.18.1 |
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.18.1.tar.gz |
StartedAt: 2023-03-27 22:45:41 -0400 (Mon, 27 Mar 2023) |
EndedAt: 2023-03-27 22:53:35 -0400 (Mon, 27 Mar 2023) |
EllapsedTime: 474.6 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.18.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.16-bioc/meat/seqsetvis.Rcheck’ * using R version 4.2.3 (2023-03-15) * 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.18.1’ * 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 ssvFeatureBinaryHeatmap 5.687 0.681 6.405 ssvFetchBam 5.540 0.318 5.885 * 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.3 (2023-03-15) -- "Shortstop Beagle" Copyright (C) 2023 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 3 | SKIP 0 | PASS 1182 ] [ FAIL 0 | WARN 3 | SKIP 0 | PASS 1182 ] > > proc.time() user system elapsed 204.809 4.684 210.015
seqsetvis.Rcheck/seqsetvis-Ex.timings
name | user | system | elapsed | |
add_cluster_annotation | 2.120 | 0.072 | 2.196 | |
append_ynorm | 0.036 | 0.004 | 0.039 | |
applySpline | 0.366 | 0.007 | 0.374 | |
assemble_heatmap_cluster_bars | 0.540 | 0.009 | 0.550 | |
calc_norm_factors | 0.009 | 0.001 | 0.010 | |
centerAtMax | 0.234 | 0.007 | 0.241 | |
centerFixedSizeGRanges | 0.151 | 0.007 | 0.159 | |
centerGRangesAtMax | 0.277 | 0.002 | 0.280 | |
clusteringKmeans | 0.011 | 0.002 | 0.012 | |
clusteringKmeansNestedHclust | 0.019 | 0.003 | 0.021 | |
col2hex | 0.001 | 0.001 | 0.002 | |
collapse_gr | 0.639 | 0.013 | 0.653 | |
convert_collapsed_coord | 0.185 | 0.008 | 0.194 | |
copy_clust_info | 1.521 | 0.033 | 1.559 | |
crossCorrByRle | 0.342 | 0.007 | 0.350 | |
easyLoad_FUN | 0.048 | 0.003 | 0.051 | |
easyLoad_IDRmerged | 0.056 | 0.004 | 0.060 | |
easyLoad_bed | 0.108 | 0.007 | 0.115 | |
easyLoad_broadPeak | 0.038 | 0.003 | 0.042 | |
easyLoad_narrowPeak | 0.041 | 0.003 | 0.044 | |
easyLoad_seacr | 0.067 | 0.001 | 0.069 | |
expandCigar | 0.160 | 0.016 | 0.177 | |
fragLen_calcStranded | 1.412 | 0.062 | 1.491 | |
fragLen_fromMacs2Xls | 0.002 | 0.000 | 0.003 | |
getReadLength | 0.053 | 0.005 | 0.057 | |
get_mapped_reads | 0.006 | 0.000 | 0.007 | |
ggellipse | 0.492 | 0.004 | 0.498 | |
harmonize_seqlengths | 0.120 | 0.008 | 0.129 | |
make_clustering_matrix | 0.036 | 0.002 | 0.038 | |
merge_clusters | 3.458 | 0.042 | 3.506 | |
prepare_fetch_GRanges | 0.019 | 0.001 | 0.020 | |
prepare_fetch_GRanges_names | 0.057 | 0.001 | 0.057 | |
prepare_fetch_GRanges_width | 0.02 | 0.00 | 0.02 | |
quantileGRangesWidth | 0.001 | 0.001 | 0.001 | |
reorder_clusters_hclust | 1.545 | 0.010 | 1.558 | |
reorder_clusters_manual | 0.749 | 0.011 | 0.761 | |
reorder_clusters_stepdown | 1.367 | 0.017 | 1.390 | |
reverse_clusters | 1.650 | 0.010 | 1.664 | |
safeBrew | 0.023 | 0.003 | 0.027 | |
split_cluster | 1.458 | 0.014 | 1.476 | |
ssvConsensusIntervalSets | 0.294 | 0.007 | 0.302 | |
ssvFactorizeMembTable | 0.010 | 0.001 | 0.011 | |
ssvFeatureBars | 0.510 | 0.007 | 0.518 | |
ssvFeatureBinaryHeatmap | 5.687 | 0.681 | 6.405 | |
ssvFeatureEuler | 0.466 | 0.011 | 0.478 | |
ssvFeaturePie | 0.462 | 0.026 | 0.490 | |
ssvFeatureUpset | 2.199 | 0.021 | 2.223 | |
ssvFeatureVenn | 0.481 | 0.006 | 0.490 | |
ssvFetchBam | 5.540 | 0.318 | 5.885 | |
ssvFetchBamPE | 1.736 | 0.187 | 1.927 | |
ssvFetchBigwig | 1.170 | 0.014 | 1.186 | |
ssvFetchGRanges | 0.653 | 0.004 | 0.659 | |
ssvFetchSignal | 1.267 | 0.045 | 1.313 | |
ssvMakeMembTable-methods | 0.481 | 0.010 | 0.493 | |
ssvOverlapIntervalSets | 0.211 | 0.007 | 0.217 | |
ssvSignalBandedQuantiles | 3.732 | 0.052 | 3.794 | |
ssvSignalClustering | 1.767 | 0.066 | 1.848 | |
ssvSignalHeatmap.ClusterBars | 2.689 | 0.047 | 2.743 | |
ssvSignalHeatmap | 3.100 | 0.047 | 3.158 | |
ssvSignalLineplot | 2.011 | 0.012 | 2.026 | |
ssvSignalLineplotAgg | 0.857 | 0.006 | 0.865 | |
ssvSignalScatterplot | 0.801 | 0.021 | 0.831 | |
viewGRangesWinSample_dt | 1.220 | 0.038 | 1.262 | |
viewGRangesWinSummary_dt | 1.022 | 0.053 | 1.078 | |
within_clust_sort | 1.277 | 0.015 | 1.297 | |