* installing to library ‘/home/hornik/tmp/R.check/r-patched-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-15 (Debian 15.2.0-16) 15.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpf1JL6B/R.INSTALL53cb7496c5ec1/LPStimeSeries/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-patched-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-15 -I"/home/hornik/tmp/R.check/r-patched-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
gcc-15 -I"/home/hornik/tmp/R.check/r-patched-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-15 -I"/home/hornik/tmp/R.check/r-patched-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-15 -shared -L/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpf1JL6B/R.INSTALL53cb7496c5ec1/LPStimeSeries/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpf1JL6B/R.INSTALL53cb7496c5ec1/LPStimeSeries/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpf1JL6B/R.INSTALL53cb7496c5ec1/LPStimeSeries/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-LPStimeSeries/00new/LPStimeSeries/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘LPStimeSeries’
finding HTML links ... done
GunPoint html
LPSNews html
computeSimilarity html
discriminativePatterns html
getTreeInfo html
learnPattern html
plot.learnPattern html
plotMDS html
predict.learnPattern html
tunelearnPattern html
visualizePattern html
** 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)