* installing *source* package 'TDApplied' ...
** package 'TDApplied' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpKy1XFV/R.INSTALL1161015c26ebd/TDApplied/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ANN.cpp -o ANN.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c KCenterClustering.cpp -o KCenterClustering.o
KCenterClustering.cpp: In member function 'int KCenterClustering::idmax(int, double*)':
KCenterClustering.cpp:153:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  153 |     for (int i = 0; i < n; i++, x++)
      |     ^~~
KCenterClustering.cpp:159:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  159 |       return k;
      |       ^~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bd_fix_rad_search.cpp -o bd_fix_rad_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bd_pr_search.cpp -o bd_pr_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bd_search.cpp -o bd_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bd_tree.cpp -o bd_tree.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c brute.cpp -o brute.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c figtree.cpp -o figtree.o
figtree.cpp: In function 'std::vector<double> figtree(std::vector<double>, double, std::vector<double>, std::vector<double>, double, std::vector<double>)':
figtree.cpp:1104:7: warning: variable 'mrows' set but not used [-Wunused-but-set-variable]
 1104 |   int mrows = 2; //mrows
      |       ^~~~~
figtree.cpp: In function 'int figtreeChooseParametersNonUniform(int, int, double*, double, double, int, double, int*, int*, double*, double*)':
figtree.cpp:1497:10: warning: variable 'complexityLast' set but not used [-Wunused-but-set-variable]
 1497 |   double complexityLast = DBL_MAX;
      |          ^~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_dump.cpp -o kd_dump.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_fix_rad_search.cpp -o kd_fix_rad_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_pr_search.cpp -o kd_pr_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_search.cpp -o kd_search.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_split.cpp -o kd_split.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_tree.cpp -o kd_tree.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kd_util.cpp -o kd_util.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DFIGTREE_DLL_EXPORTS -DDLL_EXPORTS -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c perf.cpp -o perf.o
g++ -std=gnu++17 -shared -s -static-libgcc -o TDApplied.dll tmp.def ANN.o KCenterClustering.o RcppExports.o bd_fix_rad_search.o bd_pr_search.o bd_search.o bd_tree.o brute.o figtree.o kd_dump.o kd_fix_rad_search.o kd_pr_search.o kd_search.o kd_split.o kd_tree.o kd_util.o perf.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/RtmpKy1XFV/R.INSTALL1161015c26ebd/TDApplied/src'
make[1]: Entering directory '/d/temp/RtmpKy1XFV/R.INSTALL1161015c26ebd/TDApplied/src'
make[1]: Leaving directory '/d/temp/RtmpKy1XFV/R.INSTALL1161015c26ebd/TDApplied/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-TDApplied/00new/TDApplied/libs/x64
** R
** exec
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'TDApplied' as TDApplied_3.0.3.zip
* DONE (TDApplied)