* installing *source* package 'SuperpixelImageSegmentation' ...
** this is package 'SuperpixelImageSegmentation' version '1.0.6'
** package 'SuperpixelImageSegmentation' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_12_03_01_50_00_178/Rtmp0ghvWP/R.INSTALL9d7c32c77def/SuperpixelImageSegmentation/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/ClusterR/include' -I'D:/RCompile/CRANpkg/lib/4.5/OpenImageR/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -fopenmp -DARMA_64BIT_WORD -DARMA_USE_CURRENT -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
gcc -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/ClusterR/include' -I'D:/RCompile/CRANpkg/lib/4.5/OpenImageR/include' -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-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/ClusterR/include' -I'D:/RCompile/CRANpkg/lib/4.5/OpenImageR/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -fopenmp -DARMA_64BIT_WORD -DARMA_USE_CURRENT -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c superPx_AP_Kmeans_Segment.cpp -o superPx_AP_Kmeans_Segment.o
In file included from superPx_AP_Kmeans_Segment.cpp:2:
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h: In member function 'arma::mat clustR::ClustHeader::KMEANS_arma(arma::mat&, int, int, bool, std::string, Rcpp::Nullable<Rcpp::Matrix<14> >, int)':
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h:862:14: warning: variable 'status' set but not used [-Wunused-but-set-variable]
862 | bool status;
| ^~~~~~
In file included from superPx_AP_Kmeans_Segment.cpp:3:
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/affinity_propagation.h: In member function 'Rcpp::List Affinity_Propagation::affinity_propagation(arma::mat&, std::vector<double>, int, int, double, bool, double, double, bool)':
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/affinity_propagation.h:360:34: warning: overflow in conversion from 'double' to 'long long unsigned int' changes value from '+QNaN' to '0' [-Woverflow]
360 | tmpidx.fill(arma::datum::nan); // 'tmpidx' can take 'arma::datum::nan' because it is initialized as 'arma::uvec' ( of type double )
| ~~~~~~~~~~~~~^~~
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/affinity_propagation.h:448:30: warning: overflow in conversion from 'double' to 'long long unsigned int' changes value from '+QNaN' to '0' [-Woverflow]
448 | tmpidx.fill(arma::datum::nan); // 'tmpidx' can take 'arma::datum::nan' because it is initialized as 'arma::uvec' ( of type double )
| ~~~~~~~~~~~~~^~~
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h: In instantiation of 'T clustR::ClustHeader::GMM_arma_covariance_type(T, arma::mat&, int, std::string, std::string, int, int, bool, double, int) [with T = arma::gmm_priv::gmm_full<double>; arma::mat = arma::Mat<double>; std::string = std::__cxx11::basic_string<char>]':
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h:1592:65: required from here
1592 | model_inner = GMM_arma_covariance_type<arma::gmm_full>(model_inner,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
1593 | data,
| ~~~~~
1594 | gaussian_comps,
| ~~~~~~~~~~~~~~~
1595 | dist_mode,
| ~~~~~~~~~~
1596 | seed_mode,
| ~~~~~~~~~~
1597 | km_iter,
| ~~~~~~~~
1598 | em_iter,
| ~~~~~~~~
1599 | verbose,
| ~~~~~~~~
1600 | var_floor,
| ~~~~~~~~~~
1601 | seed);
| ~~~~~
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable 'status' set but not used [-Wunused-but-set-variable]
1530 | bool status;
| ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h: In instantiation of 'T clustR::ClustHeader::GMM_arma_covariance_type(T, arma::mat&, int, std::string, std::string, int, int, bool, double, int) [with T = arma::gmm_priv::gmm_diag<double>; arma::mat = arma::Mat<double>; std::string = std::__cxx11::basic_string<char>]':
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h:1626:65: required from here
1626 | model_inner = GMM_arma_covariance_type<arma::gmm_diag>(model_inner,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
1627 | data,
| ~~~~~
1628 | gaussian_comps,
| ~~~~~~~~~~~~~~~
1629 | dist_mode,
| ~~~~~~~~~~
1630 | seed_mode,
| ~~~~~~~~~~
1631 | km_iter,
| ~~~~~~~~
1632 | em_iter,
| ~~~~~~~~
1633 | verbose,
| ~~~~~~~~
1634 | var_floor,
| ~~~~~~~~~~
1635 | seed);
| ~~~~~
D:/RCompile/CRANpkg/lib/4.5/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable 'status' set but not used [-Wunused-but-set-variable]
1530 | bool status;
| ^~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o SuperpixelImageSegmentation.dll tmp.def RcppExports.o init.o superPx_AP_Kmeans_Segment.o -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRblas -lgfortran -lquadmath -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_03_01_50_00_178/Rtmp0ghvWP/R.INSTALL9d7c32c77def/SuperpixelImageSegmentation/src'
make[1]: Entering directory '/d/temp/2025_12_03_01_50_00_178/Rtmp0ghvWP/R.INSTALL9d7c32c77def/SuperpixelImageSegmentation/src'
make[1]: Leaving directory '/d/temp/2025_12_03_01_50_00_178/Rtmp0ghvWP/R.INSTALL9d7c32c77def/SuperpixelImageSegmentation/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-SuperpixelImageSegmentation/00new/SuperpixelImageSegmentation/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 'SuperpixelImageSegmentation' as SuperpixelImageSegmentation_1.0.6.zip
* DONE (SuperpixelImageSegmentation)