Back to Multiple platform build/check report for BioC 3.11
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

CHECK report for DiffBind on malbec2

This page was generated on 2020-10-17 11:54:40 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE DiffBind PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 469/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DiffBind 2.16.2
Rory Stark
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/DiffBind
Branch: RELEASE_3_11
Last Commit: 6d527d9
Last Changed Date: 2020-09-11 06:20:53 -0400 (Fri, 11 Sep 2020)
malbec2 Linux (Ubuntu 18.04.4 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
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: DiffBind
Version: 2.16.2
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:DiffBind.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings DiffBind_2.16.2.tar.gz
StartedAt: 2020-10-17 00:42:36 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 00:58:41 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 965.6 seconds
RetCode: 0
Status:  OK 
CheckDir: DiffBind.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:DiffBind.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings DiffBind_2.16.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/DiffBind.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘DiffBind/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DiffBind’ version ‘2.16.2’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: ‘XLConnect’
* 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 ‘DiffBind’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  7.0Mb
  sub-directories of 1Mb or more:
    libs   5.2Mb
* 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
pv.DBAplotVolcano: no visible binding for global variable ‘Fold’
pv.DBAplotVolcano: no visible binding for global variable ‘Legend’
Undefined global functions or variables:
  Fold Legend
* 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 ... NOTE
Output for data("tamoxifen_analysis", package = "DiffBind"):
  
Output for data("tamoxifen_counts", package = "DiffBind"):
  
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/home/biocbuild/bbs-3.11-bioc/R/library/DiffBind/libs/DiffBind.so’:
  Found ‘__printf_chk’, possibly from ‘printf’ (C)
  Found ‘abort’, possibly from ‘abort’ (C)
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘putchar’, possibly from ‘putchar’ (C)
  Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
  Found ‘srand48’, possibly from ‘srand48’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
  Found ‘stdout’, possibly from ‘stdout’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                   user system elapsed
dba.plotVenn    140.330  0.060 140.443
dba.peakset     127.452  0.000 127.481
dba.count        38.549  0.008  38.795
dba.analyze      21.978  0.284  22.344
dba.report       22.189  0.008  22.201
dba              18.319  0.008  18.329
dba.plotHeatmap  15.919  0.048  15.749
dba.contrast     10.571  0.008  10.596
dba.overlap       8.927  0.000   8.928
* 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: 6 NOTEs
See
  ‘/home/biocbuild/bbs-3.11-bioc/meat/DiffBind.Rcheck/00check.log’
for details.



Installation output

DiffBind.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL DiffBind
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘DiffBind’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c bamReader.cpp -o bamReader.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c bam_plbuf.c -o bam_plbuf.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c bedReader.cpp -o bedReader.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c bitBucket.cpp -o bitBucket.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c croi_func.cpp -o croi_func.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c croi_main.cpp -o croi_main.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c densitySet.cpp -o densitySet.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c iBucket.cpp -o iBucket.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c interval.cpp -o interval.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c intervalDensity.cpp -o intervalDensity.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c intervalNode.cpp -o intervalNode.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c intervalSet.cpp -o intervalSet.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c intervalTree.cpp -o intervalTree.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c merge.cpp -o merge.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c mergeOne.c -o mergeOne.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c nodeGroup.cpp -o nodeGroup.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c peakOrder.cpp -o peakOrder.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c reader.cpp -o reader.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c sam.c -o sam.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c sequence.cpp -o sequence.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c util.cpp -o util.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o DiffBind.so RcppExports.o bamReader.o bam_plbuf.o bedReader.o bitBucket.o croi_func.o croi_main.o densitySet.o iBucket.o interval.o intervalDensity.o intervalNode.o intervalSet.o intervalTree.o merge.o mergeOne.o nodeGroup.o peakOrder.o reader.o sam.o sequence.o util.o /home/biocbuild/bbs-3.11-bioc/R/library/Rhtslib/usrlib/libhts.a -lcurl -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-DiffBind/00new/DiffBind/libs
** R
** data
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DiffBind)

Tests output

DiffBind.Rcheck/tests/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-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.

> library(testthat)
> library(DiffBind)
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: SummarizedExperiment
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: DelayedArray
Loading required package: matrixStats

Attaching package: 'matrixStats'

The following objects are masked from 'package:Biobase':

    anyMissing, rowMedians


Attaching package: 'DelayedArray'

The following objects are masked from 'package:matrixStats':

    colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

The following objects are masked from 'package:base':

    aperm, apply, rowsum


> 
> test_check("DiffBind")
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 62 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 38.244   0.488  41.582 

Example timings

DiffBind.Rcheck/DiffBind-Ex.timings

nameusersystemelapsed
dba18.319 0.00818.329
dba.analyze21.978 0.28422.344
dba.contrast10.571 0.00810.596
dba.count38.549 0.00838.795
dba.load4.5310.0084.540
dba.mask3.3070.0003.306
dba.overlap8.9270.0008.928
dba.peakset127.452 0.000127.481
dba.plotBox0.3090.0040.313
dba.plotHeatmap15.919 0.04815.749
dba.plotMA0.6900.0080.697
dba.plotPCA0.8200.0120.832
dba.plotVenn140.330 0.060140.443
dba.plotVolcano1.1630.0001.164
dba.report22.189 0.00822.201
dba.save000
dba.show0.1040.0040.107
print.DBA0.0930.0000.093
tamoxifen0.3120.0040.317