* installing *source* package 'LPStimeSeries' ... ** this is package 'LPStimeSeries' version '1.1-0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c regTree.c -o regTree.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c regrf.c -o regrf.o regrf.c: In function 'regRF_time_series': regrf.c:30:14: warning: 'xb' may be used uninitialized [-Wmaybe-uninitialized] 30 | double *xb, *predictions, xrand, temp; | ^~ regrf.c:81:13: warning: 'in' may be used uninitialized [-Wmaybe-uninitialized] 81 | zeroInt(in, nsample); | ^~~~~~~~~~~~~~~~~~~~ regrf.c:31:10: note: 'in' was declared here 31 | int *in, *targetcount, k, m, n, j, nsample, idx, mdim; | ^~ regrf.c:158:21: warning: 'predictions' may be used uninitialized [-Wmaybe-uninitialized] 158 | predict_time_series(x, segmentlength, nsample, mdim, lDaughter + idx, rDaughter + idx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 159 | nodedepth + idx, nodestatus + idx, upper + idx, mbest + idx, splitType + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 160 | avnode + idx, maxdepth, target[j], predictions, targetcount, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:30:19: note: 'predictions' was declared here 30 | double *xb, *predictions, xrand, temp; | ^~~~~~~~~~~ regrf.c:158:21: warning: 'targetcount' may be used uninitialized [-Wmaybe-uninitialized] 158 | predict_time_series(x, segmentlength, nsample, mdim, lDaughter + idx, rDaughter + idx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 159 | nodedepth + idx, nodestatus + idx, upper + idx, mbest + idx, splitType + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 160 | avnode + idx, maxdepth, target[j], predictions, targetcount, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:31:15: note: 'targetcount' was declared here 31 | int *in, *targetcount, k, m, n, j, nsample, idx, mdim; | ^~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -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 -shared -s -static-libgcc -o LPStimeSeries.dll tmp.def init.o regTree.o regrf.o rfutils.o -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-LPStimeSeries/00new/LPStimeSeries/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (LPStimeSeries)