* installing *source* package 'BClustLonG' ...
** package 'BClustLonG' 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/Rtmp2X22gG/R.INSTALL21a9c6b4b127d/BClustLonG/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -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.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sparseFactor.cpp -o sparseFactor.o
sparseFactor.cpp: In function 'arma::mat samLamV2Cpp(arma::mat, arma::mat, arma::vec, arma::mat, arma::mat, arma::rowvec)':
sparseFactor.cpp:90:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   90 |     for(int i=0; i < lam.n_rows; i++){
      |                  ~~^~~~~~~~~~~~
sparseFactor.cpp: In function 'arma::mat calSim(arma::mat)':
sparseFactor.cpp:207:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  207 |     for(int i=0;i < mat.n_cols-1;i++){
      |                 ~~^~~~~~~~~~~~~~
sparseFactor.cpp:208:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  208 |         for(int j =i+1; j < mat.n_cols; j++){
      |                         ~~^~~~~~~~~~~~
g++ -shared -s -static-libgcc -o BClustLonG.dll tmp.def RcppExports.o sparseFactor.o -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/Rtmp2X22gG/R.INSTALL21a9c6b4b127d/BClustLonG/src'
make[1]: Entering directory '/d/temp/Rtmp2X22gG/R.INSTALL21a9c6b4b127d/BClustLonG/src'
make[1]: Leaving directory '/d/temp/Rtmp2X22gG/R.INSTALL21a9c6b4b127d/BClustLonG/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-BClustLonG/00new/BClustLonG/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
** 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 'BClustLonG' as BClustLonG_0.1.3.zip
* DONE (BClustLonG)