* installing *source* package ‘CPoptim’ ... ** package ‘CPoptim’ 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/CPoptim/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 CPoptim.c -o CPoptim.o CPoptim.c: In function 'CPoptim': CPoptim.c:200:17: warning: variable 'autre' set but not used [-Wunused-but-set-variable] 200 | int memSize,autre; | ^~~~~ CPoptim.c:227:15: warning: 'selPart' may be used uninitialized [-Wmaybe-uninitialized] 227 | if(ID[i]==selPart) | ^ CPoptim.c:187:9: note: 'selPart' was declared here 187 | int selPart,lenSubID; | ^~~~~~~ CPoptim.c:313:31: warning: 'bestX' may be used uninitialized [-Wmaybe-uninitialized] 313 | minX[curPart][bestDim]=bestX; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ CPoptim.c:198:12: note: 'bestX' was declared here 198 | double bestX; | ^~~~~ CPoptim.c:313:31: warning: 'bestDim' may be used uninitialized [-Wmaybe-uninitialized] 313 | minX[curPart][bestDim]=bestX; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ CPoptim.c:199:9: note: 'bestDim' was declared here 199 | int bestDim; | ^~~~~~~ CPoptim.c:339:15: warning: 'memSize' may be used uninitialized [-Wmaybe-uninitialized] 339 | if(i<memSize) | ^ CPoptim.c:200:9: note: 'memSize' was declared here 200 | int memSize,autre; | ^~~~~~~ CPoptim.c:323:23: warning: 'bestMu[0]' may be used uninitialized [-Wmaybe-uninitialized] 323 | hatMu[selPart]=bestMu[0]; | ~~~~~~~~~~~~~~^~~~~~~~~~ CPoptim.c:196:12: note: 'bestMu[0]' was declared here 196 | double bestMu[2]; | ^~~~~~ CPoptim.c:324:23: warning: 'bestMu[1]' may be used uninitialized [-Wmaybe-uninitialized] 324 | hatMu[curPart]=bestMu[1]; | ~~~~~~~~~~~~~~^~~~~~~~~~ CPoptim.c:196:12: note: 'bestMu[1]' was declared here 196 | double bestMu[2]; | ^~~~~~ CPoptim.c:364:42: warning: 'bestP[0]' may be used uninitialized [-Wmaybe-uninitialized] 364 | aPriori[selPart]=aPriori[selPart]*bestP[0]; | ~~~~~~~~~~~~~~~~^~~~~~~~~ CPoptim.c:197:12: note: 'bestP[0]' was declared here 197 | double bestP[2]; | ^~~~~ CPoptim.c:363:42: warning: 'bestP[1]' may be used uninitialized [-Wmaybe-uninitialized] 363 | aPriori[curPart]=aPriori[selPart]*bestP[1]; | ~~~~~~~~~~~~~~~~^~~~~~~~~ CPoptim.c:197:12: note: 'bestP[1]' was declared here 197 | double bestP[2]; | ^~~~~ 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 CPoptim.so CPoptim.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CPoptim/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CPoptim/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CPoptim/src' installing to /data/gannet/ripley/R/packages/tests-devel/CPoptim.Rcheck/00LOCK-CPoptim/00new/CPoptim/libs ** R ** 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 ** 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 (CPoptim)