* installing *source* package 'GFM' ...
** this is package 'GFM' version '1.2.1'
** package 'GFM' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpWevL32/R.INSTALL6484393a2dd3/GFM/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" "-DARMA_64BIT_WORD=1" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" "-DARMA_64BIT_WORD=1" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bgfm.cpp -o bgfm.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from bgfm.cpp:8:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
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.5.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.1/bin/x64 -lRblas -lgfortran -lquadmath -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.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpWevL32/R.INSTALL6484393a2dd3/GFM/src'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpWevL32/R.INSTALL6484393a2dd3/GFM/src'
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpWevL32/R.INSTALL6484393a2dd3/GFM/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/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)