Back to Build/check report for BioC 3.17:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2023-03-01 07:38:50 -0000 (Wed, 01 Mar 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng1Linux (Ubuntu 22.04.1 LTS)aarch64R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences" 4266
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

CHECK results for seqsetvis on kunpeng1


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.

raw results

Package 1841/2171HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqsetvis 1.19.2  (landing page)
Joseph R Boyd
Snapshot Date: 2023-02-27 07:53:22 -0000 (Mon, 27 Feb 2023)
git_url: https://git.bioconductor.org/packages/seqsetvis
git_branch: master
git_last_commit: 0a26790
git_last_commit_date: 2023-02-24 15:41:56 -0000 (Fri, 24 Feb 2023)
kunpeng1Linux (Ubuntu 22.04.1 LTS) / aarch64  OK    OK    OK  

Summary

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/library --timings seqsetvis_1.19.2.tar.gz
StartedAt: 2023-02-28 15:11:34 -0000 (Tue, 28 Feb 2023)
EndedAt: 2023-02-28 15:24:04 -0000 (Tue, 28 Feb 2023)
EllapsedTime: 750.0 seconds
RetCode: 0
Status:   OK  
CheckDir: seqsetvis.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### 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/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-01-14 r83615)
* 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.1 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.794  0.244  10.039
ssvFetchBam              9.453  0.076   9.528
ssvSignalBandedQuantiles 6.794  0.024   6.804
ssvSignalHeatmap         5.114  0.016   5.094
* 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.



Installation output

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/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)

Tests output

seqsetvis.Rcheck/tests/testthat.Rout


R Under development (unstable) (2023-01-14 r83615) -- "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 
328.152   2.116 329.990 

Example timings

seqsetvis.Rcheck/seqsetvis-Ex.timings

nameusersystemelapsed
add_cluster_annotation2.6270.1202.741
append_ynorm0.0420.0050.043
applySpline0.6640.0120.670
assemble_heatmap_cluster_bars1.0010.0041.000
calc_norm_factors0.0170.0000.016
centerAtMax0.3840.0000.379
centerFixedSizeGRanges0.1770.0040.180
centerGRangesAtMax0.5280.0000.524
clusteringKmeans0.0210.0040.021
clusteringKmeansNestedHclust0.0330.0000.031
col2hex0.0020.0000.001
collapse_gr0.9380.0040.941
convert_collapsed_coord0.2720.0000.272
copy_clust_info2.3770.0202.388
crossCorrByRle0.4500.0080.462
easyLoad_FUN0.0700.0000.071
easyLoad_IDRmerged0.0690.0040.073
easyLoad_bed0.1740.0000.174
easyLoad_broadPeak0.0520.0000.053
easyLoad_narrowPeak0.0490.0040.055
easyLoad_seacr0.0580.0000.059
expandCigar0.2140.0040.216
fragLen_calcStranded3.3500.0473.396
fragLen_fromMacs2Xls0.0030.0010.003
getReadLength0.0640.0070.071
get_mapped_reads0.0070.0040.012
ggellipse0.7960.0040.801
harmonize_seqlengths0.1490.0000.149
make_clustering_matrix0.0610.0000.058
merge_clusters4.7250.0734.785
prepare_fetch_GRanges0.0390.0000.039
prepare_fetch_GRanges_names0.110.000.11
prepare_fetch_GRanges_width0.0400.0000.039
quantileGRangesWidth0.0020.0000.002
reorder_clusters_hclust2.6620.0162.672
reorder_clusters_manual1.3820.0161.392
reorder_clusters_stepdown2.6750.0082.676
reverse_clusters2.8430.0202.848
safeBrew0.0280.0040.031
split_cluster2.4320.0122.428
ssvConsensusIntervalSets0.5050.0240.529
ssvFactorizeMembTable0.0180.0000.018
ssvFeatureBars0.9640.0200.984
ssvFeatureBinaryHeatmap 9.794 0.24410.039
ssvFeatureEuler0.7510.0040.756
ssvFeaturePie0.8050.0000.805
ssvFeatureUpset3.8780.0243.902
ssvFeatureVenn0.9740.0000.975
ssvFetchBam9.4530.0769.528
ssvFetchBamPE2.9210.0082.933
ssvFetchBigwig2.0110.0122.023
ssvFetchGRanges1.1340.0201.154
ssvFetchSignal2.2330.0082.241
ssvMakeMembTable-methods0.7450.0040.749
ssvOverlapIntervalSets0.3370.0000.337
ssvSignalBandedQuantiles6.7940.0246.804
ssvSignalClustering2.9410.0242.951
ssvSignalHeatmap.ClusterBars4.3050.0124.292
ssvSignalHeatmap5.1140.0165.094
ssvSignalLineplot3.420.003.42
ssvSignalLineplotAgg1.5460.0321.576
ssvSignalScatterplot1.1920.0161.204
viewGRangesWinSample_dt1.9720.0041.976
viewGRangesWinSummary_dt1.7640.0001.763
within_clust_sort2.1140.0002.104