qpgraph 1.16.3 Robert Castelo
Snapshot Date: 2013-10-08 17:00:48 -0700 (Tue, 08 Oct 2013) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/qpgraph | Last Changed Rev: 78820 / Revision: 81334 | Last Changed Date: 2013-07-24 09:27:03 -0700 (Wed, 24 Jul 2013) |
| 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 Snow Leopard (10.6.8) / x86_64 | OK | OK | OK |
* using log directory ‘/home/biocbuild/bbs-2.12-bioc/meat/qpgraph.Rcheck’
* using R version 3.0.1 (2013-05-16)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘qpgraph/DESCRIPTION’ ... OK
* this is package ‘qpgraph’ version ‘1.16.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 for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘qpgraph’ can be installed ... [48s/50s] 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 ... [31s/31s] 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
* 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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -I/usr/local/include -I/usr/local/include -g -O2 -Wall -Wall -pedantic -fpic -g -O2 -Wall -c cliquer.c -o cliquer.o
cliquer.c: In function ‘clique_print_time’:
cliquer.c:1788:8: warning: unused variable ‘fp’ [-Wunused-variable]
cliquer.c: In function ‘clique_print_time_always’:
cliquer.c:1837:8: warning: unused variable ‘fp’ [-Wunused-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -I/usr/local/include -I/usr/local/include -g -O2 -Wall -Wall -pedantic -fpic -g -O2 -Wall -c graph.c -o graph.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -I/usr/local/include -I/usr/local/include -g -O2 -Wall -Wall -pedantic -fpic -g -O2 -Wall -c qpgraph.c -o qpgraph.o
qpgraph.c: In function ‘stat_mis’:
qpgraph.c:4105:19: warning: unused variable ‘k’ [-Wunused-variable]
qpgraph.c:4105:17: warning: unused variable ‘j’ [-Wunused-variable]
qpgraph.c:4105:15: warning: unused variable ‘i’ [-Wunused-variable]
qpgraph.c: In function ‘lr_em’:
qpgraph.c:4147:15: warning: unused variable ‘Y_j’ [-Wunused-variable]
qpgraph.c:4145:39: warning: variable ‘sufStats_ij’ set but not used [-Wunused-but-set-variable]
qpgraph.c:4145:27: warning: variable ‘sufStats_j’ set but not used [-Wunused-but-set-variable]
qpgraph.c:4145:15: warning: variable ‘sufStats_i’ set but not used [-Wunused-but-set-variable]
qpgraph.c: In function ‘ssd_A’:
qpgraph.c:7831:17: warning: unused variable ‘m’ [-Wunused-variable]
qpgraph.c:7831:15: warning: unused variable ‘k’ [-Wunused-variable]
qpgraph.c: In function ‘qp_fast_rnd_graph’:
qpgraph.c:7960:5: warning: assignment from incompatible pointer type [enabled by default]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -I/usr/local/include -I/usr/local/include -g -O2 -Wall -Wall -pedantic -fpic -g -O2 -Wall -c reorder.c -o reorder.o
gcc -std=gnu99 -shared -L/usr/local/lib -o qpgraph.so cliquer.o graph.o qpgraph.o reorder.o -L/home/biocbuild/bbs-2.12-bioc/R/lib -lRblas -L/home/biocbuild/bbs-2.12-bioc/R/lib -lRlapack -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-2.12-bioc/R/lib -lR
installing to /home/biocbuild/bbs-2.12-bioc/meat/qpgraph.Rcheck/qpgraph/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a generic function from function ‘rmvnorm’ in package ‘qpgraph’
Creating a generic function from function ‘sim.cross’ in package ‘qpgraph’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (qpgraph)