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 144/553HostnameOS / ArchBUILDCHECKBUILD BIN
deepSNV 1.2.3
Moritz Gerstung
Snapshot Date: 2012-09-23 17:01:39 -0700 (Sun, 23 Sep 2012)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_10/madman/Rpacks/deepSNV
Last Changed Rev: 65129 / Revision: 69725
Last Changed Date: 2012-04-13 01:11:10 -0700 (Fri, 13 Apr 2012)
lamb2 Linux (openSUSE 11.4) / 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.2.3
Command: /Library/Frameworks/R.framework/Versions/2.15/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch deepSNV_1.2.3.tar.gz
StartedAt: 2012-09-23 23:53:37 -0700 (Sun, 23 Sep 2012)
EndedAt: 2012-09-23 23:57:10 -0700 (Sun, 23 Sep 2012)
EllapsedTime: 213.3 seconds
RetCode: 0
Status:  OK 
CheckDir: deepSNV.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.10-bioc/meat/deepSNV.Rcheck'
* using R version 2.15.1 (2012-06-22)
* using platform: i386-apple-darwin9.8.0 (32-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'deepSNV/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'deepSNV' version '1.2.3'
* 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 whether package 'deepSNV' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level 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 sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking examples ... 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 vignettes ... SKIPPED
* checking PDF version of manual ... OK

deepSNV.Rcheck/00install.out:

* installing *source* package 'deepSNV' ...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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... /usr/bin/grep
checking for egrep... /usr/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... no
checking malloc.h presence... no
checking for malloc.h... no
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
*** arch - i386
Found /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/usretc/i386/Rsamtools.mk .
g++ -arch i386 -I/Library/Frameworks/R.framework/Versions/2.15/Resources/include -I/Library/Frameworks/R.framework/Versions/2.15/Resources/include/i386 -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"/Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/include"   -fPIC  -g -O2 -Wall -fasm-blocks  -c bam2R.cpp -o bam2R.o
bam2R.cpp: In function 'int bam2R(char**, char**, int*, int*, int*, int*, int*, int*, int*)':
bam2R.cpp:85: warning: unused variable 'c'
g++ -arch i386 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o deepSNV.so bam2R.o /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/usrlib/i386/libbam.a /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/usrlib/i386/libbcf.a /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/usrlib/i386/libtabix.a -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
Found /Library/Frameworks/R.framework/Versions/2.15/Resources/library/Rsamtools/usretc/i386/Rsamtools.mk .
installing to /Users/biocbuild/bbs-2.10-bioc/meat/deepSNV.Rcheck/deepSNV/libs/i386
** 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.0450.0050.051
RCC12.487 1.09713.601
RF0.0100.0030.013
bam2R0.0140.0040.019
consensusSequence-methods0.0390.0050.044
control-methods0.0090.0020.011
coordinates-methods0.0090.0020.010
deepSNV-class0.3750.0280.403
deepSNV-methods0.1940.0210.215
deepSNV-package0.1970.0170.213
estimateDirichlet-methods6.7391.3148.096
estimateDispersion-methods10.115 1.20611.337
manhattanPlot0.3070.0250.335
normalize-methods4.2270.2694.499
p.combine0.2350.0220.258
p.val-methods0.0100.0030.013
phiX3.7600.2414.004
plot.deepSNV0.4000.0320.434
repeatMask-methods3.0490.0103.059
show.deepSNV-method0.3080.0270.337
summary-methods0.3150.0290.346
test-methods0.0130.0030.016
trueSNVs0.0670.0050.074