* installing *source* package 'ClusVis' ...
** package 'ClusVis' 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/RtmpAhRm5w/R.INSTALL28aa827fe505d/ClusVis/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -Wall -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/mvtnorm/include'   -I"d:/rtools44/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.4.0/include" -DNDEBUG -Wall -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/mvtnorm/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c clusvis.cpp -o clusvis.o
clusvis.cpp: In function 'arma::Row<double> convertMatToVec(arma::Mat<double>)':
clusvis.cpp:29:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   29 |   for (int j=0; j<mat.n_cols; j++){
      |                 ~^~~~~~~~~~~
clusvis.cpp:30:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   30 |     for (int i=j; i<(mat.n_rows-1); i++){
      |                   ~^~~~~~~~~~~~~~~
clusvis.cpp: In function 'arma::Row<double> computeGradient(const arma::Col<double>&, const arma::Mat<double>&, const arma::Mat<double>&)':
clusvis.cpp:107:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  107 |   for (int k=0; k<grr.n_cols; k++)
      |                 ~^~~~~~~~~~~
clusvis.cpp:113:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  113 |   for (int i=0; i<(loguref.n_rows); i++)
      |                 ~^~~~~~~~~~~~~~~~~
clusvis.cpp: In function 'Rcpp::NumericVector computeLikelihoodCPP(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericMatrix)':
clusvis.cpp:159:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  159 |   for (int j=0; j<prop.size(); j++) prop[j] = Rprop[j];
      |                 ~^~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o ClusVis.dll tmp.def RcppExports.o clusvis.o -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/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-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpAhRm5w/R.INSTALL28aa827fe505d/ClusVis/src'
make[1]: Entering directory '/d/temp/RtmpAhRm5w/R.INSTALL28aa827fe505d/ClusVis/src'
make[1]: Leaving directory '/d/temp/RtmpAhRm5w/R.INSTALL28aa827fe505d/ClusVis/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-ClusVis/00new/ClusVis/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'ClusVis' as ClusVis_1.2.0.zip
* DONE (ClusVis)