* installing *source* package ‘GWEX’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (16)’ clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c toolsSimDisag.cpp -o toolsSimDisag.o toolsSimDisag.cpp:258:22: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] notSameClass = (mSim(i)!=mObs(j)) | (cSim(i)!=cObs(j)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ || toolsSimDisag.cpp:258:22: note: cast one or both operands to int to silence this warning toolsSimDisag.cpp:455:28: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] notSameClass = (mSim(i)!=mObs(j)) | (cSim(i)!=cObs(j)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ || toolsSimDisag.cpp:455:28: note: cast one or both operands to int to silence this warning toolsSimDisag.cpp:459:17: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] if(((Y3obs(j,k) == naVal) | (Y3obs(j,k) == 0)) | notSameClass) { ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ || toolsSimDisag.cpp:459:17: note: cast one or both operands to int to silence this warning 3 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o GWEX.so RcppExports.o toolsSimDisag.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/GWEX.Rcheck/00LOCK-GWEX/00new/GWEX/libs ** 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 ** 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 (GWEX)