* installing *source* package 'clustering.sc.dp' ...
** package 'clustering.sc.dp' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpgTRySq/R.INSTALL17d185706291/clustering.sc.dp/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c clustering.sc.dp.cpp -o clustering.sc.dp.o
clustering.sc.dp.cpp: In function 'data_result backtracking(std::vector<std::vector<double> >&, int, std::vector<std::vector<int> >&)':
clustering.sc.dp.cpp:162:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  162 |       for(int a=(int)cluster_left;a<=cluster_right;a++)
      |       ^~~
clustering.sc.dp.cpp:167:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  167 |                 for(int l = 0; l < feature_size; l++ ) {
      |                 ^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c clustering.sc.dp_main.cpp -o clustering.sc.dp_main.o
g++ -std=gnu++17 -shared -s -static-libgcc -o clustering.sc.dp.dll tmp.def clustering.sc.dp.o clustering.sc.dp_main.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpgTRySq/R.INSTALL17d185706291/clustering.sc.dp/src'
make[1]: Entering directory '/d/temp/RtmpgTRySq/R.INSTALL17d185706291/clustering.sc.dp/src'
make[1]: Leaving directory '/d/temp/RtmpgTRySq/R.INSTALL17d185706291/clustering.sc.dp/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-clustering.sc.dp/00new/clustering.sc.dp/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 'clustering.sc.dp' as clustering.sc.dp_1.1.zip
* DONE (clustering.sc.dp)