* installing *source* package 'bbl' ...
** package 'bbl' 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/RtmpuCe4st/R.INSTALL2b9acbe1aca/bbl/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:/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-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bfgs.cpp -o bfgs.o
bfgs.cpp: In function 'void f12(int, const std::vector<std::vector<short int> >&, const std::vector<int>&, std::vector<double>&, std::vector<std::vector<double> >&, const std::vector<short int>&, bool, double)':
bfgs.cpp:367:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  367 |         for(unsigned int l1=0; l1<Lj; l1++){
      |                                ~~^~~
bfgs.cpp:375:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  375 |         for(unsigned int l1=0; l1<Lj; l1++)
      |                                ~~^~~
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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c invc.cpp -o invc.o
invc.cpp: In function 'void invC(const std::vector<std::vector<short int> >&, const std::vector<int>&, const std::vector<short int>&, double&, double&, std::vector<std::vector<double> >&, std::vector<std::vector<std::vector<double> > >&, double, double)':
invc.cpp:61:27: warning: 'A' may be used uninitialized [-Wmaybe-uninitialized]
   61 |             gsl_matrix_set(A, idx, jdx++, x);
      |             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
invc.cpp:30:15: note: 'A' was declared here
   30 |   gsl_matrix *A;
      |               ^
invc.cpp:69:25: warning: 'Ai' may be used uninitialized [-Wmaybe-uninitialized]
   69 |     gsl_linalg_LU_invert(A,perm,Ai);
      |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
invc.cpp:31:15: note: 'Ai' was declared here
   31 |   gsl_matrix *Ai;
      |               ^~
invc.cpp:68:25: warning: 'perm' may be used uninitialized [-Wmaybe-uninitialized]
   68 |     gsl_linalg_LU_decomp(A,perm,&s);
      |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
invc.cpp:32:20: note: 'perm' was declared here
   32 |   gsl_permutation *perm;
      |                    ^~~~
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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mfwrapper.cpp -o mfwrapper.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:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pseudo_mle.cpp -o pseudo_mle.o
g++ -std=gnu++17 -shared -s -static-libgcc -o bbl.dll tmp.def RcppExports.o bfgs.o invc.o mfwrapper.o pseudo_mle.o -lgsl -lgslcblas -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/RtmpuCe4st/R.INSTALL2b9acbe1aca/bbl/src'
make[1]: Entering directory '/d/temp/RtmpuCe4st/R.INSTALL2b9acbe1aca/bbl/src'
make[1]: Leaving directory '/d/temp/RtmpuCe4st/R.INSTALL2b9acbe1aca/bbl/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-bbl/00new/bbl/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 'bbl' as bbl_1.0.0.zip
* DONE (bbl)