* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/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: ‘Debian clang version 21.1.8 (3+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQkYWBG/R.INSTALL131dfe6395a838/LPStimeSeries/src'
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c init.c -o init.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c regTree.c -o regTree.o
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;
| ^
1 warning generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c regrf.c -o regrf.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c rfutils.c -o rfutils.o
rfutils.c:62:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
62 | if (hh >= median)
| ^
rfutils.c:60:5: note: previous statement is here
60 | if (hh <= median)
| ^
1 warning generated.
clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o LPStimeSeries.so init.o regTree.o regrf.o rfutils.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQkYWBG/R.INSTALL131dfe6395a838/LPStimeSeries/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQkYWBG/R.INSTALL131dfe6395a838/LPStimeSeries/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQkYWBG/R.INSTALL131dfe6395a838/LPStimeSeries/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/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)