* installing *source* package ‘SearchTrees’ ...
** package ‘SearchTrees’ 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/SearchTrees/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -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 quadtree2.c -o quadtree2.o
quadtree2.c: In function 'R_Build_Quadtree_Rect':
quadtree2.c:66:25: warning: unused variable 'ptr2' [-Wunused-variable]
   66 |   SEXP klass, ans, ptr, ptr2;
      |                         ^~~~
quadtree2.c: In function 'R_Build_Quadtree_Pt':
quadtree2.c:105:7: warning: unused variable 'res' [-Wunused-variable]
  105 |   int res;
      |       ^~~
quadtree2.c: In function 'Add_Rects_To_Bucket':
quadtree2.c:211:7: warning: unused variable 'olddatsize' [-Wunused-variable]
  211 |   int olddatsize;
      |       ^~~~~~~~~~
quadtree2.c:210:12: warning: unused variable 'olddat' [-Wunused-variable]
  210 |   rect_t **olddat;
      |            ^~~~~~
quadtree2.c: In function 'R_Find_Neighbors_Pts':
quadtree2.c:356:7: warning: unused variable 'inserted' [-Wunused-variable]
  356 |   int inserted = 0;
      |       ^~~~~~~~
quadtree2.c:350:7: warning: unused variable 'filled' [-Wunused-variable]
  350 |   int filled;
      |       ^~~~~~
quadtree2.c: In function 'Descend_To_Bucket':
quadtree2.c:421:10: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
  421 |   return ret;
      |          ^~~
quadtree2.c:406:13: note: 'ret' was declared here
  406 |   qtree2_t *ret;
      |             ^~~
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 SearchTrees.so quadtree2.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SearchTrees/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SearchTrees/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SearchTrees/src'
installing to /data/gannet/ripley/R/packages/tests-devel/SearchTrees.Rcheck/00LOCK-SearchTrees/00new/SearchTrees/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 (SearchTrees)