* installing *source* package 'SearchTrees' ...
** package 'SearchTrees' 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/RtmpITBn1S/R.INSTALL1eb9c78dc2528/SearchTrees/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 -shared -s -static-libgcc -o SearchTrees.dll tmp.def quadtree2.o -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/RtmpITBn1S/R.INSTALL1eb9c78dc2528/SearchTrees/src'
make[1]: Entering directory '/d/temp/RtmpITBn1S/R.INSTALL1eb9c78dc2528/SearchTrees/src'
make[1]: Leaving directory '/d/temp/RtmpITBn1S/R.INSTALL1eb9c78dc2528/SearchTrees/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-SearchTrees/00new/SearchTrees/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 'SearchTrees' as SearchTrees_0.5.5.zip
* DONE (SearchTrees)