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 

Package 169/658HostnameOS / ArchBUILDCHECKBUILD BIN
deepSNV 1.5.0
Moritz Gerstung
Snapshot Date: 2013-03-24 17:01:43 -0700 (Sun, 24 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/deepSNV
Last Changed Rev: 70602 / Revision: 74774
Last Changed Date: 2012-10-17 04:03:33 -0700 (Wed, 17 Oct 2012)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK [ OK ]
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Leopard (10.5.8) / i386  OK  OK  OK 

Summary

Package: deepSNV
Version: 1.5.0
Command: /home/biocbuild/bbs-2.12-bioc/R/bin/R CMD check --no-vignettes --timings deepSNV_1.5.0.tar.gz
StartedAt: 2013-03-25 01:06:10 -0700 (Mon, 25 Mar 2013)
EndedAt: 2013-03-25 01:11:28 -0700 (Mon, 25 Mar 2013)
EllapsedTime: 318.4 seconds
RetCode: 0
Status:  OK 
CheckDir: deepSNV.Rcheck
Warnings: 0

Command output

* using log directory ‘/home/biocbuild/bbs-2.12-bioc/meat/deepSNV.Rcheck’
* using R version 3.0.0 beta (2013-03-19 r62328)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘deepSNV/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘deepSNV’ version ‘1.5.0’
* 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 ‘deepSNV’ can be installed ... [29s/32s] OK
* checking installed package size ... OK
* checking package 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 for unstated 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 for portable compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking examples ... [66s/68s] OK
Examples with CPU or elapsed time > 5s
                             user system elapsed
RCC                        18.725  0.184  20.178
estimateDirichlet-methods  13.085  0.040  13.963
estimateDispersion-methods 11.681  0.040  11.723
* 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 vignettes ... SKIPPED
* checking PDF version of manual ... OK

deepSNV.Rcheck/00install.out:

* installing *source* package ‘deepSNV’ ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for off_t... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
Found /home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/usretc//Rsamtools.mk .
g++ -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c bam2R.cpp -o bam2R.o
bam2R.cpp: In function ‘int bam2R(char**, char**, int*, int*, int*, int*, int*, int*, int*)’:
bam2R.cpp:85:6: warning: unused variable ‘c’ [-Wunused-variable]
g++ -shared -L/usr/local/lib -o deepSNV.so bam2R.o /home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/usrlib//libbam.a /home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/usrlib//libbcf.a /home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/usrlib//libtabix.a -lz -pthread -L/home/biocbuild/bbs-2.12-bioc/R/lib -lR
Found /home/biocbuild/bbs-2.12-bioc/R/library/Rsamtools/usretc//Rsamtools.mk .
installing to /home/biocbuild/bbs-2.12-bioc/meat/deepSNV.Rcheck/deepSNV/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘deepSNV.Rnw’ 
** testing if installed package can be loaded
* DONE (deepSNV)

deepSNV.Rcheck/deepSNV-Ex.timings:

nameusersystemelapsed
Extract-methods0.0440.0160.061
RCC18.725 0.18420.178
RF0.0160.0040.021
bam2R0.0320.0000.044
consensusSequence-methods0.0560.0000.074
control-methods0.0160.0040.021
coordinates-methods0.0200.0000.024
deepSNV-class0.3840.0240.576
deepSNV-methods0.2080.0000.214
deepSNV-package0.2320.0000.234
estimateDirichlet-methods13.085 0.04013.963
estimateDispersion-methods11.681 0.04011.723
manhattanPlot0.1920.0080.200
normalize-methods2.7280.0202.748
p.combine0.1880.0160.206
p.val-methods0.0200.0000.019
phiX3.5640.0203.585
plot.deepSNV0.2640.0120.275
repeatMask-methods1.9730.0001.980
show-commadeepSNV-method0.2080.0000.212
summary-methods0.2160.0000.259
test-methods0.0120.0000.019
trueSNVs0.0520.0000.060