* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * 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-16 (Debian 16.1.0-1) 16.1.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpExPdiK/R.INSTALL7dab322899ad6/LPStimeSeries/src' gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c regTree.c -o regTree.o regTree.c: In function ‘regTree_time_series’: regTree.c:175:15: warning: variable ‘ss’ set but not used [-Wunused-but-set-variable=] 175 | double d, ss, av, decsplit, ubest, sumnode, *y, *obsx, rndm; | ^~ gcc-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c regrf.c -o regrf.o 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-16 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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) | ^~ gcc-16 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o LPStimeSeries.so init.o regTree.o regrf.o rfutils.o -fopenmp -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpExPdiK/R.INSTALL7dab322899ad6/LPStimeSeries/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpExPdiK/R.INSTALL7dab322899ad6/LPStimeSeries/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpExPdiK/R.INSTALL7dab322899ad6/LPStimeSeries/src' installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)