* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘tigers’ ...
** package ‘tigers’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpENzfp9/R.INSTALL12d41a47c177b0/tigers/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c InsidePolygon.c -o InsidePolygon.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c RMA.c -o RMA.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c chull.c -o chull.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c convexPolygonOverlap.c -o convexPolygonOverlap.o
convexPolygonOverlap.c: In function ‘segmentIntersection’:
convexPolygonOverlap.c:130:34: warning: ‘alpha1’ may be used uninitialized [-Wmaybe-uninitialized]
  130 |             yi = S1 == 'H' ? yA0 : beta1 * xi + alpha1;
      |                  ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
convexPolygonOverlap.c:96:26: note: ‘alpha1’ was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                          ^~~~~~
convexPolygonOverlap.c:125:34: warning: ‘alpha2’ may be used uninitialized [-Wmaybe-uninitialized]
  125 |             yi = S2 == 'H' ? yB0 : beta2 * xi + alpha2;
      |                  ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
convexPolygonOverlap.c:96:34: note: ‘alpha2’ was declared here
   96 |     double beta1, beta2, alpha1, alpha2, xi, yi;
      |                                  ^~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c meanvaluecoordinates.c -o meanvaluecoordinates.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c polygon2raster.c -o polygon2raster.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c reverse_array.c -o reverse_array.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c sim_polygons_landClasses.c -o sim_polygons_landClasses.o
In file included from /usr/include/string.h:535,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/R_ext/RS.h:34,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/R.h:78,
                 from sim_polygons_landClasses.c:10:
In function ‘memcpy’,
    inlined from ‘triangulate_Call’ at sim_polygons_landClasses.c:494:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: ‘res’ may be used uninitialized [-Wmaybe-uninitialized]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
sim_polygons_landClasses.c: In function ‘triangulate_Call’:
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:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/Rinternals.h:866:33: warning: ‘S’ may be used uninitialized [-Wmaybe-uninitialized]
  866 | #define allocMatrix             Rf_allocMatrix
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/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-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tigers.c -o tigers.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o tigers.so InsidePolygon.o RMA.o chull.o convexPolygonOverlap.o meanvaluecoordinates.o polygon2raster.o reverse_array.o sim_polygons_landClasses.o tigers.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpENzfp9/R.INSTALL12d41a47c177b0/tigers/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpENzfp9/R.INSTALL12d41a47c177b0/tigers/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpENzfp9/R.INSTALL12d41a47c177b0/tigers/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-tigers/00new/tigers/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
* creating tarball
packaged installation of ‘tigers’ as ‘tigers_0.1-3_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (tigers)