* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘BNSL’ ... ** package ‘BNSL’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7YxNBh/R.INSTALL1d788abe3b755/BNSL/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c aster.cpp -o aster.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c fftable.cpp -o fftable.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c gc.cpp -o gc.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c kruskal.cpp -o kruskal.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c parent_set.cpp -o parent_set.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c score.cpp -o score.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o BNSL.so RcppExports.o aster.o fftable.o gc.o init.o kruskal.o mi_cmi.o parent_set.o score.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7YxNBh/R.INSTALL1d788abe3b755/BNSL/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp7YxNBh/R.INSTALL1d788abe3b755/BNSL/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp7YxNBh/R.INSTALL1d788abe3b755/BNSL/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-BNSL/00new/BNSL/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * creating tarball packaged installation of ‘BNSL’ as ‘BNSL_0.1.4_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (BNSL)