* installing *source* package 'blatent' ...
** package 'blatent' 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/Rtmp2rHWKp/R.INSTALL72384088696b/blatent/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"  -fopenmp   -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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bernoulli_likelihood.cpp -o bernoulli_likelihood.o
bernoulli_likelihood.cpp: In function 'Rcpp::NumericVector bernoulli_likelihood(Rcpp::DataFrame, arma::mat, Rcpp::RObject, Rcpp::String)':
bernoulli_likelihood.cpp:19:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   19 |   for (int i=0; i< y.n_rows; i++){
      |                 ~^~~~~~~~~~
bernoulli_likelihood.cpp: In function 'Rcpp::NumericVector bernoulli_likelihood2(Rcpp::DataFrame, Rcpp::List, Rcpp::RObject, Rcpp::String)':
bernoulli_likelihood.cpp:43:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   43 |   for (int i=0; i< y.n_rows; i++){
      |                 ~^~~~~~~~~~
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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bin2dec_Rcpp.cpp -o bin2dec_Rcpp.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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c getMeanAndCov_HH2006L1.cpp -o getMeanAndCov_HH2006L1.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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c likelihoodPtr.cpp -o likelihoodPtr.o
likelihoodPtr.cpp: In function 'SEXPREC* create_xptr(std::string)':
likelihoodPtr.cpp:35:20: warning: typedef 'funcPtr' locally defined but not used [-Wunused-local-typedefs]
   35 |   typedef double (*funcPtr)(const Rcpp::DataFrame& data,
      |                    ^~~~~~~
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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rks_Rcpp.cpp -o rks_Rcpp.o
rks_Rcpp.cpp: In function 'Rcpp::NumericVector rks_Rcpp(int, Rcpp::NumericVector)':
rks_Rcpp.cpp:24:8: warning: variable 'broken' set but not used [-Wunused-but-set-variable]
   24 |   bool broken;
      |        ^~~~~~
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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rmvnorm_Rcpp.cpp -o rmvnorm_Rcpp.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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sampleBernoulliUnits.cpp -o sampleBernoulliUnits.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"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sampleMultivariateBernoulliUnits.cpp -o sampleMultivariateBernoulliUnits.o
g++ -std=gnu++17 -shared -s -static-libgcc -o blatent.dll tmp.def RcppExports.o bernoulli_likelihood.o bin2dec_Rcpp.o getMeanAndCov_HH2006L1.o likelihoodPtr.o rks_Rcpp.o rmvnorm_Rcpp.o sampleBernoulliUnits.o sampleMultivariateBernoulliUnits.o -fopenmp -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/Rtmp2rHWKp/R.INSTALL72384088696b/blatent/src'
make[1]: Entering directory '/d/temp/Rtmp2rHWKp/R.INSTALL72384088696b/blatent/src'
make[1]: Leaving directory '/d/temp/Rtmp2rHWKp/R.INSTALL72384088696b/blatent/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-blatent/00new/blatent/libs/x64
** R
** 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 'blatent' as blatent_0.1.2.zip
* DONE (blatent)