* installing *source* package 'tigers' ...
** package 'tigers' 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/RtmpKgGryc/R.INSTALL2c95023a5725a/tigers/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 InsidePolygon.c -o InsidePolygon.o
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 RMA.c -o RMA.o
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 chull.c -o chull.o
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 convexPolygonOverlap.c -o convexPolygonOverlap.o
convexPolygonOverlap.c: In function 'segmentIntersection':
convexPolygonOverlap.c:135:22: warning: 'alpha2' may be used uninitialized [-Wmaybe-uninitialized]
  135 |             xi = (yi - alpha2) / beta2;
      |                  ~~~~^~~~~~~~~
convexPolygonOverlap.c:96:34: note: 'alpha2' was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                                  ^~~~~~
convexPolygonOverlap.c:140:22: warning: 'alpha1' may be used uninitialized [-Wmaybe-uninitialized]
  140 |             xi = (yi - alpha1) / beta1;
      |                  ~~~~^~~~~~~~~
convexPolygonOverlap.c:96:26: note: 'alpha1' was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                          ^~~~~~
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 meanvaluecoordinates.c -o meanvaluecoordinates.o
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 polygon2raster.c -o polygon2raster.o
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 reverse_array.c -o reverse_array.o
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 sim_polygons_landClasses.c -o sim_polygons_landClasses.o
sim_polygons_landClasses.c: In function 'triangulate_Call':
sim_polygons_landClasses.c:494:5: warning: 'res' may be used uninitialized [-Wmaybe-uninitialized]
  494 |     memcpy(INTEGER(v), res, 3 * (pathlength - S) * sizeof(int));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sim_polygons_landClasses.c:457:32: note: 'res' was declared here
  457 |     int i, pathlength, *path, *res, method, S;
      |                                ^~~
In file included from sim_polygons_landClasses.c:11:
D:/RCompile/recent/R/include/Rinternals.h:867:33: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  867 | #define allocMatrix             Rf_allocMatrix
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
sim_polygons_landClasses.c:493:17: note: in expansion of macro 'allocMatrix'
  493 |     PROTECT(v = allocMatrix(INTSXP, pathlength - S, 3));
      |                 ^~~~~~~~~~~
sim_polygons_landClasses.c:457:45: note: 'S' was declared here
  457 |     int i, pathlength, *path, *res, method, S;
      |                                             ^
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 tigers.c -o tigers.o
gcc -shared -s -static-libgcc -o tigers.dll tmp.def InsidePolygon.o RMA.o chull.o convexPolygonOverlap.o meanvaluecoordinates.o polygon2raster.o reverse_array.o sim_polygons_landClasses.o tigers.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/RtmpKgGryc/R.INSTALL2c95023a5725a/tigers/src'
make[1]: Entering directory '/d/temp/RtmpKgGryc/R.INSTALL2c95023a5725a/tigers/src'
make[1]: Leaving directory '/d/temp/RtmpKgGryc/R.INSTALL2c95023a5725a/tigers/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-tigers/00new/tigers/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 'tigers' as tigers_0.1-3.zip
* DONE (tigers)