* installing *source* package 'BCSub' ...
** package 'BCSub' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpSYEWSI/R.INSTALL77c029182434/BCSub/src'
g++ -std=gnu++17  -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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c factor_DP_fun.cpp -o factor_DP_fun.o
factor_DP_fun.cpp: In function 'arma::mat calSim(arma::mat)':
factor_DP_fun.cpp:31:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   31 |     for(int i=0;i < mat.n_cols-1;i++){
      |                 ~~^~~~~~~~~~~~~~
factor_DP_fun.cpp:32:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   32 |         for(int j =i+1; j < mat.n_cols; j++){
      |                         ~~^~~~~~~~~~~~
factor_DP_fun.cpp: In function 'arma::mat samLamV3Cpp(arma::mat, arma::mat, arma::vec, double, arma::mat)':
factor_DP_fun.cpp:56:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   56 |     for(int i=1; i < lam.n_rows; i++){
      |                  ~~^~~~~~~~~~~~
factor_DP_fun.cpp:58:14: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   58 |         if(i < lam.n_cols){
      |            ~~^~~~~~~~~~~~
gcc  -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"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17 -shared -s -static-libgcc -o BCSub.dll tmp.def RcppExports.o factor_DP_fun.o init.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/RtmpSYEWSI/R.INSTALL77c029182434/BCSub/src'
make[1]: Entering directory '/d/temp/RtmpSYEWSI/R.INSTALL77c029182434/BCSub/src'
make[1]: Leaving directory '/d/temp/RtmpSYEWSI/R.INSTALL77c029182434/BCSub/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-BCSub/00new/BCSub/libs/x64
** R
** 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 'BCSub' as BCSub_0.5.zip
* DONE (BCSub)