* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘phenex’ ...
** package ‘phenex’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpZ0m03S/R.INSTALLd12216022f4c0/phenex/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c analyzeBits.c -o analyzeBits.o
analyzeBits.c:26:6: warning: unused variable 'erg' [-Wunused-variable]
   26 |         int erg;
      |             ^~~
analyzeBits.c:36:6: warning: unused variable 'erg' [-Wunused-variable]
   36 |         int erg;
      |             ^~~
2 warnings generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c condition.c -o condition.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c date2doy.c -o date2doy.o
date2doy.c:59:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
   59 |                 else
      |                 ^
1 warning generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c phenex.c -o phenex.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c quicksort.c -o quicksort.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c ravg.c -o ravg.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c savgol.c -o savgol.o
savgol.c:8:12: warning: unused variable 'h' [-Wunused-variable]
    8 |         int days, h=21, i, j, count, step, position, errorflag=0;
      |                   ^
1 warning generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c sigmoid.c -o sigmoid.o
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o phenex.so analyzeBits.o condition.o date2doy.o phenex.o quicksort.o ravg.o savgol.o sigmoid.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpZ0m03S/R.INSTALLd12216022f4c0/phenex/src'
make[1]: Entering directory '/tmp/RtmpZ0m03S/R.INSTALLd12216022f4c0/phenex/src'
make[1]: Leaving directory '/tmp/RtmpZ0m03S/R.INSTALLd12216022f4c0/phenex/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-phenex/00new/phenex/libs
** R
** data
** 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 (phenex)