Back to Multiple platform build/check report for BioC 3.7
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

CHECK report for seqsetvis on merida2

This page was generated on 2018-10-17 08:59:51 -0400 (Wed, 17 Oct 2018).

Package 1352/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqsetvis 1.0.2
Joseph R Boyd
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/seqsetvis
Branch: RELEASE_3_7
Last Commit: 30638fd
Last Changed Date: 2018-05-25 14:53:05 -0400 (Fri, 25 May 2018)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: seqsetvis
Version: 1.0.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings seqsetvis_1.0.2.tar.gz
StartedAt: 2018-10-17 00:01:39 -0400 (Wed, 17 Oct 2018)
EndedAt: 2018-10-17 00:07:53 -0400 (Wed, 17 Oct 2018)
EllapsedTime: 374.5 seconds
RetCode: 0
Status:  OK 
CheckDir: seqsetvis.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:seqsetvis.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings seqsetvis_1.0.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.7-bioc/meat/seqsetvis.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-apple-darwin15.6.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.0.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 ... 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
Examples with CPU or elapsed time > 5s
                           user system elapsed
ssvSignalBandedQuantiles 15.080  4.405  10.262
ssvFetchBam               8.302  0.086   8.451
ssvSignalClustering       5.094  2.780   3.071
ssvSignalScatterplot      4.867  2.115   1.583
ssvSignalLineplotAgg      5.819  0.585   1.960
ssvSignalLineplot         5.098  0.242   4.122
* 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


Installation output

seqsetvis.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL seqsetvis
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’
* installing *source* package ‘seqsetvis’ ...
** 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
* DONE (seqsetvis)

Tests output

seqsetvis.Rcheck/tests/testthat.Rout


R version 3.5.1 Patched (2018-07-12 r74967) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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")
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 831 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
141.953  14.757 107.318 

Example timings

seqsetvis.Rcheck/seqsetvis-Ex.timings

nameusersystemelapsed
applySpline1.7760.4011.186
centerAtMax2.3850.7320.477
centerFixedSizeGRanges0.5810.1700.180
clusteringKmeans0.0860.0570.039
clusteringKmeansNestedHclust1.0740.7350.624
col2hex0.0120.0130.004
easyLoad_bed0.2850.3050.085
easyLoad_broadPeak0.4400.3480.225
easyLoad_narrowPeak0.0560.0010.067
fetchBam1.4340.0561.517
fragLen_calcStranded2.3990.0422.461
fragLen_fromMacs2Xls0.0030.0000.004
ggellipse0.9030.0070.914
prepare_fetch_GRanges0.0250.0000.024
quantileGRangesWidth0.0020.0010.003
safeBrew0.0280.0030.035
ssvFactorizeMembTable0.0210.0010.022
ssvFeatureBars0.8790.0030.886
ssvFeatureBinaryHeatmap0.7330.0040.749
ssvFeatureEuler0.8350.0040.851
ssvFeaturePie0.9190.0040.933
ssvFeatureVenn0.8270.0040.836
ssvFetchBam8.3020.0868.451
ssvFetchBam.single3.1290.0683.229
ssvFetchBigwig1.3710.0281.410
ssvFetchBigwig.single0.4520.0050.459
ssvFetchSignal3.0610.0353.137
ssvMakeMembTable-methods0.6860.0050.701
ssvOverlapIntervalSets0.2800.0040.285
ssvSignalBandedQuantiles15.080 4.40510.262
ssvSignalClustering5.0942.7803.071
ssvSignalHeatmap3.2341.1691.663
ssvSignalLineplot5.0980.2424.122
ssvSignalLineplotAgg5.8190.5851.960
ssvSignalScatterplot4.8672.1151.583
viewGRangesWinSample_dt1.6900.0071.714
viewGRangesWinSummary_dt1.7130.0111.600