* 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/RtmpWU9eoM/R.INSTALL168082a68732d/BET/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"  -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:417:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  417 |     for (int j = 0; j < b; j++){
      |                     ~~^~~
BET3.cpp: In member function 'std::string N::BETfunction::convert(size_t)':
BET3.cpp:485:7: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  485 |   int b[1000] = {0};
      |       ^
BET3.cpp: In member function 'std::vector<std::__cxx11::basic_string<char> > N::BETfunction::idxFilter()':
BET3.cpp:553:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  553 |       for(size_t i = 0; i < d; ++i){
      |                         ~~^~~
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"  -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-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpWU9eoM/R.INSTALL168082a68732d/BET/src'
make[1]: Entering directory '/d/temp/RtmpWU9eoM/R.INSTALL168082a68732d/BET/src'
make[1]: Leaving directory '/d/temp/RtmpWU9eoM/R.INSTALL168082a68732d/BET/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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.3.zip
* DONE (BET)