* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘XNomial’ ... ** package ‘XNomial’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3kNHAT/R.INSTALL10fc558d66eff/XNomial/src' gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c XNenumerated.c -o XNenumerated.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c XNmonte.c -o XNmonte.o XNmonte.c: In function ‘montenomialTest’: XNmonte.c:198:26: warning: ‘statLeft’ may be used uninitialized [-Wmaybe-uninitialized] 198 | hdex = (stat - statLeft)/statSpan; | ~~~~~~^~~~~~~~~~~ XNmonte.c:75:12: note: ‘statLeft’ was declared here 75 | double statLeft, statSpan; // for histogram | ^~~~~~~~ XNmonte.c:198:37: warning: ‘statSpan’ may be used uninitialized [-Wmaybe-uninitialized] 198 | hdex = (stat - statLeft)/statSpan; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ XNmonte.c:75:22: note: ‘statSpan’ was declared here 75 | double statLeft, statSpan; // for histogram | ^~~~~~~~ XNmonte.c:198:26: warning: ‘stat’ may be used uninitialized [-Wmaybe-uninitialized] 198 | hdex = (stat - statLeft)/statSpan; | ~~~~~~^~~~~~~~~~~ XNmonte.c:119:16: note: ‘stat’ was declared here 119 | double pr, stat; | ^~~~ gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o XNomial.so XNenumerated.o XNmonte.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3kNHAT/R.INSTALL10fc558d66eff/XNomial/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3kNHAT/R.INSTALL10fc558d66eff/XNomial/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3kNHAT/R.INSTALL10fc558d66eff/XNomial/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-XNomial/00new/XNomial/libs ** R ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * creating tarball packaged installation of ‘XNomial’ as ‘XNomial_1.0.4_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (XNomial)