Back to the "Multiple platform build/check report" A  B  C [D] E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.5: CHECK report for diffHic on oaxaca

This page was generated on 2017-03-04 16:49:43 -0500 (Sat, 04 Mar 2017).

Package 333/1339HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
diffHic 1.7.2
Aaron Lun
Snapshot Date: 2017-03-03 17:15:47 -0500 (Fri, 03 Mar 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/diffHic
Last Changed Rev: 127142 / Revision: 127142
Last Changed Date: 2017-03-03 13:55:03 -0500 (Fri, 03 Mar 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK YES, new version is higher than in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  OK  OK YES, new version is higher than in internal repository
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK  OK YES, new version is higher than in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ OK ] OK 

Summary

Package: diffHic
Version: 1.7.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings diffHic_1.7.2.tar.gz
StartedAt: 2017-03-04 01:51:31 -0800 (Sat, 04 Mar 2017)
EndedAt: 2017-03-04 01:57:18 -0800 (Sat, 04 Mar 2017)
EllapsedTime: 347.7 seconds
RetCode: 0
Status:  OK 
CheckDir: diffHic.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings diffHic_1.7.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/diffHic.Rcheck’
* using R Under development (unstable) (2017-02-15 r72177)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘diffHic/DESCRIPTION’ ... OK
* this is package ‘diffHic’ version ‘1.7.2’
* 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 ‘diffHic’ 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 loading without being on the library search path ... 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 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 ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
              user system elapsed
normalizeCNV 9.828  0.059   9.892
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test-basic.R’
  Comparing ‘test-basic.Rout’ to ‘test-basic.Rout.save’ ... OK
 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

diffHic.Rcheck/00install.out:

* installing *source* package ‘diffHic’ ...
** libs
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c binner.cpp -o binner.o
binner.cpp:3:84: warning: field 'ischanged' will be initialized after field 'curcounts' [-Wreorder]
binner::binner(SEXP all, SEXP bin, int f, int l) : fbin(f), lbin(l), nbins(l-f+1), ischanged(NULL), curcounts(NULL) {
                                                                                   ^
In file included from binner.cpp:1:
./read_count.h:38:36: warning: private field 'lib' is not used [-Wunused-private-field]
        int curab, curtb, curlib, curdex, lib;
                                          ^
2 warnings generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c check_input.cpp -o check_input.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c cluster_2d.cpp -o cluster_2d.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c count_background.cpp -o count_background.o
count_background.cpp:249:10: warning: unused variable 'backaverage' [-Wunused-variable]
                double backaverage, maxaverage;
                       ^
count_background.cpp:249:23: warning: unused variable 'maxaverage' [-Wunused-variable]
                double backaverage, maxaverage;
                                    ^
2 warnings generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c count_connect.cpp -o count_connect.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c count_patch.cpp -o count_patch.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c directionality.cpp -o directionality.o
directionality.cpp:45:9: warning: unused variable 'current_average' [-Wunused-variable]
        double current_average;
               ^
1 warning generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c init.cpp -o init.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c iterative_correction.cpp -o iterative_correction.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c neighbors.cpp -o neighbors.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c pair_stats.cpp -o pair_stats.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c quadrant_bg.cpp -o quadrant_bg.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c report_hic_pairs.cpp -o report_hic_pairs.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/zlibbioc/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c trended_filter.cpp -o trended_filter.o
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o diffHic.so binner.o check_input.o cluster_2d.o count_background.o count_connect.o count_patch.o directionality.o init.o iterative_correction.o neighbors.o pair_stats.o quadrant_bg.o report_hic_pairs.o trended_filter.o /Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/lib/libhts.a -lz -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
clang: warning: argument unused during compilation: '-pthread'
installing to /Users/biocbuild/bbs-3.5-bioc/meat/diffHic.Rcheck/diffHic/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (diffHic)

diffHic.Rcheck/diffHic-Ex.timings:

nameusersystemelapsed
DNaseHiC2.6880.0792.848
annotatePairs0.8600.0040.865
boxPairs1.0520.0071.059
clusterPairs0.8440.0050.849
compartmentalize0.9750.0180.993
connectCounts1.7470.0161.765
consolidatePairs0.4500.0010.450
correctedContact0.2390.0070.247
cutGenome4.6140.1204.884
diClusters0.8550.0040.859
diffHicUsersGuide0.0010.0000.001
domainDirections0.1560.0040.160
enrichedPairs0.2730.0020.274
filterDiag0.1500.0050.155
filterPeaks0.1840.0000.184
filters0.1170.0010.119
getArea0.1340.0020.135
getPairData0.0860.0040.090
loadData0.0940.0050.099
marginCounts0.6470.0060.653
mergePairs0.4010.0120.459
neighborCounts0.2030.0040.387
normalizeCNV9.8280.0599.892
pairParam0.1000.0010.102
plotDI0.5010.0050.507
plotPlaid0.9740.0110.987
preparePairs0.2040.0110.266
prunePairs0.4720.0150.488
savePairs0.0740.0030.077
squareCounts0.8240.0080.833
totalCounts0.6910.0100.699