* installing *source* package 'rasterKernelEstimates' ...
** package 'rasterKernelEstimates' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpoVX90z/R.INSTALL225ac18246b8/rasterKernelEstimates/src'
gcc  -I"D:/RCompile/recent/R/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
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  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 -shared -s -static-libgcc -o rasterKernelEstimates.dll tmp.def init.o smooth.multi.o sum.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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpoVX90z/R.INSTALL225ac18246b8/rasterKernelEstimates/src'
make[1]: Entering directory '/d/temp/RtmpoVX90z/R.INSTALL225ac18246b8/rasterKernelEstimates/src'
make[1]: Leaving directory '/d/temp/RtmpoVX90z/R.INSTALL225ac18246b8/rasterKernelEstimates/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-rasterKernelEstimates/00new/rasterKernelEstimates/libs/x64
** 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
** 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 'rasterKernelEstimates' as rasterKernelEstimates_1.0.2.zip
* DONE (rasterKernelEstimates)