* installing to library ‘/home/hornik/tmp/R.check/r-patched-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 '/tmp/RtmpBIkzw7/R.INSTALL3b092242b46b/XNomial/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-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-patched-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-patched-gcc/Work/build/lib -Wl,-O1 -o XNomial.so XNenumerated.o XNmonte.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpBIkzw7/R.INSTALL3b092242b46b/XNomial/src'
make[1]: Entering directory '/tmp/RtmpBIkzw7/R.INSTALL3b092242b46b/XNomial/src'
make[1]: Leaving directory '/tmp/RtmpBIkzw7/R.INSTALL3b092242b46b/XNomial/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-XNomial/00new/XNomial/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘XNomial’
    finding HTML links ... done
    xmonte                                  html  
    xmulti                                  html  
** 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
* DONE (XNomial)