* installing *source* package 'SpatialNP' ...
** this is package 'SpatialNP' version '1.1-6'
** package 'SpatialNP' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmps3B7Z4/R.INSTALL552879775450/SpatialNP/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmps3B7Z4/R.INSTALL552879775450/SpatialNP/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmps3B7Z4/R.INSTALL552879775450/SpatialNP/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmps3B7Z4/R.INSTALL552879775450/SpatialNP/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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-6.zip
* DONE (SpatialNP)