* installing *source* package ‘XNomial’ ... ** package ‘XNomial’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/XNomial/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c XNenumerated.c -o XNenumerated.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o XNomial.so XNenumerated.o XNmonte.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/XNomial/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/XNomial/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/XNomial/src' installing to /data/gannet/ripley/R/packages/tests-devel/XNomial.Rcheck/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 * DONE (XNomial)