* installing *source* package 'IntegMultiReg' ...
** this is package 'IntegMultiReg' version '0.1.0'
** package 'IntegMultiReg' successfully unpacked and MD5 sums checked
** using staged installation
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_08_12_01_50_00_15434/RtmpiiXFcD/R.INSTALL183442ba75b20/IntegMultiReg/src'
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c initial.c -o initial.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c log_lik_non_local.c -o log_lik_non_local.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c log_posterior.c -o log_posterior.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c main_function_final.c -o main_function_final.o
main_function_final.c: In function 'main_function':
main_function_final.c:209:21: warning: 'yobs' may be used uninitialized [-Wmaybe-uninitialized]
209 | yobs[i] = dvector(0, sample_size_ptr[i] - 1);
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main_function_final.c:193:14: note: 'yobs' was declared here
193 | double **yobs;
| ^~~~
main_function_final.c:211:22: warning: 'yobsb' may be used uninitialized [-Wmaybe-uninitialized]
211 | yobsb[i] = (_Bool *)malloc(sample_size_ptr[i] * sizeof(_Bool));
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main_function_final.c:194:13: note: 'yobsb' was declared here
194 | _Bool **yobsb;
| ^~~~~
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c main_prediction.c -o main_prediction.o
main_prediction.c: In function 'main_function_prediction':
main_prediction.c:227:20: warning: 'ytotalb' may be used uninitialized [-Wmaybe-uninitialized]
227 | _Bool *ytotalb;
| ^~~~~~~
main_prediction.c:262:35: warning: 'ytestb' may be used uninitialized [-Wmaybe-uninitialized]
262 | ytestb[i] = (_Bool)YY[m][test_index[i]][0];
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main_prediction.c:239:24: note: 'ytestb' was declared here
239 | _Bool *ytestb;
| ^~~~~~
main_prediction.c:266:34: warning: 'ytest' may be used uninitialized [-Wmaybe-uninitialized]
266 | ytest[i] = YY[m][test_index[i]][0];
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
main_prediction.c:240:25: note: 'ytest' was declared here
240 | double *ytest;
| ^~~~~
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c main_prediction_test.c -o main_prediction_test.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c prediction_cv.c -o prediction_cv.o
prediction_cv.c: In function 'predict_cv_fold':
prediction_cv.c:252:12: warning: 'probtest' may be used uninitialized [-Wmaybe-uninitialized]
252 | return probtest;
| ^~~~~~~~
prediction_cv.c:201:11: note: 'probtest' was declared here
201 | double *probtest;
| ^~~~~~~~
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c sample_gam.c -o sample_gam.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c sample_latent_binary_outcome.c -o sample_latent_binary_outcome.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c sample_theta.c -o sample_theta.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c truncate.c -o truncate.o
gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I/include -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o
gcc -shared -s -static-libgcc -o IntegMultiReg.dll tmp.def init.o initial.o log_lik_non_local.o log_posterior.o main_function_final.o main_prediction.o main_prediction_test.o prediction_cv.o sample_gam.o sample_latent_binary_outcome.o sample_theta.o truncate.o utils.o -L/lib -lgsl -lgslcblas -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.6.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_08_12_01_50_00_15434/RtmpiiXFcD/R.INSTALL183442ba75b20/IntegMultiReg/src'
make[1]: Entering directory '/d/temp/2026_08_12_01_50_00_15434/RtmpiiXFcD/R.INSTALL183442ba75b20/IntegMultiReg/src'
make[1]: Leaving directory '/d/temp/2026_08_12_01_50_00_15434/RtmpiiXFcD/R.INSTALL183442ba75b20/IntegMultiReg/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-IntegMultiReg/00new/IntegMultiReg/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* MD5 sums
packaged installation of 'IntegMultiReg' as IntegMultiReg_0.1.0.zip
* DONE (IntegMultiReg)