Back to Build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-02-27 02:34:32 -0000 (Mon, 27 Feb 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kunpeng1 | Linux (Ubuntu 22.04.1 LTS) | aarch64 | R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences" | 4259 |
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 DiffBind package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DiffBind.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 522/2169 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
DiffBind 3.9.5 (landing page) Rory Stark
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) / aarch64 | OK | OK | ERROR | |||||||||
Package: DiffBind |
Version: 3.9.5 |
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DiffBind.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings DiffBind_3.9.5.tar.gz |
StartedAt: 2023-02-24 10:10:01 -0000 (Fri, 24 Feb 2023) |
EndedAt: 2023-02-24 10:29:26 -0000 (Fri, 24 Feb 2023) |
EllapsedTime: 1165.6 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: DiffBind.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DiffBind.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings DiffBind_3.9.5.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/DiffBind.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 ‘DiffBind/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘DiffBind’ version ‘3.9.5’ * 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 * used C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’ * used C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’ * checking installed package size ... NOTE installed size is 9.8Mb sub-directories of 1Mb or more: data 2.0Mb extra 1.3Mb libs 5.6Mb * 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 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 ... WARNING Note: information on .o files is not available File ‘/home/biocbuild/bbs-3.17-bioc/R/library/DiffBind/libs/DiffBind.so’: Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C) Found ‘abort’, possibly from ‘abort’ (C) Found ‘exit’, possibly from ‘exit’ (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 nor [v]sprintf. 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 ... ERROR Running examples in ‘DiffBind-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: dba.plotVenn > ### Title: Draw 2-way, 3-way, or 4-way Venn diagrams of overlaps > ### Aliases: dba.plotVenn > > ### ** Examples > > data(tamoxifen_peaks) > > par(mfrow=c(2,2)) > # 2-way Venn > dba.plotVenn(tamoxifen,6:7) > dba.plotVenn(tamoxifen,tamoxifen$masks$ZR75) > > # 3-way Venn (done two different ways) > dba.plotVenn(tamoxifen,tamoxifen$masks$MCF7&tamoxifen$masks$Responsive) > olaps <- dba.overlap(tamoxifen,tamoxifen$masks$MCF7&tamoxifen$masks$Responsive) > dba.plotVenn(tamoxifen,overlaps=olaps, + label1="Rep 1",label2="Rep 2",label3="Rep 3", + main="MCF7 (Responsive) Replicates") > > #Venn of overlaps > Responsive=dba(tamoxifen,tamoxifen$masks$Responsive) > Responsive 7 Samples, 2503 sites in matrix (3416 total): ID Tissue Factor Condition Treatment Replicate Intervals 1 MCF71 MCF7 ER Responsive Full-Media 1 1556 2 MCF72 MCF7 ER Responsive Full-Media 2 1046 3 MCF73 MCF7 ER Responsive Full-Media 3 1339 4 T47D1 T47D ER Responsive Full-Media 1 527 5 T47D2 T47D ER Responsive Full-Media 2 373 6 ZR751 ZR75 ER Responsive Full-Media 1 2346 7 ZR752 ZR75 ER Responsive Full-Media 2 2345 > Responsive <- dba.peakset(Responsive,1:3,sampID="MCF7") > Responsive <- dba.peakset(Responsive,4:5,sampID="T47D") > Responsive <- dba.peakset(Responsive,6:7,sampID="ZR75") > par(mfrow=c(1,1)) > dba.plotVenn(Responsive,Responsive$masks$Consensus) > > #4-way overlap > data(tamoxifen_peaks) > tamoxifen <- dba.peakset(tamoxifen, consensus=DBA_TISSUE) Add consensus: BT474 Add consensus: MCF7 Add consensus: T47D Add consensus: ZR75 > par(mfrow=c(1,1)) > dba.plotVenn(tamoxifen,tamoxifen$masks$Consensus, + main="Tissue consensus overlaps") > > #Venns of differentially bound sites > data(tamoxifen_counts) > tamoxifen <- dba.contrast(tamoxifen,design="~Tissue+Condition") Computing results names... > tamoxifen <- dba.analyze(tamoxifen,method=c(DBA_EDGER,DBA_DESEQ2)) Normalize edgeR with defaults... Normalize DESeq2 with defaults... Setting default contrast(s)... Analyzing... gene-wise dispersion estimates mean-dispersion relationship final dispersion estimates > dba.plotVenn(tamoxifen,contrast=1,method=DBA_ALL_METHODS, + bAll=FALSE,bGain=TRUE,bLoss=TRUE) Generating report-based DBA object... > par(mfrow=c(2,1)) > dba.plotVenn(tamoxifen,contrast=1,method=DBA_ALL_METHODS, + bAll=FALSE,bGain=TRUE,bLoss=FALSE) Generating report-based DBA object... > dba.plotVenn(tamoxifen,contrast=1,method=DBA_ALL_METHODS, + bAll=FALSE,bGain=FALSE,bLoss=TRUE) Generating report-based DBA object... > > data(tamoxifen_counts) > tamoxifen <- dba.contrast(tamoxifen,design=FALSE,block=DBA_TISSUE) > tamoxifen <- dba.contrast(tamoxifen,design="~Tissue + Condition", + contrast=c("Condition","Responsive","Resistant")) Computing results names... > tamoxifen <- dba.analyze(tamoxifen,method=DBA_ALL_METHODS) Normalize edgeR with defaults... Normalize DESeq2 with defaults... Analyzing... gene-wise dispersion estimates mean-dispersion relationship final dispersion estimates edgeR multi-factor analysis. converting counts to integer mode gene-wise dispersion estimates Killed * 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 ... ‘DiffBind.Rnw’... OK OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING, 3 NOTEs See ‘/home/biocbuild/bbs-3.17-bioc/meat/DiffBind.Rcheck/00check.log’ for details.
DiffBind.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL DiffBind ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/library’ * installing *source* package ‘DiffBind’ ... ** using staged installation ** libs using C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’ using C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’ g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c bam_plbuf.c -o bam_plbuf.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c bedReader.cpp -o bedReader.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c bitBucket.cpp -o bitBucket.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c croi_func.cpp -o croi_func.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c croi_main.cpp -o croi_main.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c densitySet.cpp -o densitySet.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c iBucket.cpp -o iBucket.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c interval.cpp -o interval.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c intervalDensity.cpp -o intervalDensity.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c intervalNode.cpp -o intervalNode.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c intervalSet.cpp -o intervalSet.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c intervalTree.cpp -o intervalTree.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c mergeOne.c -o mergeOne.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c nodeGroup.cpp -o nodeGroup.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c peakOrder.cpp -o peakOrder.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c reader.cpp -o reader.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c sequence.cpp -o sequence.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/include' -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c util.cpp -o util.o g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.17-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 sequence.o util.o /home/biocbuild/bbs-3.17-bioc/R/library/Rhtslib/usrlib/libhts.a -lcurl -L/home/biocbuild/bbs-3.17-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.17-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)
DiffBind.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. > library(testthat) > library(DiffBind) Loading required package: GenomicRanges Loading required package: stats4 Loading required package: BiocGenerics Attaching package: 'BiocGenerics' 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, aperm, 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.max, which.min Loading required package: S4Vectors Attaching package: 'S4Vectors' The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: GenomeInfoDb Loading required package: SummarizedExperiment Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars 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")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians >>> DiffBind 3.9.5 > > test_check("DiffBind") [ FAIL 0 | WARN 1 | SKIP 1 | PASS 132 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • empty test (1) [ FAIL 0 | WARN 1 | SKIP 1 | PASS 132 ] > > proc.time() user system elapsed 135.433 2.763 141.000
DiffBind.Rcheck/DiffBind-Ex.timings
name | user | system | elapsed | |
dba | 0.580 | 0.022 | 0.610 | |
dba.analyze | 18.232 | 1.000 | 19.237 | |
dba.blacklist | 10.264 | 0.465 | 10.727 | |
dba.contrast | 54.680 | 3.109 | 60.505 | |
dba.count | 2.544 | 0.064 | 2.607 | |
dba.load | 0.084 | 0.004 | 0.089 | |
dba.mask | 0.062 | 0.001 | 0.063 | |
dba.normalize | 28.396 | 0.660 | 29.060 | |
dba.overlap | 0.653 | 0.006 | 0.657 | |
dba.peakset | 1.748 | 0.015 | 1.761 | |
dba.plotBox | 0.414 | 0.008 | 0.423 | |
dba.plotHeatmap | 11.086 | 0.167 | 11.089 | |
dba.plotMA | 15.710 | 0.084 | 15.794 | |
dba.plotPCA | 1.411 | 0.016 | 1.427 | |
dba.plotProfile | 0.181 | 0.008 | 0.189 | |