* installing *source* package ‘LPStimeSeries’ ... ** this is package ‘LPStimeSeries’ version ‘1.1-0’ ** package ‘LPStimeSeries’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/LPStimeSeries/src' gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -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 init.c -o init.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -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 regTree.c -o regTree.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -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 regrf.c -o regrf.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -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 rfutils.c -o rfutils.o rfutils.c: In function ‘quick_select’: rfutils.c:60:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 60 | if (hh <= median) | ^~ rfutils.c:62:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 62 | if (hh >= median) | ^~ regrf.c: In function ‘regRF_time_series’: regrf.c:32:14: warning: ‘xb’ may be used uninitialized [-Wmaybe-uninitialized] 32 | double *xb, *predictions, xrand, temp; | ^~ regrf.c:84:13: warning: ‘in’ may be used uninitialized [-Wmaybe-uninitialized] 84 | zeroInt(in, nsample); | ^~~~~~~~~~~~~~~~~~~~ regrf.c:33:10: note: ‘in’ was declared here 33 | int *in, *targetcount, *serieslens_boot, k, m, n, j, nsample, idx, mdim; | ^~ regrf.c:90:36: warning: ‘serieslens_boot’ may be used uninitialized [-Wmaybe-uninitialized] 90 | serieslens_boot[n] = serieslens[k]; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ regrf.c:33:29: note: ‘serieslens_boot’ was declared here 33 | int *in, *targetcount, *serieslens_boot, k, m, n, j, nsample, idx, mdim; | ^~~~~~~~~~~~~~~ regrf.c:165:21: warning: ‘predictions’ may be used uninitialized [-Wmaybe-uninitialized] 165 | predict_time_series(x, segmentlength, nsample, mdim, serieslens, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 166 | lDaughter + idx, rDaughter + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 167 | nodedepth + idx, nodestatus + idx, upper + idx, mbest + idx, splitType + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 168 | avnode + idx, maxdepth, target[j], predictions, targetcount, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:32:19: note: ‘predictions’ was declared here 32 | double *xb, *predictions, xrand, temp; | ^~~~~~~~~~~ regrf.c:165:21: warning: ‘targetcount’ may be used uninitialized [-Wmaybe-uninitialized] 165 | predict_time_series(x, segmentlength, nsample, mdim, serieslens, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 166 | lDaughter + idx, rDaughter + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 167 | nodedepth + idx, nodestatus + idx, upper + idx, mbest + idx, splitType + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 168 | avnode + idx, maxdepth, target[j], predictions, targetcount, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:33:15: note: ‘targetcount’ was declared here 33 | int *in, *targetcount, *serieslens_boot, k, m, n, j, nsample, idx, mdim; | ^~~~~~~~~~~ gcc -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/lib64 -o LPStimeSeries.so init.o regTree.o regrf.o rfutils.o -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/LPStimeSeries/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/LPStimeSeries/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/LPStimeSeries/src' installing to /data/gannet/ripley/R/packages/tests-devel/LPStimeSeries.Rcheck/00LOCK-LPStimeSeries/00new/LPStimeSeries/libs ** R ** data ** inst ** 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 (LPStimeSeries)