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 465/609HostnameOS / ArchBUILDCHECKBUILD BIN
qpgraph 1.14.4
Robert Castelo
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/qpgraph
Last Changed Rev: 74015 / Revision: 74773
Last Changed Date: 2013-03-07 09:31:24 -0800 (Thu, 07 Mar 2013)
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: qpgraph
Version: 1.14.4
Command: /Library/Frameworks/R.framework/Versions/2.15/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch qpgraph_1.14.4.tar.gz
StartedAt: 2013-03-25 00:54:59 -0700 (Mon, 25 Mar 2013)
EndedAt: 2013-03-25 01:01:29 -0700 (Mon, 25 Mar 2013)
EllapsedTime: 390.7 seconds
RetCode: 0
Status:  OK 
CheckDir: qpgraph.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.11-bioc/meat/qpgraph.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 'qpgraph/DESCRIPTION' ... OK
* this is package 'qpgraph' version '1.14.4'
* 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 'qpgraph' 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 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 ... NOTE
File '/Users/biocbuild/bbs-2.11-bioc/meat/qpgraph.Rcheck/qpgraph/libs/i386/qpgraph.so':
  Found '___stderrp', possibly from 'stderr' (C)
    Objects: 'cliquer.o', 'graph.o', 'qpgraph.o', 'reorder.o'
  Found '_abort', possibly from 'abort' (C)
    Objects: 'cliquer.o', 'graph.o', 'qpgraph.o', 'reorder.o'

Compiled code should not call functions which might terminate R nor
write to stdout/stderr instead of to the console.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* 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
qpFunctionalCoherence   67.324  3.256  71.544
qpUpdateCliquesRemoving 21.281  0.705  22.390
qpNrr                   20.707  0.229  21.289
qpGenNrr                 6.545  0.085   6.792
* 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

NOTE: There was 1 note.
See
  '/Users/biocbuild/bbs-2.11-bioc/meat/qpgraph.Rcheck/00check.log'
for details.

qpgraph.Rcheck/00install.out:

* installing *source* package 'qpgraph' ...
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 ANSI C... none needed
checking build system type... i686-apple-darwin9.8.0
checking host system type... i686-apple-darwin9.8.0
configure: creating ./config.status
config.status: creating src/Makevars
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/usr/local/include   -g -O2 -Wall -pedantic -Wall -pedantic -fPIC  -g -O2 -Wall -pedantic  -c cliquer.c -o cliquer.o
cliquer.c: In function 'clique_print_time':
cliquer.c:1787: warning: unused variable 'fp'
cliquer.c: In function 'clique_print_time_always':
cliquer.c:1836: warning: unused variable 'fp'
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/usr/local/include   -g -O2 -Wall -pedantic -Wall -pedantic -fPIC  -g -O2 -Wall -pedantic  -c graph.c -o graph.o
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/usr/local/include   -g -O2 -Wall -pedantic -Wall -pedantic -fPIC  -g -O2 -Wall -pedantic  -c qpgraph.c -o qpgraph.o
qpgraph.c: In function 'stat_mis':
qpgraph.c:4107: warning: unused variable 'k'
qpgraph.c:4107: warning: unused variable 'j'
qpgraph.c:4107: warning: unused variable 'i'
qpgraph.c: In function 'lr_em':
qpgraph.c:4149: warning: unused variable 'Y_j'
qpgraph.c: In function 'qp_fast_rnd_graph':
qpgraph.c:7959: warning: assignment from incompatible pointer type
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/usr/local/include   -g -O2 -Wall -pedantic -Wall -pedantic -fPIC  -g -O2 -Wall -pedantic  -c reorder.c -o reorder.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o qpgraph.so cliquer.o graph.o qpgraph.o reorder.o -L/Library/Frameworks/R.framework/Resources/lib/i386 -lRblas -L/Library/Frameworks/R.framework/Resources/lib/i386 -lRlapack -lgfortran -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.11-bioc/meat/qpgraph.Rcheck/qpgraph/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'qpTxRegNet.Rnw' 
** testing if installed package can be loaded

* DONE (qpgraph)

qpgraph.Rcheck/qpgraph-Ex.timings:

nameusersystemelapsed
EcoliOxygen0.4900.0140.507
qpAllCItests0.2270.0280.255
qpAnyGraph0.1120.0120.124
qpAvgNrr2.3970.0172.426
qpBoundary0.8740.0150.893
qpCItest0.0430.0050.074
qpClique0.5850.0130.608
qpCliqueNumber0.1350.0110.153
qpCov0.1130.0130.146
qpEdgeNrr0.0340.0030.040
qpFunctionalCoherence67.324 3.25671.544
qpG2Sigma0.0410.0030.049
qpGenNrr6.5450.0856.792
qpGetCliques0.4320.0080.452
qpGraph0.4010.0120.423
qpGraphDensity0.6360.0150.666
qpHTF0.2060.0170.226
qpHist0.4250.0120.437
qpIPF0.2620.1720.436
qpK2ParCor0.0600.0030.063
qpNrr20.707 0.22921.289
qpPAC0.5810.0360.636
qpPCC0.2190.0140.236
qpPRscoreThreshold0.2920.0120.305
qpPlotMap0.0830.0220.106
qpPlotNetwork0.5040.0310.542
qpPrecisionRecall0.5010.0180.525
qpRndGraph0.0130.0060.019
qpRndHMGM0.1550.0050.162
qpRndWishart0.0110.0010.012
qpSampleFromHMGM0.0750.0030.080
qpTopPairs0.0030.0000.004
qpUnifRndAssociation0.0060.0010.007
qpUpdateCliquesRemoving21.281 0.70522.390