* installing *source* package 'BNSL' ...
** package 'BNSL' 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/RtmpyMNKYT/R.INSTALL9088105d7382/BNSL/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 aster.cpp -o aster.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 fftable.cpp -o fftable.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 gc.cpp -o gc.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 init.cpp -o init.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 kruskal.cpp -o kruskal.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 mi_cmi.cpp -o mi_cmi.o
mi_cmi.cpp: In function 'double MDL_mi(Rcpp::NumericVector, Rcpp::NumericVector, int, int)':
mi_cmi.cpp:46:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   46 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size();
      |         ^~
mi_cmi.cpp:46:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   46 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size();
      |                                        ^~
mi_cmi.cpp: In function 'double Jeffreys_mi(Rcpp::NumericVector, Rcpp::NumericVector, int, int)':
mi_cmi.cpp:56:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   56 |         if(m_x==0)m_x=c_x.size(); if(m_y==0)m_y=c_y.size();
      |         ^~
mi_cmi.cpp:56:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   56 |         if(m_x==0)m_x=c_x.size(); if(m_y==0)m_y=c_y.size();
      |                                   ^~
mi_cmi.cpp: In function 'double BDeu_mi(Rcpp::NumericVector, Rcpp::NumericVector, int, int, double)':
mi_cmi.cpp:66:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   66 |         if(m_x==0)m_x=c_x.size(); if(m_y==0)m_y=c_y.size();
      |         ^~
mi_cmi.cpp:66:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   66 |         if(m_x==0)m_x=c_x.size(); if(m_y==0)m_y=c_y.size();
      |                                   ^~
mi_cmi.cpp: In function 'double MDL_cmi(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, int, int)':
mi_cmi.cpp:93:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   93 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=table(z).size();
      |         ^~
mi_cmi.cpp:93:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   93 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=table(z).size();
      |                                        ^~
mi_cmi.cpp: In function 'double Jeffreys_cmi(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, int, int)':
mi_cmi.cpp:103:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  103 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=c_z.size();
      |         ^~
mi_cmi.cpp:103:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  103 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=c_z.size();
      |                                        ^~
mi_cmi.cpp: In function 'double BDeu_cmi(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, int, int, double)':
mi_cmi.cpp:113:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  113 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=c_z.size();
      |         ^~
mi_cmi.cpp:113:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  113 |         if(m_x==0)m_x=table(x).size(); if(m_y==0)m_y=table(y).size(); if(m_z==0)m_z=c_z.size();
      |                                        ^~
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 parent_set.cpp -o parent_set.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 score.cpp -o score.o
g++ -std=gnu++17 -shared -s -static-libgcc -o BNSL.dll tmp.def RcppExports.o aster.o fftable.o gc.o init.o kruskal.o mi_cmi.o parent_set.o score.o -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/RtmpyMNKYT/R.INSTALL9088105d7382/BNSL/src'
make[1]: Entering directory '/d/temp/RtmpyMNKYT/R.INSTALL9088105d7382/BNSL/src'
make[1]: Leaving directory '/d/temp/RtmpyMNKYT/R.INSTALL9088105d7382/BNSL/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-BNSL/00new/BNSL/libs/x64
** R
** 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 'BNSL' as BNSL_0.1.4.zip
* DONE (BNSL)