* installing *source* package ‘rasterKernelEstimates’ ... ** package ‘rasterKernelEstimates’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rasterKernelEstimates/src' gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rasterKernelEstimates.so init.o smooth.multi.o sum.o -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rasterKernelEstimates/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rasterKernelEstimates/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rasterKernelEstimates/src' installing to /data/gannet/ripley/R/packages/tests-devel/rasterKernelEstimates.Rcheck/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)