* installing *source* package 'cartogramR' ...
** package 'cartogramR' 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/RtmpYXJePR/R.INSTALL29a6c7a724953/cartogramR/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c caracmap.c -o caracmap.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cartogram.c -o cartogram.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cartogramR.c -o cartogramR.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c checkring.c -o checkring.o
In file included from checkring.c:13:
checkring.c: In function 'checkring':
D:/RCompile/recent/R-4.4.0/include/Rinternals.h:371:25: warning: 'rlistcoord2' may be used uninitialized [-Wmaybe-uninitialized]
  371 | #define PROTECT(s)      Rf_protect(s)
      |                         ^~~~~~~~~~~~~
checkring.c:148:35: note: in expansion of macro 'PROTECT'
  148 |         if (change) rlistmulti2 = PROTECT(VECTOR_ELT(rlistcoord2, j));
      |                                   ^~~~~~~
checkring.c:86:8: note: 'rlistcoord2' was declared here
   86 |   SEXP rlistcoord2,  rcoordvert2, rlistmulti2;
      |        ^~~~~~~~~~~
D:/RCompile/recent/R-4.4.0/include/Rinternals.h:371:25: warning: 'rlistmulti2' may be used uninitialized [-Wmaybe-uninitialized]
  371 | #define PROTECT(s)      Rf_protect(s)
      |                         ^~~~~~~~~~~~~
checkring.c:155:37: note: in expansion of macro 'PROTECT'
  155 |           if (change) rcoordvert2 = PROTECT(VECTOR_ELT(rlistmulti2, jj));
      |                                     ^~~~~~~
checkring.c:86:35: note: 'rlistmulti2' was declared here
   86 |   SEXP rlistcoord2,  rcoordvert2, rlistmulti2;
      |                                   ^~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dcn.c -o dcn.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c diff_integrate.c -o diff_integrate.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ffb_integrate.c -o ffb_integrate.o
ffb_integrate.c: In function 'ffb_integrate':
ffb_integrate.c:268: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  268 | #pragma omp parallel shared(errorloc)
      | 
ffb_integrate.c:269: warning: ignoring '#pragma omp for' [-Wunknown-pragmas]
  269 | #pragma omp for    nowait reduction(max : errorloc)
      | 
ffb_integrate.c:332: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  332 | #pragma omp parallel shared(errorloc)
      | 
ffb_integrate.c:333: warning: ignoring '#pragma omp for' [-Wunknown-pragmas]
  333 | #pragma omp for    nowait reduction(max : errorloc)
      | 
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fill_with_density.c -o fill_with_density.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c geomcarto.c -o geomcarto.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gridanalysis.c -o gridanalysis.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c inside_functions.c -o inside_functions.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c interpol2.c -o interpol2.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c invcarto.c -o invcarto.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c iocartogramR.c -o iocartogramR.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c makegraticule.c -o makegraticule.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c read_gen.c -o read_gen.o
gcc -shared -s -static-libgcc -o cartogramR.dll tmp.def caracmap.o cartogram.o cartogramR.o checkring.o dcn.o diff_integrate.o ffb_integrate.o fill_with_density.o geomcarto.o gridanalysis.o init.o inside_functions.o interpol2.o invcarto.o iocartogramR.o makegraticule.o read_gen.o -lfftw3 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpYXJePR/R.INSTALL29a6c7a724953/cartogramR/src'
make[1]: Entering directory '/d/temp/RtmpYXJePR/R.INSTALL29a6c7a724953/cartogramR/src'
make[1]: Leaving directory '/d/temp/RtmpYXJePR/R.INSTALL29a6c7a724953/cartogramR/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-cartogramR/00new/cartogramR/libs/x64
** R
** data
** inst
** 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 'cartogramR' as cartogramR_1.0-10.zip
* DONE (cartogramR)