* installing *source* package ‘BNSL’ ... ** package ‘BNSL’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BNSL/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c aster.cpp -o aster.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c fftable.cpp -o fftable.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c gc.cpp -o gc.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c init.cpp -o init.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c kruskal.cpp -o kruskal.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c parent_set.cpp -o parent_set.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c score.cpp -o score.o g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o BNSL.so RcppExports.o aster.o fftable.o gc.o init.o kruskal.o mi_cmi.o parent_set.o score.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BNSL/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BNSL/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BNSL/src' installing to /data/gannet/ripley/R/packages/tests-devel/BNSL.Rcheck/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 * DONE (BNSL)