* installing *source* package 'psbcGroup' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c BAFTgpLT.c -o BAFTgpLT.o BAFTgpLT.c: In function 'BAFTgpLTmcmc': BAFTgpLT.c:75:21: warning: 'nP' may be used uninitialized [-Wmaybe-uninitialized] 75 | gsl_matrix *X = gsl_matrix_calloc(*n, (nP)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BAFTgpLT.c:70:9: note: 'nP' was declared here 70 | int nP, nQ; | ^~ BAFTgpLT.c:80:22: warning: 'nQ' may be used uninitialized [-Wmaybe-uninitialized] 80 | gsl_matrix *XC = gsl_matrix_calloc(*n, (nQ)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BAFTgpLT.c:70:13: note: 'nQ' was declared here 70 | int nP, nQ; | ^~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c BAFTgpLT_Updates.c -o BAFTgpLT_Updates.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Utilities.c -o Utilities.o Utilities.c: In function 'c_multinom_sample': Utilities.c:62:5: warning: '' may be used uninitialized [-Wmaybe-uninitialized] 62 | gsl_ran_multinomial(rr, KK, 1, probK, samples); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Utilities.c:14: d:\rtools43\x86_64-w64-mingw32.static.posix\include\gsl\gsl_randist.h:154:6: note: by argument 4 of type 'const double[]' to 'gsl_ran_multinomial' declared here 154 | void gsl_ran_multinomial (const gsl_rng * r, const size_t K, | ^~~~~~~~~~~~~~~~~~~ Utilities.c:69:12: warning: 'val' may be used uninitialized [-Wmaybe-uninitialized] 69 | return val; | ^~~ Utilities.c:51:13: note: 'val' was declared here 51 | int ii, val; | ^~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c aftGL.c -o aftGL.o aftGL.c: In function 'aftGLmcmc': aftGL.c:87:27: warning: 'nP' may be used uninitialized [-Wmaybe-uninitialized] 87 | gsl_matrix *survCov = gsl_matrix_calloc(*n, nP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ aftGL.c:82:9: note: 'nP' was declared here 82 | int nP; | ^~ aftGL.c:200:29: warning: 'subsize_last_temp' may be used uninitialized [-Wmaybe-uninitialized] 200 | gsl_matrix *Xsub_last = gsl_matrix_calloc(*n, subsize_last_temp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aftGL.c:193:9: note: 'subsize_last_temp' was declared here 193 | int subsize_last_temp; | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o gcc -shared -s -static-libgcc -o psbcGroup.dll tmp.def BAFTgpLT.o BAFTgpLT_Updates.o Utilities.o aftGL.o registerDynamicSymbol.o -L/usr/local/lib -lgsl -lgslcblas -lm -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-psbcGroup/00new/psbcGroup/libs/x64 ** R ** data ** 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 * DONE (psbcGroup)