Back to Multiple platform build/check report for BioC 3.13
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2021-10-15 15:05:59 -0400 (Fri, 15 Oct 2021).

CHECK results for bridge on tokay2

To the developers/maintainers of the bridge package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/bridge.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 214/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
bridge 1.56.0  (landing page)
Raphael Gottardo
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/bridge
git_branch: RELEASE_3_13
git_last_commit: f04b4aa
git_last_commit_date: 2021-05-19 11:35:50 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: bridge
Version: 1.56.0
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:bridge.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings bridge_1.56.0.tar.gz
StartedAt: 2021-10-14 20:27:30 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 20:28:04 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 33.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: bridge.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:bridge.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings bridge_1.56.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/bridge.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'bridge/DESCRIPTION' ... OK
* this is package 'bridge' version '1.56.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 for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'bridge' can be installed ... WARNING
Found the following significant warnings:
  bridge2_util.c:763:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:771:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:818:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:826:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:875:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:884:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:961:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge2_util.c:969:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  bridge3.c:332:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
See 'C:/Users/biocbuild/bbs-3.13-bioc/meat/bridge.Rcheck/00install.out' for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 dependencies in R code ... NOTE
'library' or 'require' call to 'rama' which was already attached by Depends.
  Please remove these calls from your code.
Package in Depends field not imported from: 'rama'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* 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'.

bridge.2samples: no visible global function definition for 'var'
bridge.2samples: no visible global function definition for 'median'
bridge.2samples: no visible global function definition for 'mad'
bridge.3samples: no visible global function definition for 'median'
bridge.3samples: no visible global function definition for 'mad'
Undefined global functions or variables:
  mad median var
Consider adding
  importFrom("stats", "mad", "median", "var")
to your NAMESPACE file.
* 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 compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/bridge/libs/i386/bridge.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/bridge/libs/x64/bridge.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... 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 vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 3 NOTEs
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/bridge.Rcheck/00check.log'
for details.



Installation output

bridge.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/bridge_1.56.0.tar.gz && rm -rf bridge.buildbin-libdir && mkdir bridge.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=bridge.buildbin-libdir bridge_1.56.0.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL bridge_1.56.0.zip && rm bridge_1.56.0.tar.gz bridge_1.56.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 63  361k   63  229k    0     0   868k      0 --:--:-- --:--:-- --:--:--  867k
100  361k  100  361k    0     0  1195k      0 --:--:-- --:--:-- --:--:-- 1195k

install for i386

* installing *source* package 'bridge' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"c:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -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]
   int count_model=0;
       ^~~~~~~~~~~
bridge2.affy.c:36:7: warning: unused variable 'old_model' [-Wunused-variable]
   int old_model;
       ^~~~~~~~~
bridge2.affy.c: In function 'up_date_w2':
bridge2.affy.c:302:3: warning: implicit declaration of function 'dirichlet'; did you mean 'dirichlet2'? [-Wimplicit-function-declaration]
   dirichlet(gamma, 2, w);
   ^~~~~~~~~
   dirichlet2
bridge2.affy.c:282:10: warning: unused variable 'w_new' [-Wunused-variable]
   double w_new[2];
          ^~~~~
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"c:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge2.c -o bridge2.o
bridge2.c: In function 'mcmc':
bridge2.c:199:18: warning: unused variable 'width_a' [-Wunused-variable]
   double old_a=0,width_a=5;
                  ^~~~~~~
bridge2.c:199:10: warning: unused variable 'old_a' [-Wunused-variable]
   double old_a=0,width_a=5;
          ^~~~~
bridge2.c:198:18: warning: unused variable 'width_b' [-Wunused-variable]
   double old_b=0,width_b=5;
                  ^~~~~~~
bridge2.c:198:10: warning: unused variable 'old_b' [-Wunused-variable]
   double old_b=0,width_b=5;
          ^~~~~
bridge2.c:192:10: warning: unused variable 'sum_res2' [-Wunused-variable]
   double sum_res2;
          ^~~~~~~~
bridge2.c:191:10: warning: unused variable 'sum_res1' [-Wunused-variable]
   double sum_res1;
          ^~~~~~~~
bridge2.c:177:7: warning: unused variable 'countp' [-Wunused-variable]
   int countp=0;
       ^~~~~~
bridge2.c:175:7: warning: unused variable 'countb_eps' [-Wunused-variable]
   int countb_eps=0;
       ^~~~~~~~~~
bridge2.c:174:7: warning: unused variable 'counta_eps' [-Wunused-variable]
   int counta_eps=0;
       ^~~~~~~~~~
bridge2.c:173:7: warning: unused variable 'counta' [-Wunused-variable]
   int counta=0;
       ^~~~~~
bridge2.c:171:7: warning: unused variable 'countrho' [-Wunused-variable]
   int countrho=0;
       ^~~~~~~~
bridge2.c:166:22: warning: unused variable 'b_eps_new' [-Wunused-variable]
   double a_eps_new=0,b_eps_new=0;
                      ^~~~~~~~~
bridge2.c:166:10: warning: unused variable 'a_eps_new' [-Wunused-variable]
   double a_eps_new=0,b_eps_new=0;
          ^~~~~~~~~
bridge2.c:165:17: warning: unused variable 'l_ab_new' [-Wunused-variable]
   double l_ab=0,l_ab_new=0;
                 ^~~~~~~~
bridge2.c:165:10: warning: unused variable 'l_ab' [-Wunused-variable]
   double l_ab=0,l_ab_new=0;
          ^~~~
bridge2.c:164:24: warning: variable 'mean_gamma2' set but not used [-Wunused-but-set-variable]
   double mean_gamma1=0,mean_gamma2=0;
                        ^~~~~~~~~~~
bridge2.c:164:10: warning: variable 'mean_gamma1' set but not used [-Wunused-but-set-variable]
   double mean_gamma1=0,mean_gamma2=0;
          ^~~~~~~~~~~
bridge2.c:163:26: warning: unused variable 'post_prec_eta' [-Wunused-variable]
   double post_mean_eta=0,post_prec_eta=0;
                          ^~~~~~~~~~~~~
bridge2.c:163:10: warning: unused variable 'post_mean_eta' [-Wunused-variable]
   double post_mean_eta=0,post_prec_eta=0;
          ^~~~~~~~~~~~~
bridge2.c:162:28: warning: unused variable 'post_prec_delta' [-Wunused-variable]
   double post_mean_delta=0,post_prec_delta=0;
                            ^~~~~~~~~~~~~~~
bridge2.c:162:10: warning: unused variable 'post_mean_delta' [-Wunused-variable]
   double post_mean_delta=0,post_prec_delta=0;
          ^~~~~~~~~~~~~~~
bridge2.c:161:28: warning: unused variable 'post_prec_alpha' [-Wunused-variable]
   double post_mean_alpha=0,post_prec_alpha=0;
                            ^~~~~~~~~~~~~~~
bridge2.c:161:10: warning: unused variable 'post_mean_alpha' [-Wunused-variable]
   double post_mean_alpha=0,post_prec_alpha=0;
          ^~~~~~~~~~~~~~~
bridge2.c:160:27: warning: unused variable 'post_prec_beta' [-Wunused-variable]
   double post_mean_beta=0,post_prec_beta=0;
                           ^~~~~~~~~~~~~~
bridge2.c:160:10: warning: unused variable 'post_mean_beta' [-Wunused-variable]
   double post_mean_beta=0,post_prec_beta=0;
          ^~~~~~~~~~~~~~
bridge2.c:159:25: warning: unused variable 'post_prec_mu' [-Wunused-variable]
   double post_mean_mu=0,post_prec_mu=0;
                         ^~~~~~~~~~~~
bridge2.c:159:10: warning: unused variable 'post_mean_mu' [-Wunused-variable]
   double post_mean_mu=0,post_prec_mu=0;
          ^~~~~~~~~~~~
bridge2.c:154:19: warning: unused variable 'dens_t_new' [-Wunused-variable]
   double dens_t=0,dens_t_new=0;
                   ^~~~~~~~~~
bridge2.c:154:10: warning: unused variable 'dens_t' [-Wunused-variable]
   double dens_t=0,dens_t_new=0;
          ^~~~~~
bridge2.c:150:21: warning: variable 'SSgammasd' set but not used [-Wunused-but-set-variable]
   double SSgamma=0, SSgammasd=0;
                     ^~~~~~~~~
bridge2.c:150:10: warning: variable 'SSgamma' set but not used [-Wunused-but-set-variable]
   double SSgamma=0, SSgammasd=0;
          ^~~~~~~
bridge2.c:145:10: warning: unused variable 'pi' [-Wunused-variable]
   double pi=3.14;
          ^~
bridge2.c:143:19: warning: unused variable 'dens_rho_new' [-Wunused-variable]
   double dens_rho,dens_rho_new;
                   ^~~~~~~~~~~~
bridge2.c:143:10: warning: unused variable 'dens_rho' [-Wunused-variable]
   double dens_rho,dens_rho_new;
          ^~~~~~~~
bridge2.c:142:20: warning: unused variable 'sum_rho_new' [-Wunused-variable]
   double sum_rho=0,sum_rho_new=0;
                    ^~~~~~~~~~~
bridge2.c:142:10: warning: unused variable 'sum_rho' [-Wunused-variable]
   double sum_rho=0,sum_rho_new=0;
          ^~~~~~~
bridge2.c:138:10: warning: unused variable 'rho_new' [-Wunused-variable]
   double rho_new;
          ^~~~~~~
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"c:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge2_util.c -o bridge2_util.o
In file included from C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R.h:91,
                 from bridge2_util.h:1,
                 from bridge2_util.c:1:
bridge2_util.c: In function 'qr_solve':
bridge2_util.c:570:14: warning: implicit declaration of function 'dqrdc2_' [-Wimplicit-function-declaration]
     F77_CALL(dqrdc2)(xt, &n, &n, &p, &tol, &rank,qraux, pivot, work);
              ^~~~~~
C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R_ext/RS.h:92:22: note: in definition of macro 'F77_CALL'
 # define F77_CALL(x) x ## _
                      ^
bridge2_util.c:585:14: warning: implicit declaration of function 'dqrcf_'; did you mean 'sqrtf'? [-Wimplicit-function-declaration]
     F77_CALL(dqrcf)(xt, &n, &rank, qraux,yt, &n, coeft, &info);
              ^~~~~
C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R_ext/RS.h:92:22: note: in definition of macro 'F77_CALL'
 # define F77_CALL(x) x ## _
                      ^
bridge2_util.c:549:11: warning: unused variable 'vmax' [-Wunused-variable]
     char *vmax;
           ^~~~
bridge2_util.c: In function 'inverse':
bridge2_util.c:608:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j;
         ^
bridge2_util.c: In function 'product_mat_vec':
bridge2_util.c:655:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;
           ^
bridge2_util.c: In function 'slice_sampling_b':
bridge2_util.c:763:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:771:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_a':
bridge2_util.c:818:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:826:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_rho':
bridge2_util.c:875:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:884:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_p':
bridge2_util.c:961:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:969:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"c:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge3.c -o bridge3.o
bridge3.c: In function 'gene_express_3s':
bridge3.c:38:7: warning: unused variable 'count_model' [-Wunused-variable]
   int count_model=0;
       ^~~~~~~~~~~
bridge3.c:37:7: warning: unused variable 'old_model' [-Wunused-variable]
   int old_model;
       ^~~~~~~~~
bridge3.c: In function 'all_gibbs':
bridge3.c:190:7: warning: variable 'old_model' set but not used [-Wunused-but-set-variable]
   int old_model;
       ^~~~~~~~~
bridge3.c: In function 'gibbs_mu':
bridge3.c:332:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   else if((w_star[3]<u) & u<w_star[4])
                           ~^~~~~~~~~~
bridge3.c: In function 'up_date_w':
bridge3.c:362:10: warning: unused variable 'w_new' [-Wunused-variable]
   double w_new[5];
          ^~~~~
C:/rtools40/mingw32/bin/gcc -shared -s -static-libgcc -o bridge.dll tmp.def bridge2.affy.o bridge2.o bridge2_util.o bridge3.o -Lc:/extsoft/lib/i386 -Lc:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/bridge.buildbin-libdir/00LOCK-bridge/00new/bridge/libs/i386
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'bridge'
    finding HTML links ... done
    bridge.2samples                         html  
    bridge.3samples                         html  
    hiv                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'bridge' ...
** libs
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -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]
   int count_model=0;
       ^~~~~~~~~~~
bridge2.affy.c:36:7: warning: unused variable 'old_model' [-Wunused-variable]
   int old_model;
       ^~~~~~~~~
bridge2.affy.c: In function 'up_date_w2':
bridge2.affy.c:302:3: warning: implicit declaration of function 'dirichlet'; did you mean 'dirichlet2'? [-Wimplicit-function-declaration]
   dirichlet(gamma, 2, w);
   ^~~~~~~~~
   dirichlet2
bridge2.affy.c:282:10: warning: unused variable 'w_new' [-Wunused-variable]
   double w_new[2];
          ^~~~~
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge2.c -o bridge2.o
bridge2.c: In function 'mcmc':
bridge2.c:199:18: warning: unused variable 'width_a' [-Wunused-variable]
   double old_a=0,width_a=5;
                  ^~~~~~~
bridge2.c:199:10: warning: unused variable 'old_a' [-Wunused-variable]
   double old_a=0,width_a=5;
          ^~~~~
bridge2.c:198:18: warning: unused variable 'width_b' [-Wunused-variable]
   double old_b=0,width_b=5;
                  ^~~~~~~
bridge2.c:198:10: warning: unused variable 'old_b' [-Wunused-variable]
   double old_b=0,width_b=5;
          ^~~~~
bridge2.c:192:10: warning: unused variable 'sum_res2' [-Wunused-variable]
   double sum_res2;
          ^~~~~~~~
bridge2.c:191:10: warning: unused variable 'sum_res1' [-Wunused-variable]
   double sum_res1;
          ^~~~~~~~
bridge2.c:177:7: warning: unused variable 'countp' [-Wunused-variable]
   int countp=0;
       ^~~~~~
bridge2.c:175:7: warning: unused variable 'countb_eps' [-Wunused-variable]
   int countb_eps=0;
       ^~~~~~~~~~
bridge2.c:174:7: warning: unused variable 'counta_eps' [-Wunused-variable]
   int counta_eps=0;
       ^~~~~~~~~~
bridge2.c:173:7: warning: unused variable 'counta' [-Wunused-variable]
   int counta=0;
       ^~~~~~
bridge2.c:171:7: warning: unused variable 'countrho' [-Wunused-variable]
   int countrho=0;
       ^~~~~~~~
bridge2.c:166:22: warning: unused variable 'b_eps_new' [-Wunused-variable]
   double a_eps_new=0,b_eps_new=0;
                      ^~~~~~~~~
bridge2.c:166:10: warning: unused variable 'a_eps_new' [-Wunused-variable]
   double a_eps_new=0,b_eps_new=0;
          ^~~~~~~~~
bridge2.c:165:17: warning: unused variable 'l_ab_new' [-Wunused-variable]
   double l_ab=0,l_ab_new=0;
                 ^~~~~~~~
bridge2.c:165:10: warning: unused variable 'l_ab' [-Wunused-variable]
   double l_ab=0,l_ab_new=0;
          ^~~~
bridge2.c:164:24: warning: variable 'mean_gamma2' set but not used [-Wunused-but-set-variable]
   double mean_gamma1=0,mean_gamma2=0;
                        ^~~~~~~~~~~
bridge2.c:164:10: warning: variable 'mean_gamma1' set but not used [-Wunused-but-set-variable]
   double mean_gamma1=0,mean_gamma2=0;
          ^~~~~~~~~~~
bridge2.c:163:26: warning: unused variable 'post_prec_eta' [-Wunused-variable]
   double post_mean_eta=0,post_prec_eta=0;
                          ^~~~~~~~~~~~~
bridge2.c:163:10: warning: unused variable 'post_mean_eta' [-Wunused-variable]
   double post_mean_eta=0,post_prec_eta=0;
          ^~~~~~~~~~~~~
bridge2.c:162:28: warning: unused variable 'post_prec_delta' [-Wunused-variable]
   double post_mean_delta=0,post_prec_delta=0;
                            ^~~~~~~~~~~~~~~
bridge2.c:162:10: warning: unused variable 'post_mean_delta' [-Wunused-variable]
   double post_mean_delta=0,post_prec_delta=0;
          ^~~~~~~~~~~~~~~
bridge2.c:161:28: warning: unused variable 'post_prec_alpha' [-Wunused-variable]
   double post_mean_alpha=0,post_prec_alpha=0;
                            ^~~~~~~~~~~~~~~
bridge2.c:161:10: warning: unused variable 'post_mean_alpha' [-Wunused-variable]
   double post_mean_alpha=0,post_prec_alpha=0;
          ^~~~~~~~~~~~~~~
bridge2.c:160:27: warning: unused variable 'post_prec_beta' [-Wunused-variable]
   double post_mean_beta=0,post_prec_beta=0;
                           ^~~~~~~~~~~~~~
bridge2.c:160:10: warning: unused variable 'post_mean_beta' [-Wunused-variable]
   double post_mean_beta=0,post_prec_beta=0;
          ^~~~~~~~~~~~~~
bridge2.c:159:25: warning: unused variable 'post_prec_mu' [-Wunused-variable]
   double post_mean_mu=0,post_prec_mu=0;
                         ^~~~~~~~~~~~
bridge2.c:159:10: warning: unused variable 'post_mean_mu' [-Wunused-variable]
   double post_mean_mu=0,post_prec_mu=0;
          ^~~~~~~~~~~~
bridge2.c:154:19: warning: unused variable 'dens_t_new' [-Wunused-variable]
   double dens_t=0,dens_t_new=0;
                   ^~~~~~~~~~
bridge2.c:154:10: warning: unused variable 'dens_t' [-Wunused-variable]
   double dens_t=0,dens_t_new=0;
          ^~~~~~
bridge2.c:150:21: warning: variable 'SSgammasd' set but not used [-Wunused-but-set-variable]
   double SSgamma=0, SSgammasd=0;
                     ^~~~~~~~~
bridge2.c:150:10: warning: variable 'SSgamma' set but not used [-Wunused-but-set-variable]
   double SSgamma=0, SSgammasd=0;
          ^~~~~~~
bridge2.c:145:10: warning: unused variable 'pi' [-Wunused-variable]
   double pi=3.14;
          ^~
bridge2.c:143:19: warning: unused variable 'dens_rho_new' [-Wunused-variable]
   double dens_rho,dens_rho_new;
                   ^~~~~~~~~~~~
bridge2.c:143:10: warning: unused variable 'dens_rho' [-Wunused-variable]
   double dens_rho,dens_rho_new;
          ^~~~~~~~
bridge2.c:142:20: warning: unused variable 'sum_rho_new' [-Wunused-variable]
   double sum_rho=0,sum_rho_new=0;
                    ^~~~~~~~~~~
bridge2.c:142:10: warning: unused variable 'sum_rho' [-Wunused-variable]
   double sum_rho=0,sum_rho_new=0;
          ^~~~~~~
bridge2.c:138:10: warning: unused variable 'rho_new' [-Wunused-variable]
   double rho_new;
          ^~~~~~~
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge2_util.c -o bridge2_util.o
In file included from C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R.h:91,
                 from bridge2_util.h:1,
                 from bridge2_util.c:1:
bridge2_util.c: In function 'qr_solve':
bridge2_util.c:570:14: warning: implicit declaration of function 'dqrdc2_' [-Wimplicit-function-declaration]
     F77_CALL(dqrdc2)(xt, &n, &n, &p, &tol, &rank,qraux, pivot, work);
              ^~~~~~
C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R_ext/RS.h:92:22: note: in definition of macro 'F77_CALL'
 # define F77_CALL(x) x ## _
                      ^
bridge2_util.c:585:14: warning: implicit declaration of function 'dqrcf_'; did you mean 'sqrtf'? [-Wimplicit-function-declaration]
     F77_CALL(dqrcf)(xt, &n, &rank, qraux,yt, &n, coeft, &info);
              ^~~~~
C:/Users/BIOCBU~1/BBS-3~1.13-/R/include/R_ext/RS.h:92:22: note: in definition of macro 'F77_CALL'
 # define F77_CALL(x) x ## _
                      ^
bridge2_util.c:549:11: warning: unused variable 'vmax' [-Wunused-variable]
     char *vmax;
           ^~~~
bridge2_util.c: In function 'inverse':
bridge2_util.c:608:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j;
         ^
bridge2_util.c: In function 'product_mat_vec':
bridge2_util.c:655:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;
           ^
bridge2_util.c: In function 'slice_sampling_b':
bridge2_util.c:763:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:771:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_a':
bridge2_util.c:818:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:826:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_rho':
bridge2_util.c:875:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:884:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
bridge2_util.c: In function 'slice_sampling_p':
bridge2_util.c:961:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(J>0 & z<log_f_L)
         ~^~
bridge2_util.c:969:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   while(K>0 & z<log_f_R)
         ~^~
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c bridge3.c -o bridge3.o
bridge3.c: In function 'gene_express_3s':
bridge3.c:38:7: warning: unused variable 'count_model' [-Wunused-variable]
   int count_model=0;
       ^~~~~~~~~~~
bridge3.c:37:7: warning: unused variable 'old_model' [-Wunused-variable]
   int old_model;
       ^~~~~~~~~
bridge3.c: In function 'all_gibbs':
bridge3.c:190:7: warning: variable 'old_model' set but not used [-Wunused-but-set-variable]
   int old_model;
       ^~~~~~~~~
bridge3.c: In function 'gibbs_mu':
bridge3.c:332:28: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   else if((w_star[3]<u) & u<w_star[4])
                           ~^~~~~~~~~~
bridge3.c: In function 'up_date_w':
bridge3.c:362:10: warning: unused variable 'w_new' [-Wunused-variable]
   double w_new[5];
          ^~~~~
C:/rtools40/mingw64/bin/gcc -shared -s -static-libgcc -o bridge.dll tmp.def bridge2.affy.o bridge2.o bridge2_util.o bridge3.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/bridge.buildbin-libdir/bridge/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'bridge' as bridge_1.56.0.zip
* DONE (bridge)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'bridge' successfully unpacked and MD5 sums checked

Tests output


Example timings

bridge.Rcheck/examples_i386/bridge-Ex.timings

nameusersystemelapsed
bridge.2samples0.260.000.27
bridge.3samples000

bridge.Rcheck/examples_x64/bridge-Ex.timings

nameusersystemelapsed
bridge.2samples0.250.010.27
bridge.3samples0.020.000.01