* installing *source* package 'spBayes' ...
** package 'spBayes' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpEXBPqI/R.INSTALL5c206c6e1d78/spBayes/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c adaptMetropGibbs.cpp -o adaptMetropGibbs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c idist.cpp -o idist.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.cpp -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mkSpCov.cpp -o mkSpCov.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nonSpGLM_AMCMC.cpp -o nonSpGLM_AMCMC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ptsInPoly.cpp -o ptsInPoly.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spDynLM.cpp -o spDynLM.o
spDynLM.cpp: In function 'SEXPREC* spDynLM(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spDynLM.cpp:589:21: warning: 'ySamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  589 |       SET_VECTOR_ELT(result_r, 5, ySamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spDynLM.cpp:173:88: note: 'ySamples_r' was declared here
  173 |     SEXP thetaSamples_r, beta0Samples_r, betaSamples_r, uSamples_r, sigmaEtaSamples_r, ySamples_r;
      |                                                                                        ^~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spGLM.cpp -o spGLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spGLM_AMCMC.cpp -o spGLM_AMCMC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spLM.cpp -o spLM.o
spLM.cpp: In function 'SEXPREC* spLM(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spLM.cpp:478:21: warning: 'tuning_r' may be used uninitialized [-Wmaybe-uninitialized]
  478 |       SET_VECTOR_ELT(result_r, 2, tuning_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
spLM.cpp:201:31: note: 'tuning_r' was declared here
  201 |     SEXP samples_r, accept_r, tuning_r;
      |                               ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spLMPredict.cpp -o spLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spLMRecover.cpp -o spLMRecover.o
spLMRecover.cpp: In function 'SEXPREC* spLMRecover(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spLMRecover.cpp:328:21: warning: 'wSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  328 |       SET_VECTOR_ELT(result_r, 1, wSamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spLMRecover.cpp:82:25: note: 'wSamples_r' was declared here
   82 |     SEXP betaSamples_r, wSamples_r;
      |                         ^~~~~~~~~~
spLMRecover.cpp:324:19: warning: 'betaSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  324 |     SET_VECTOR_ELT(result_r, 0, betaSamples_r);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
spLMRecover.cpp:82:10: note: 'betaSamples_r' was declared here
   82 |     SEXP betaSamples_r, wSamples_r;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMPPMvDIC.cpp -o spMPPMvDIC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMisalign.cpp -o spMisalign.o
spMisalign.cpp: In function 'SEXPREC* spMisalign(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spMisalign.cpp:630:21: warning: 'tuning_r' may be used uninitialized [-Wmaybe-uninitialized]
  630 |       SET_VECTOR_ELT(result_r, 2, tuning_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
spMisalign.cpp:283:31: note: 'tuning_r' was declared here
  283 |     SEXP samples_r, accept_r, tuning_r;
      |                               ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMisalignGLM.cpp -o spMisalignGLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMisalignGLMPredict.cpp -o spMisalignGLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMisalignPredict.cpp -o spMisalignPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMisalignRecover.cpp -o spMisalignRecover.o
spMisalignRecover.cpp: In function 'SEXPREC* spMisalignRecover(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spMisalignRecover.cpp:341:21: warning: 'wSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  341 |       SET_VECTOR_ELT(result_r, 1, wSamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spMisalignRecover.cpp:102:25: note: 'wSamples_r' was declared here
  102 |     SEXP betaSamples_r, wSamples_r;
      |                         ^~~~~~~~~~
spMisalignRecover.cpp:337:19: warning: 'betaSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  337 |     SET_VECTOR_ELT(result_r, 0, betaSamples_r);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
spMisalignRecover.cpp:102:10: note: 'betaSamples_r' was declared here
  102 |     SEXP betaSamples_r, wSamples_r;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvGLM.cpp -o spMvGLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvGLMPredict.cpp -o spMvGLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvGLM_AMCMC.cpp -o spMvGLM_AMCMC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvLM.cpp -o spMvLM.o
spMvLM.cpp: In function 'SEXPREC* spMvLM(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spMvLM.cpp:728:21: warning: 'tuning_r' may be used uninitialized [-Wmaybe-uninitialized]
  728 |       SET_VECTOR_ELT(result_r, 2, tuning_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
spMvLM.cpp:333:31: note: 'tuning_r' was declared here
  333 |     SEXP samples_r, accept_r, tuning_r;
      |                               ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvLMPredict.cpp -o spMvLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spMvLMRecover.cpp -o spMvLMRecover.o
spMvLMRecover.cpp: In function 'SEXPREC* spMvLMRecover(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spMvLMRecover.cpp:471:21: warning: 'wSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  471 |       SET_VECTOR_ELT(result_r, 1, wSamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spMvLMRecover.cpp:107:25: note: 'wSamples_r' was declared here
  107 |     SEXP betaSamples_r, wSamples_r;
      |                         ^~~~~~~~~~
spMvLMRecover.cpp:467:19: warning: 'betaSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  467 |     SET_VECTOR_ELT(result_r, 0, betaSamples_r);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
spMvLMRecover.cpp:107:10: note: 'betaSamples_r' was declared here
  107 |     SEXP betaSamples_r, wSamples_r;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPDynLM.cpp -o spPPDynLM.o
spPPDynLM.cpp: In function 'SEXPREC* spPPDynLM(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spPPDynLM.cpp:650:21: warning: 'ySamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  650 |       SET_VECTOR_ELT(result_r, 6, ySamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spPPDynLM.cpp:181:103: note: 'ySamples_r' was declared here
  181 |     SEXP thetaSamples_r, beta0Samples_r, betaSamples_r, uSamples_r, uStrSamples_r, sigmaEtaSamples_r, ySamples_r;
      |                                                                                                       ^~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPGLM.cpp -o spPPGLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPGLM_AMCMC.cpp -o spPPGLM_AMCMC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPLM.cpp -o spPPLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPLMPredict.cpp -o spPPLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPLMRecover.cpp -o spPPLMRecover.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvGLM.cpp -o spPPMvGLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvGLMPredict.cpp -o spPPMvGLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvGLM_AMCMC.cpp -o spPPMvGLM_AMCMC.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvLM.cpp -o spPPMvLM.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvLMPredict.cpp -o spPPMvLMPredict.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spPPMvLMRecover.cpp -o spPPMvLMRecover.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spSVC.cpp -o spSVC.o
spSVC.cpp: In function 'SEXPREC* spSVC(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spSVC.cpp:690:21: warning: 'tuning_r' may be used uninitialized [-Wmaybe-uninitialized]
  690 |       SET_VECTOR_ELT(result_r, 2, tuning_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
spSVC.cpp:307:31: note: 'tuning_r' was declared here
  307 |     SEXP samples_r, accept_r, tuning_r;
      |                               ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spSVCPredictJoint.cpp -o spSVCPredictJoint.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spSVCPredictMarg.cpp -o spSVCPredictMarg.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spSVCRecover.cpp -o spSVCRecover.o
spSVCRecover.cpp: In function 'SEXPREC* spSVCRecover(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
spSVCRecover.cpp:372:21: warning: 'wSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  372 |       SET_VECTOR_ELT(result_r, 1, wSamples_r);
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
spSVCRecover.cpp:95:25: note: 'wSamples_r' was declared here
   95 |     SEXP betaSamples_r, wSamples_r;
      |                         ^~~~~~~~~~
spSVCRecover.cpp:368:19: warning: 'betaSamples_r' may be used uninitialized [-Wmaybe-uninitialized]
  368 |     SET_VECTOR_ELT(result_r, 0, betaSamples_r);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
spSVCRecover.cpp:95:10: note: 'betaSamples_r' was declared here
   95 |     SEXP betaSamples_r, wSamples_r;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c util.cpp -o util.o
g++ -std=gnu++17 -shared -s -static-libgcc -o spBayes.dll tmp.def adaptMetropGibbs.o idist.o init.o mkSpCov.o nonSpGLM_AMCMC.o ptsInPoly.o spDynLM.o spGLM.o spGLM_AMCMC.o spLM.o spLMPredict.o spLMRecover.o spMPPMvDIC.o spMisalign.o spMisalignGLM.o spMisalignGLMPredict.o spMisalignPredict.o spMisalignRecover.o spMvGLM.o spMvGLMPredict.o spMvGLM_AMCMC.o spMvLM.o spMvLMPredict.o spMvLMRecover.o spPPDynLM.o spPPGLM.o spPPGLM_AMCMC.o spPPLM.o spPPLMPredict.o spPPLMRecover.o spPPMvGLM.o spPPMvGLMPredict.o spPPMvGLM_AMCMC.o spPPMvLM.o spPPMvLMPredict.o spPPMvLMRecover.o spSVC.o spSVCPredictJoint.o spSVCPredictMarg.o spSVCRecover.o util.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -fopenmp -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpEXBPqI/R.INSTALL5c206c6e1d78/spBayes/src'
make[1]: Entering directory '/d/temp/RtmpEXBPqI/R.INSTALL5c206c6e1d78/spBayes/src'
make[1]: Leaving directory '/d/temp/RtmpEXBPqI/R.INSTALL5c206c6e1d78/spBayes/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-spBayes/00new/spBayes/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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
* MD5 sums
packaged installation of 'spBayes' as spBayes_0.4-7.zip
* DONE (spBayes)