This page was generated on 2023-01-02 09:00:34 -0500 (Mon, 02 Jan 2023).
##############################################################################
##############################################################################
###
### Running command:
###
### chmod a+r iClusterPlus -R && F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data iClusterPlus
###
##############################################################################
##############################################################################
* checking for file 'iClusterPlus/DESCRIPTION' ... OK
* preparing 'iClusterPlus':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
-----------------------------------
* installing *source* package 'iClusterPlus' ...
** using staged installation
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
** libs
using C compiler: 'gcc.exe (GCC) 12.2.0'
using Fortran compiler: 'GNU Fortran (GCC) 12.2.0'
gcc -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c iClusterBayes.c -o iClusterBayes.o
In file included from F:/biocbuild/bbs-3.17-bioc/R/include/R.h:78,
from iClusterBayes.c:7:
iClusterBayes.c: In function 'rmvnormal':
iClusterBayes.c:87:12: error: too few arguments to function 'dpotrf_'
87 | F77_CALL(dpotrf)(uplo,n,tempcov,n,&info);
| ^~~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/Lapack.h:825:10: note: declared here
825 | F77_NAME(dpotrf)(const char* uplo, const int* n,
| ^~~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/Lapack.h:825:1: note: in expansion of macro 'F77_NAME'
825 | F77_NAME(dpotrf)(const char* uplo, const int* n,
| ^~~~~~~~
iClusterBayes.c:103:12: error: too few arguments to function 'dgemv_'
103 | F77_CALL(dgemv)(transN,n,n,&ONE,tempcov,n,zvec,&incx, &ZERO,vec, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c: In function 'bvsNormal':
iClusterBayes.c:166:12: error: too few arguments to function 'dgemm_'
166 | F77_CALL(dgemm)(transT,transN,&k1,&k1,n,&ONE,C1Z,n,C1Z,n,&ZERO,ZtZ,&k1);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:171:12: error: too few arguments to function 'dgemm_'
171 | F77_CALL(dgemm)(transT,transN,&k1,p,n,&ONE,C1Z,n,X,n,&ZERO,ZtX,&k1);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:197:12: error: too few arguments to function 'dgemm_'
197 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta,p,&ZERO,meanX,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:249:14: error: too few arguments to function 'dgemv_'
249 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,beta_invV,&k1,ZtXj,&incx, &ZERO,beta_m, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:293:12: error: too few arguments to function 'dgemm_'
293 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,meanX,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:306:12: error: too few arguments to function 'dgemm_'
306 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,meanX_p,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c: In function 'bvsPoisson':
iClusterBayes.c:422:12: error: too few arguments to function 'dgemm_'
422 | F77_CALL(dgemm)(transT,transN,&k1,&k1,n,&ONE,C1Z,n,C1Z,n,&ZERO,ZtZ,&k1);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:465:12: error: too few arguments to function 'dgemm_'
465 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,ZtBeta,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:480:12: error: too few arguments to function 'dgemm_'
480 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,ZtBeta_p,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:501:13: error: too few arguments to function 'dgemv_'
501 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:505:13: error: too few arguments to function 'dgemv_'
505 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab_p,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:548:16: error: too few arguments to function 'dgemv_'
548 | F77_CALL(dgemv)(transN,n,&k1,&ONE,C1Z,n,beta_m,&incx,&ZERO,Zbeta,&incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:551:16: error: too few arguments to function 'dgemv_'
551 | F77_CALL(dgemv)(transN,n,&k1,&ONE,C1Z,n,beta_p,&incx,&ZERO,Zbeta_p,&incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:570:16: error: too few arguments to function 'dgemv_'
570 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:574:16: error: too few arguments to function 'dgemv_'
574 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab_p,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c: In function 'bvsBinom':
iClusterBayes.c:670:12: error: too few arguments to function 'dgemm_'
670 | F77_CALL(dgemm)(transT,transN,&k1,&k1,n,&ONE,C1Z,n,C1Z,n,&ZERO,ZtZ,&k1);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:713:12: error: too few arguments to function 'dgemm_'
713 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,ZtBeta,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:728:12: error: too few arguments to function 'dgemm_'
728 | F77_CALL(dgemm)(transN,transT,n,p, &k1,&ONE,C1Z,n,alphaBeta2,p,&ZERO,ZtBeta_p,n);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:10: note: declared here
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:207:1: note: in expansion of macro 'F77_NAME'
207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m,
| ^~~~~~~~
iClusterBayes.c:754:13: error: too few arguments to function 'dgemv_'
754 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:757:13: error: too few arguments to function 'dgemv_'
757 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab_p,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:800:16: error: too few arguments to function 'dgemv_'
800 | F77_CALL(dgemv)(transN,n,&k1,&ONE,C1Z,n,beta_m,&incx,&ZERO,Zbeta,&incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:803:16: error: too few arguments to function 'dgemv_'
803 | F77_CALL(dgemv)(transN,n,&k1,&ONE,C1Z,n,beta_p,&incx,&ZERO,Zbeta_p,&incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:827:16: error: too few arguments to function 'dgemv_'
827 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c:831:16: error: too few arguments to function 'dgemv_'
831 | F77_CALL(dgemv)(transN,&k1,&k1,&ONE,invSigma0,&k1,tempab_p,&incx, &ZERO,invSigmaBeta0, &incy);
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:10: note: declared here
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/RS.h:77:25: note: in definition of macro 'F77_CALL'
77 | # define F77_CALL(x) x ## _
| ^
F:/biocbuild/bbs-3.17-bioc/R/include/R_ext/BLAS.h:107:1: note: in expansion of macro 'F77_NAME'
107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n,
| ^~~~~~~~
iClusterBayes.c: In function 'mcmcBayes':
iClusterBayes.c:1212:28: warning: variable 'Zdraw' set but not used [-Wunused-but-set-variable]
1212 | int i,j,h,n,k,ID,Zburnin,Zdraw,ndt,nk,thin,nthin,remainder,ty0,p0,ty1,p1,ty2,p2,ty3,p3,ty4,p4,ty5,p5,betaBurnin,betaDraw,p0k,p1k,p2k,p3k,p4k,p5k;
| ^~~~~
iClusterBayes.c:1212:20: warning: variable 'Zburnin' set but not used [-Wunused-but-set-variable]
1212 | int i,j,h,n,k,ID,Zburnin,Zdraw,ndt,nk,thin,nthin,remainder,ty0,p0,ty1,p1,ty2,p2,ty3,p3,ty4,p4,ty5,p5,betaBurnin,betaDraw,p0k,p1k,p2k,p3k,p4k,p5k;
| ^~~~~~~
make: *** [F:/biocbuild/bbs-3.17-bioc/R/etc/x64/Makeconf:257: iClusterBayes.o] Error 1
ERROR: compilation failed for package 'iClusterPlus'
* removing 'F:/biocbuild/bbs-3.17-bioc-rtools43/tmpdir/RtmpWcT9eC/Rinst383834163087/iClusterPlus'
-----------------------------------
ERROR: package installation failed