* installing *source* package 'BET' ...
** package 'BET' 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/Rtmp00N5Eu/R.INSTALL2e0c051c04465/BET/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c BET3.cpp -o BET3.o
BET3.cpp: In member function 'std::map<std::vector<int>, int> N::BETfunction::allPosition(int)':
BET3.cpp:426:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  426 |     for (int j = 0; j < b; j++){
      |                     ~~^~~
BET3.cpp: In member function 'std::string N::BETfunction::convert(size_t)':
BET3.cpp:494:7: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  494 |   int b[1000] = {0};
      |       ^
BET3.cpp: In member function 'std::vector<std::__cxx11::basic_string<char> > N::BETfunction::idxFilter()':
BET3.cpp:562:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  562 |       for(size_t i = 0; i < d; ++i){
      |                         ~~^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/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 -shared -s -static-libgcc -o BET.dll tmp.def BET3.o RcppExports.o -fopenmp -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/Rtmp00N5Eu/R.INSTALL2e0c051c04465/BET/src'
make[1]: Entering directory '/d/temp/Rtmp00N5Eu/R.INSTALL2e0c051c04465/BET/src'
make[1]: Leaving directory '/d/temp/Rtmp00N5Eu/R.INSTALL2e0c051c04465/BET/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-BET/00new/BET/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'BET' as BET_0.5.4.zip
* DONE (BET)