* installing *source* package 'tigers' ...
** package 'tigers' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpUXaeoP/R.INSTALL9ac414545b7/tigers/src'
gcc  -I"D:/RCompile/recent/R-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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:120:16: warning: 'alpha1' may be used uninitialized [-Wmaybe-uninitialized]
  120 |             yi = beta1 * xi + alpha1;
      |             ~~~^~~~~~~~~~~~~~~~~~~~~
convexPolygonOverlap.c:96:26: note: 'alpha1' was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                          ^~~~~~
convexPolygonOverlap.c:119:26: warning: 'alpha2' may be used uninitialized [-Wmaybe-uninitialized]
  119 |             xi = (alpha1 - alpha2) / (beta2 - beta1);
      |                  ~~~~~~~~^~~~~~~~~
convexPolygonOverlap.c:96:34: note: 'alpha2' was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                                  ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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
In file included from sim_polygons_landClasses.c:11:
D:/RCompile/recent/R-4.3.2/include/Rinternals.h: In function 'triangulate_Call':
D:/RCompile/recent/R-4.3.2/include/Rinternals.h:858:33: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  858 | #define allocMatrix             Rf_allocMatrix
      |                                 ^~~~~~~~~~~~~~
sim_polygons_landClasses.c:457:45: note: 'S' was declared here
  457 |     int i, pathlength, *path, *res, method, S;
      |                                             ^
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;
      |                                ^~~
gcc  -I"D:/RCompile/recent/R-4.3.2/include" -DNDEBUG     -I"d:/rtools43/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:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpUXaeoP/R.INSTALL9ac414545b7/tigers/src'
make[1]: Entering directory '/d/temp/RtmpUXaeoP/R.INSTALL9ac414545b7/tigers/src'
make[1]: Leaving directory '/d/temp/RtmpUXaeoP/R.INSTALL9ac414545b7/tigers/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/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)