* installing *source* package 'GFM' ...
** package 'GFM' 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/RtmpA5xcP5/R.INSTALL6564752f469e/GFM/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/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"  "-DARMA_64BIT_WORD=1"   -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  -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"  "-DARMA_64BIT_WORD=1"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bgfm.cpp -o bgfm.o
bgfm.cpp: In function 'double calELBO(const arma::field<arma::Mat<double> >&, const arma::vec&, const arma::sp_mat&, const arma::mat&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::rowvec&, const arma::mat&)':
bgfm.cpp:47:11: warning: unused variable 'logS' [-Wunused-variable]
   47 |   double  logS, entropy=0.0, ELBO=0.0;
      |           ^~~~
bgfm.cpp: In function 'void VB_Estep(const arma::field<arma::Mat<double> >&, const arma::sp_mat&, const arma::vec&, arma::mat&, arma::mat&, const arma::vec&, const arma::mat&, const arma::rowvec&, arma::mat&)':
bgfm.cpp:85:42: warning: unused variable 'q' [-Wunused-variable]
   85 |   int i,  d = Xf.n_elem, n=Xf(0).n_rows, q= B.n_cols, p;
      |                                          ^
g++ -std=gnu++17 -shared -s -static-libgcc -o GFM.dll tmp.def RcppExports.o bgfm.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/RtmpA5xcP5/R.INSTALL6564752f469e/GFM/src'
make[1]: Entering directory '/d/temp/RtmpA5xcP5/R.INSTALL6564752f469e/GFM/src'
make[1]: Leaving directory '/d/temp/RtmpA5xcP5/R.INSTALL6564752f469e/GFM/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-GFM/00new/GFM/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 'GFM' as GFM_1.2.1.zip
* DONE (GFM)