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 82/609HostnameOS / ArchBUILDCHECKBUILD BIN
bridge 1.22.0
Raphael Gottardo
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/bridge
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: bridge
Version: 1.22.0
Command: /home/biocbuild/bbs-2.11-bioc/R/bin/R CMD check --no-vignettes --timings bridge_1.22.0.tar.gz
StartedAt: 2013-03-24 23:48:54 -0700 (Sun, 24 Mar 2013)
EndedAt: 2013-03-24 23:49:11 -0700 (Sun, 24 Mar 2013)
EllapsedTime: 16.8 seconds
RetCode: 0
Status:  OK 
CheckDir: bridge.Rcheck
Warnings: 0

Command output

* using log directory ‘/loc/home/biocbuild/bbs-2.11-bioc/meat/bridge.Rcheck’
* using R version 2.15.3 (2013-03-01)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘bridge/DESCRIPTION’ ... OK
* this is package ‘bridge’ version ‘1.22.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 ‘bridge’ 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 ... NOTE
File ‘bridge/R/zzz.R’:
  .onLoad calls:
    require("rama", quietly = TRUE)

Package startup functions should not change the search path.
See section ‘Good practice’ in ?.onAttach.

* 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 use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File ‘/loc/home/biocbuild/bbs-2.11-bioc/meat/bridge.Rcheck/bridge/libs/bridge.so’:
  Found ‘printf’, possibly from ‘printf’ (C)
    Objects: ‘bridge2.affy.o’, ‘bridge2.o’, ‘bridge3.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 installed files from ‘inst/doc’ ... NOTE
The following files should probably not be installed:
  ‘chicago.bst’, ‘chicago.sty’

Consider the use of a .Rinstignore file: see ‘Writing R Extensions’,
or move the vignette sources from ‘inst/doc’ to ‘vignettes’.
* 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

NOTE: There were 3 notes.
See
  ‘/loc/home/biocbuild/bbs-2.11-bioc/meat/bridge.Rcheck/00check.log’
for details.

bridge.Rcheck/00install.out:

* installing *source* package ‘bridge’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c bridge2.affy.c -o bridge2.affy.o
bridge2.affy.c: In function ‘gene_express_2s’:
bridge2.affy.c:37:7: warning: unused variable ‘count_model’ [-Wunused-variable]
bridge2.affy.c:36:7: warning: unused variable ‘old_model’ [-Wunused-variable]
bridge2.affy.c: In function ‘up_date_w2’:
bridge2.affy.c:302:3: warning: implicit declaration of function ‘dirichlet’ [-Wimplicit-function-declaration]
bridge2.affy.c:282:10: warning: unused variable ‘w_new’ [-Wunused-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c bridge2.c -o bridge2.o
bridge2.c: In function ‘mcmc’:
bridge2.c:199:18: warning: unused variable ‘width_a’ [-Wunused-variable]
bridge2.c:199:10: warning: unused variable ‘old_a’ [-Wunused-variable]
bridge2.c:198:18: warning: unused variable ‘width_b’ [-Wunused-variable]
bridge2.c:198:10: warning: unused variable ‘old_b’ [-Wunused-variable]
bridge2.c:192:10: warning: unused variable ‘sum_res2’ [-Wunused-variable]
bridge2.c:191:10: warning: unused variable ‘sum_res1’ [-Wunused-variable]
bridge2.c:177:7: warning: unused variable ‘countp’ [-Wunused-variable]
bridge2.c:175:7: warning: unused variable ‘countb_eps’ [-Wunused-variable]
bridge2.c:174:7: warning: unused variable ‘counta_eps’ [-Wunused-variable]
bridge2.c:173:7: warning: unused variable ‘counta’ [-Wunused-variable]
bridge2.c:171:7: warning: unused variable ‘countrho’ [-Wunused-variable]
bridge2.c:166:22: warning: unused variable ‘b_eps_new’ [-Wunused-variable]
bridge2.c:166:10: warning: unused variable ‘a_eps_new’ [-Wunused-variable]
bridge2.c:165:17: warning: unused variable ‘l_ab_new’ [-Wunused-variable]
bridge2.c:165:10: warning: unused variable ‘l_ab’ [-Wunused-variable]
bridge2.c:164:24: warning: variable ‘mean_gamma2’ set but not used [-Wunused-but-set-variable]
bridge2.c:164:10: warning: variable ‘mean_gamma1’ set but not used [-Wunused-but-set-variable]
bridge2.c:163:26: warning: unused variable ‘post_prec_eta’ [-Wunused-variable]
bridge2.c:163:10: warning: unused variable ‘post_mean_eta’ [-Wunused-variable]
bridge2.c:162:28: warning: unused variable ‘post_prec_delta’ [-Wunused-variable]
bridge2.c:162:10: warning: unused variable ‘post_mean_delta’ [-Wunused-variable]
bridge2.c:161:28: warning: unused variable ‘post_prec_alpha’ [-Wunused-variable]
bridge2.c:161:10: warning: unused variable ‘post_mean_alpha’ [-Wunused-variable]
bridge2.c:160:27: warning: unused variable ‘post_prec_beta’ [-Wunused-variable]
bridge2.c:160:10: warning: unused variable ‘post_mean_beta’ [-Wunused-variable]
bridge2.c:159:25: warning: unused variable ‘post_prec_mu’ [-Wunused-variable]
bridge2.c:159:10: warning: unused variable ‘post_mean_mu’ [-Wunused-variable]
bridge2.c:154:19: warning: unused variable ‘dens_t_new’ [-Wunused-variable]
bridge2.c:154:10: warning: unused variable ‘dens_t’ [-Wunused-variable]
bridge2.c:150:21: warning: variable ‘SSgammasd’ set but not used [-Wunused-but-set-variable]
bridge2.c:150:10: warning: variable ‘SSgamma’ set but not used [-Wunused-but-set-variable]
bridge2.c:145:10: warning: unused variable ‘pi’ [-Wunused-variable]
bridge2.c:143:19: warning: unused variable ‘dens_rho_new’ [-Wunused-variable]
bridge2.c:143:10: warning: unused variable ‘dens_rho’ [-Wunused-variable]
bridge2.c:142:20: warning: unused variable ‘sum_rho_new’ [-Wunused-variable]
bridge2.c:142:10: warning: unused variable ‘sum_rho’ [-Wunused-variable]
bridge2.c:138:10: warning: unused variable ‘rho_new’ [-Wunused-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c bridge2_util.c -o bridge2_util.o
bridge2_util.c: In function ‘qr_solve’:
bridge2_util.c:570:5: warning: implicit declaration of function ‘dqrdc2_’ [-Wimplicit-function-declaration]
bridge2_util.c:585:5: warning: implicit declaration of function ‘dqrcf_’ [-Wimplicit-function-declaration]
bridge2_util.c:549:11: warning: unused variable ‘vmax’ [-Wunused-variable]
bridge2_util.c: In function ‘inverse’:
bridge2_util.c:608:9: warning: unused variable ‘j’ [-Wunused-variable]
bridge2_util.c: In function ‘product_mat_vec’:
bridge2_util.c:655:11: warning: unused variable ‘k’ [-Wunused-variable]
bridge2_util.c: In function ‘slice_sampling_b’:
bridge2_util.c:763:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c:771:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c: In function ‘slice_sampling_a’:
bridge2_util.c:818:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c:826:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c: In function ‘slice_sampling_rho’:
bridge2_util.c:875:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c:884:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c: In function ‘slice_sampling_p’:
bridge2_util.c:961:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge2_util.c:969:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c bridge3.c -o bridge3.o
bridge3.c: In function ‘gene_express_3s’:
bridge3.c:38:7: warning: unused variable ‘count_model’ [-Wunused-variable]
bridge3.c:37:7: warning: unused variable ‘old_model’ [-Wunused-variable]
bridge3.c: In function ‘all_gibbs’:
bridge3.c:190:7: warning: variable ‘old_model’ set but not used [-Wunused-but-set-variable]
bridge3.c: In function ‘gibbs_mu’:
bridge3.c:332:3: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
bridge3.c: In function ‘up_date_w’:
bridge3.c:362:10: warning: unused variable ‘w_new’ [-Wunused-variable]
gcc -std=gnu99 -shared -L/usr/local/lib64 -o bridge.so bridge2.affy.o bridge2.o bridge2_util.o bridge3.o -L/home/biocbuild/bbs-2.11-bioc/R/lib -lR
installing to /loc/home/biocbuild/bbs-2.11-bioc/meat/bridge.Rcheck/bridge/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘bridge.Rnw’ 
** testing if installed package can be loaded

* DONE (bridge)

bridge.Rcheck/bridge-Ex.timings:

nameusersystemelapsed
bridge.2samples0.2680.0120.277
bridge.3samples0.0080.0000.010