* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘rasterKernelEstimates’ ...
** package ‘rasterKernelEstimates’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpImGr3K/R.INSTALL168ade72698c3/rasterKernelEstimates/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-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
In file included from init.c:17:
smooth.multi.h:16:22: warning: ‘maxDouble’ declared ‘static’ but never defined [-Wunused-function]
   16 | static inline double maxDouble( double * A, const size_t n);
      |                      ^~~~~~~~~
smooth.multi.h:19:22: warning: ‘minDouble’ declared ‘static’ but never defined [-Wunused-function]
   19 | static inline double minDouble( double * A, const size_t n);
      |                      ^~~~~~~~~
smooth.multi.h:22:20: warning: ‘swap’ declared ‘static’ but never defined [-Wunused-function]
   22 | static inline void swap( double * A, const size_t b, const size_t c);
      |                    ^~~~
smooth.multi.h:25:22: warning: ‘partition’ declared ‘static’ but never defined [-Wunused-function]
   25 | static inline size_t partition( double * A, const size_t left, const size_t right, const size_t pivot);
      |                      ^~~~~~~~~
smooth.multi.h:29:22: warning: ‘quantile_quickSelect’ declared ‘static’ but never defined [-Wunused-function]
   29 | static inline double quantile_quickSelect( double * A, size_t left, size_t right, const size_t k);
      |                      ^~~~~~~~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c smooth.multi.c -o smooth.multi.o
smooth.multi.c: In function ‘quantile_quickSelect’:
smooth.multi.c:57:10: warning: unused variable ‘n’ [-Wunused-variable]
   57 |   size_t n = right+1;
      |          ^
smooth.multi.c:55:10: warning: unused variable ‘i’ [-Wunused-variable]
   55 |   size_t i;
      |          ^
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c sum.c -o sum.o
sum.c: In function ‘rSmoothSums’:
sum.c:99:7: warning: unused variable ‘tid’ [-Wunused-variable]
   99 |   int tid;
      |       ^~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o rasterKernelEstimates.so init.o smooth.multi.o sum.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpImGr3K/R.INSTALL168ade72698c3/rasterKernelEstimates/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpImGr3K/R.INSTALL168ade72698c3/rasterKernelEstimates/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpImGr3K/R.INSTALL168ade72698c3/rasterKernelEstimates/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-rasterKernelEstimates/00new/rasterKernelEstimates/libs
** R
** 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 (rasterKernelEstimates)