* installing *source* package 'SpatialNP' ...
** package 'SpatialNP' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/Rtmpm0BJMc/R.INSTALL305d8318419f/SpatialNP/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c spatialnp.cpp -o spatialnp.o
spatialnp.cpp: In function 'void center_step(double*, int*, double*, double*)':
spatialnp.cpp:589:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  589 |    for(i=0;i<n;i++)
      |    ^~~
spatialnp.cpp:591:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  591 |     delete [] signs;
      |     ^~~~~~
spatialnp.cpp:592:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  592 |    for(i=0;i<n;i++)
      |    ^~~
spatialnp.cpp:594:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  594 |     delete [] vectors;
      |     ^~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o SpatialNP.dll tmp.def init.o spatialnp.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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpm0BJMc/R.INSTALL305d8318419f/SpatialNP/src'
make[1]: Entering directory '/d/temp/Rtmpm0BJMc/R.INSTALL305d8318419f/SpatialNP/src'
make[1]: Leaving directory '/d/temp/Rtmpm0BJMc/R.INSTALL305d8318419f/SpatialNP/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-SpatialNP/00new/SpatialNP/libs/x64
** R
** 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 'SpatialNP' as SpatialNP_1.1-5.zip
* DONE (SpatialNP)