* installing *source* package 'LPStimeSeries' ...
** package 'LPStimeSeries' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsDrFQm/R.INSTALLc5042e5f3cf6/LPStimeSeries/src'
gcc  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c regTree.c -o regTree.o
gcc  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -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:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3p/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsDrFQm/R.INSTALLc5042e5f3cf6/LPStimeSeries/src'
make[1]: Entering directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsDrFQm/R.INSTALLc5042e5f3cf6/LPStimeSeries/src'
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_01_3432/RtmpsDrFQm/R.INSTALLc5042e5f3cf6/LPStimeSeries/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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
* MD5 sums
packaged installation of 'LPStimeSeries' as LPStimeSeries_1.1-0.zip
* DONE (LPStimeSeries)