* installing *source* package 'T4cluster' ...
** package 'T4cluster' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpyY6wKI/R.INSTALL1516c16e23868/T4cluster/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_SOC.cpp -o src_SOC.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_coresets.cpp -o src_coresets.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_functional.cpp -o src_functional.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_gauss.cpp -o src_gauss.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_gmm.cpp -o src_gmm.o
src_gmm.cpp: In function 'Rcpp::List gmm_11R(arma::mat&, int, double, int, bool)':
src_gmm.cpp:399:7: warning: variable 'oldPar' set but not used [-Wunused-but-set-variable]
  399 |   int oldPar = 0;
      |       ^~~~~~
src_gmm.cpp: In function 'double gmm_16Gfix_loglkd(arma::mat, arma::vec, arma::mat, arma::cube, arma::vec)':
src_gmm.cpp:551:7: warning: unused variable 'p' [-Wunused-variable]
  551 |   int p = X.n_cols;
      |       ^
src_gmm.cpp: In function 'arma::vec gmm_density(arma::mat&, arma::vec&, arma::mat&, arma::cube&)':
src_gmm.cpp:698:7: warning: unused variable 'p' [-Wunused-variable]
  698 |   int p = coords.n_cols;
      |       ^
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_kmeans.cpp -o src_kmeans.o
src_kmeans.cpp: In function 'Rcpp::List arma_kmeans_kmeanspp(arma::mat&, arma::mat&, int, int)':
src_kmeans.cpp:26:7: warning: unused variable 'N' [-Wunused-variable]
   26 |   int N = X.n_cols;
      |       ^
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_spectral.cpp -o src_spectral.o
src_spectral.cpp: In function 'Rcpp::List cpp_scNJW(arma::mat&, int, double, bool, int)':
src_spectral.cpp:61:7: warning: unused variable 'N' [-Wunused-variable]
   61 |   int N = D.n_rows;
      |       ^
src_spectral.cpp: In function 'Rcpp::List cpp_scSM(arma::mat&, int, double, bool, int)':
src_spectral.cpp:75:7: warning: unused variable 'N' [-Wunused-variable]
   75 |   int N = D.n_rows;
      |       ^
src_spectral.cpp: In function 'Rcpp::List cpp_scUL(arma::mat&, int, double, bool, int)':
src_spectral.cpp:89:7: warning: unused variable 'N' [-Wunused-variable]
   89 |   int N = D.n_rows;
      |       ^
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_sphere.cpp -o src_sphere.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c src_subspace.cpp -o src_subspace.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utilities.cpp -o utilities.o
g++ -shared -s -static-libgcc -o T4cluster.dll tmp.def RcppExports.o src_SOC.o src_coresets.o src_functional.o src_gauss.o src_gmm.o src_kmeans.o src_spectral.o src_sphere.o src_subspace.o utilities.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/RtmpyY6wKI/R.INSTALL1516c16e23868/T4cluster/src'
make[1]: Entering directory '/d/temp/RtmpyY6wKI/R.INSTALL1516c16e23868/T4cluster/src'
make[1]: Leaving directory '/d/temp/RtmpyY6wKI/R.INSTALL1516c16e23868/T4cluster/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-T4cluster/00new/T4cluster/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'T4cluster' as T4cluster_0.1.2.zip
* DONE (T4cluster)