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 552/609HostnameOS / ArchBUILDCHECKBUILD BIN
spade 1.6.0
Michael Linderman
Snapshot Date: 2013-03-24 16:21:20 -0700 (Sun, 24 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_11/madman/Rpacks/spade
Last Changed Rev: 70050 / Revision: 74773
Last Changed Date: 2012-10-01 15:16:24 -0700 (Mon, 01 Oct 2012)
lamb1 Linux (openSUSE 12.1) / x86_64  OK  OK 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
perceval Mac OS X Leopard (10.5.8) / i386  OK [ OK ] OK 

Summary

Package: spade
Version: 1.6.0
Command: /Library/Frameworks/R.framework/Versions/2.15/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch spade_1.6.0.tar.gz
StartedAt: 2013-03-25 01:21:35 -0700 (Mon, 25 Mar 2013)
EndedAt: 2013-03-25 01:23:34 -0700 (Mon, 25 Mar 2013)
EllapsedTime: 119.8 seconds
RetCode: 0
Status:  OK 
CheckDir: spade.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.11-bioc/meat/spade.Rcheck'
* using R version 2.15.3 (2013-03-01)
* using platform: i386-apple-darwin9.8.0 (32-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'spade/DESCRIPTION' ... OK
* this is package 'spade' version '1.6.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 whether package 'spade' 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 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 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
Examples with CPU or elapsed time > 5s
               user system elapsed
SPADE.driver 50.094    5.7  37.994
* 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

spade.Rcheck/00install.out:

* installing *source* package 'spade' ...
checking for gcc... gcc -arch i386 -std=gnu99
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 -arch i386 -std=gnu99 accepts -g... yes
checking for gcc -arch i386 -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -arch i386 -std=gnu99 -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -arch i386 accepts -g... yes
checking how to run the C++ preprocessor... g++ -arch i386 -E
checking for gcc -arch i386 -std=gnu99 option to support OpenMP... -fopenmp
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 parallel/algorithm usability... no
checking parallel/algorithm presence... no
checking for parallel/algorithm... no
"Parallel STL not found using default"
configure: creating ./config.status
config.status: creating src/Makevars
** libs
*** arch - i386
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG  -I/usr/local/include   -fopenmp -DPACKAGE_NAME=\"spade\" -DPACKAGE_TARNAME=\"spade\" -DPACKAGE_VERSION=\"0.20\" -DPACKAGE_STRING=\"spade\ 0.20\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -fPIC  -g -O2 -Wall -fasm-blocks  -c cluster.cc -o cluster.o
In file included from cluster.cc:26:
util.h:9:1: warning: "assert" redefined
In file included from /usr/include/c++/4.0.0/cassert:48,
                 from /usr/include/c++/4.0.0/debug/debug.h:272,
                 from /usr/include/c++/4.0.0/bits/stl_algobase.h:76,
                 from /usr/include/c++/4.0.0/algorithm:65,
                 from cluster.cc:8:
/usr/include/assert.h:56:1: warning: this is the location of the previous definition
cluster.cc: In function 'void<unnamed>::cluster(const <unnamed>::Data_t*, size_t, size_t, size_t, <unnamed>::Idx_t*)':
cluster.cc:253: warning: comparison between signed and unsigned integer expressions
cluster.cc:253: warning: iteration variable 'i' is unsigned
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG  -I/usr/local/include   -fopenmp -DPACKAGE_NAME=\"spade\" -DPACKAGE_TARNAME=\"spade\" -DPACKAGE_VERSION=\"0.20\" -DPACKAGE_STRING=\"spade\ 0.20\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -fPIC  -g -O2 -Wall -fasm-blocks  -c downsample.cc -o downsample.o
In file included from downsample.cc:15:
util.h:9:1: warning: "assert" redefined
In file included from /usr/include/c++/4.0.0/cassert:48,
                 from /usr/include/c++/4.0.0/debug/debug.h:272,
                 from /usr/include/c++/4.0.0/bits/stl_algobase.h:76,
                 from /usr/include/c++/4.0.0/algorithm:65,
                 from downsample.cc:7:
/usr/include/assert.h:56:1: warning: this is the location of the previous definition
downsample.cc: In function '<unnamed>::Dist_t<unnamed>::compute_median_min_dist(<unnamed>::Data_t*, size_t, size_t, size_t)':
downsample.cc:44: warning: iteration variable 'i' is unsigned
downsample.cc: In function 'void<unnamed>::count_neighbors(<unnamed>::Data_t*, size_t, size_t, <unnamed>::Dist_t, <unnamed>::Dist_t, <unnamed>::Count_t*)':
downsample.cc:74: warning: iteration variable 'i' is unsigned
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG  -I/usr/local/include   -fopenmp -DPACKAGE_NAME=\"spade\" -DPACKAGE_TARNAME=\"spade\" -DPACKAGE_VERSION=\"0.20\" -DPACKAGE_STRING=\"spade\ 0.20\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -fPIC  -g -O2 -Wall -fasm-blocks  -c spade.cc -o spade.o
spade.cc: In function 'void R_init_spade(DllInfo*)':
spade.cc:8: warning: unused variable '_CallFun'
g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG  -I/usr/local/include   -fopenmp -DPACKAGE_NAME=\"spade\" -DPACKAGE_TARNAME=\"spade\" -DPACKAGE_VERSION=\"0.20\" -DPACKAGE_STRING=\"spade\ 0.20\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -fPIC  -g -O2 -Wall -fasm-blocks  -c upsample.cc -o upsample.o
In file included from upsample.cc:13:
util.h:9:1: warning: "assert" redefined
In file included from /usr/include/c++/4.0.0/cassert:48,
                 from /usr/include/c++/4.0.0/debug/debug.h:272,
                 from /usr/include/c++/4.0.0/bits/stl_algobase.h:76,
                 from /usr/include/c++/4.0.0/algorithm:65,
                 from upsample.cc:7:
/usr/include/assert.h:56:1: warning: this is the location of the previous definition
upsample.cc: In function 'void<unnamed>::assign_cluster(const <unnamed>::Data_t*, const <unnamed>::Data_t*, <unnamed>::Idx_t*, size_t, size_t, size_t, <unnamed>::Idx_t*)':
upsample.cc:35: warning: iteration variable 'i' is unsigned
g++ -arch i386 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o spade.so cluster.o downsample.o spade.o upsample.o -fopenmp -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.11-bioc/meat/spade.Rcheck/spade/libs/i386
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'SPADE.Rnw' 
** testing if installed package can be loaded

* DONE (spade)

spade.Rcheck/spade-Ex.timings:

nameusersystemelapsed
SPADE.FCSToTree000
SPADE.addClusterToFCS0.0010.0000.001
SPADE.addDensityToFCS000
SPADE.annotateGraph000
SPADE.downsampleFCS000
SPADE.driver50.094 5.70037.994
SPADE.flattenAnnotations0.0000.0000.001
SPADE.installPlugin0.0010.0010.000
SPADE.layout.arch000
SPADE.markerMedians000
SPADE.plot.trees0.0010.0000.001
SPADE.read.FCS0.0520.0190.072
SPADE.write.graph0.0000.0000.001