Back to Build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-03-27 05:50:43 -0000 (Mon, 27 Mar 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kunpeng1 | Linux (Ubuntu 22.04.1 LTS) | aarch64 | R Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences" | 6083 |
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 1865/2195 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
seqsetvis 1.19.2 (landing page) Joseph R Boyd
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) / aarch64 | OK | OK | OK | |||||||||
Package: seqsetvis |
Version: 1.19.2 |
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings seqsetvis_1.19.2.tar.gz |
StartedAt: 2023-03-25 12:23:11 -0000 (Sat, 25 Mar 2023) |
EndedAt: 2023-03-25 12:35:22 -0000 (Sat, 25 Mar 2023) |
EllapsedTime: 731.0 seconds |
RetCode: 0 |
Status: OK |
CheckDir: seqsetvis.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings seqsetvis_1.19.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/seqsetvis.Rcheck’ * using R Under development (unstable) (2023-03-12 r83975) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 * running under: Ubuntu 22.04.2 LTS * using session charset: UTF-8 * checking for file ‘seqsetvis/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘seqsetvis’ version ‘1.19.2’ * 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 ... NOTE ssvSignalBandedQuantiles: no visible binding for global variable ‘x’ Undefined global functions or variables: x * 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 9.159 0.252 9.417 ssvFetchBam 8.488 0.028 8.515 ssvSignalBandedQuantiles 6.168 0.036 6.191 merge_clusters 5.088 0.102 5.180 * 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 ... ‘seqsetvis_overview.Rmd’ using ‘UTF-8’... OK NONE * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See ‘/home/biocbuild/bbs-3.17-bioc/meat/seqsetvis.Rcheck/00check.log’ for details.
seqsetvis.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL seqsetvis ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.17-bioc/R-devel_2023-03-12_r83975-bin/site-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 Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: aarch64-unknown-linux-gnu (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 1182 ] > > proc.time() user system elapsed 319.945 2.839 322.493
seqsetvis.Rcheck/seqsetvis-Ex.timings
name | user | system | elapsed | |
add_cluster_annotation | 3.129 | 0.152 | 3.275 | |
append_ynorm | 0.036 | 0.008 | 0.040 | |
applySpline | 0.583 | 0.028 | 0.605 | |
assemble_heatmap_cluster_bars | 0.914 | 0.028 | 0.937 | |
calc_norm_factors | 0.011 | 0.004 | 0.015 | |
centerAtMax | 0.345 | 0.004 | 0.345 | |
centerFixedSizeGRanges | 0.150 | 0.008 | 0.157 | |
centerGRangesAtMax | 0.455 | 0.000 | 0.451 | |
clusteringKmeans | 0.021 | 0.000 | 0.017 | |
clusteringKmeansNestedHclust | 0.024 | 0.004 | 0.026 | |
col2hex | 0.002 | 0.000 | 0.001 | |
collapse_gr | 0.842 | 0.016 | 0.858 | |
convert_collapsed_coord | 0.220 | 0.004 | 0.224 | |
copy_clust_info | 2.131 | 0.016 | 2.138 | |
crossCorrByRle | 0.405 | 0.000 | 0.408 | |
easyLoad_FUN | 0.062 | 0.000 | 0.062 | |
easyLoad_IDRmerged | 0.065 | 0.000 | 0.065 | |
easyLoad_bed | 0.164 | 0.004 | 0.168 | |
easyLoad_broadPeak | 0.045 | 0.000 | 0.045 | |
easyLoad_narrowPeak | 0.042 | 0.004 | 0.046 | |
easyLoad_seacr | 0.051 | 0.000 | 0.052 | |
expandCigar | 0.188 | 0.020 | 0.206 | |
fragLen_calcStranded | 2.249 | 0.008 | 2.257 | |
fragLen_fromMacs2Xls | 0.002 | 0.000 | 0.003 | |
getReadLength | 0.059 | 0.004 | 0.064 | |
get_mapped_reads | 0.01 | 0.00 | 0.01 | |
ggellipse | 0.730 | 0.000 | 0.731 | |
harmonize_seqlengths | 0.104 | 0.008 | 0.113 | |
make_clustering_matrix | 0.057 | 0.000 | 0.054 | |
merge_clusters | 5.088 | 0.102 | 5.180 | |
prepare_fetch_GRanges | 0.035 | 0.001 | 0.034 | |
prepare_fetch_GRanges_names | 0.099 | 0.000 | 0.099 | |
prepare_fetch_GRanges_width | 0.035 | 0.000 | 0.035 | |
quantileGRangesWidth | 0.002 | 0.000 | 0.002 | |
reorder_clusters_hclust | 2.374 | 0.023 | 2.391 | |
reorder_clusters_manual | 1.219 | 0.008 | 1.220 | |
reorder_clusters_stepdown | 2.381 | 0.008 | 2.382 | |
reverse_clusters | 2.526 | 0.012 | 2.523 | |
safeBrew | 0.027 | 0.000 | 0.027 | |
split_cluster | 2.206 | 0.004 | 2.194 | |
ssvConsensusIntervalSets | 0.397 | 0.008 | 0.405 | |
ssvFactorizeMembTable | 0.015 | 0.000 | 0.015 | |
ssvFeatureBars | 0.802 | 0.012 | 0.814 | |
ssvFeatureBinaryHeatmap | 9.159 | 0.252 | 9.417 | |
ssvFeatureEuler | 0.684 | 0.004 | 0.688 | |
ssvFeaturePie | 0.725 | 0.012 | 0.738 | |
ssvFeatureUpset | 3.555 | 0.016 | 3.571 | |
ssvFeatureVenn | 0.866 | 0.000 | 0.866 | |
ssvFetchBam | 8.488 | 0.028 | 8.515 | |
ssvFetchBamPE | 2.612 | 0.020 | 2.636 | |
ssvFetchBigwig | 1.840 | 0.012 | 1.852 | |
ssvFetchGRanges | 1.007 | 0.000 | 1.006 | |
ssvFetchSignal | 2.043 | 0.040 | 2.083 | |
ssvMakeMembTable-methods | 0.658 | 0.016 | 0.673 | |
ssvOverlapIntervalSets | 0.287 | 0.004 | 0.291 | |
ssvSignalBandedQuantiles | 6.168 | 0.036 | 6.191 | |
ssvSignalClustering | 2.712 | 0.004 | 2.703 | |
ssvSignalHeatmap.ClusterBars | 3.815 | 0.000 | 3.790 | |
ssvSignalHeatmap | 4.458 | 0.028 | 4.450 | |
ssvSignalLineplot | 3.074 | 0.004 | 3.078 | |
ssvSignalLineplotAgg | 1.424 | 0.004 | 1.427 | |
ssvSignalScatterplot | 1.075 | 0.000 | 1.070 | |
viewGRangesWinSample_dt | 1.778 | 0.008 | 1.786 | |
viewGRangesWinSummary_dt | 2.506 | 0.060 | 2.564 | |
within_clust_sort | 1.838 | 0.000 | 1.828 | |