* installing *source* package ‘ieTest’ ... ** this is package ‘ieTest’ version ‘2.0’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.6 (1+b1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c asq_one.cpp -o asq_one.o asq_one.cpp:93:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 93 | if( ( u1.isNull() & u2.isNotNull() ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 94 | ( u1.isNotNull() & u2.isNull() )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asq_one.cpp:93:7: note: cast one or both operands to int to silence this warning asq_one.cpp:94:5: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 94 | ( u1.isNotNull() & u2.isNull() )){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_one.cpp:94:5: note: cast one or both operands to int to silence this warning asq_one.cpp:93:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 93 | if( ( u1.isNull() & u2.isNotNull() ) | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_one.cpp:93:9: note: cast one or both operands to int to silence this warning asq_one.cpp:104:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 104 | if(u1.isNull() & u2.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_one.cpp:104:6: note: cast one or both operands to int to silence this warning asq_one.cpp:113:8: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 113 | if(V1Dist.isNull() & V2Dist.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_one.cpp:113:8: note: cast one or both operands to int to silence this warning asq_one.cpp:134:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 134 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_one.cpp:134:8: note: cast one or both operands to int to silence this warning asq_one.cpp:134:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 134 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_one.cpp:134:8: note: cast one or both operands to int to silence this warning asq_one.cpp:134:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 134 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_one.cpp:134:8: note: cast one or both operands to int to silence this warning asq_one.cpp:178:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 178 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 179 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 180 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 181 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:178:9: note: cast one or both operands to int to silence this warning asq_one.cpp:178:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 178 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 179 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 180 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:178:9: note: cast one or both operands to int to silence this warning asq_one.cpp:178:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 178 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 179 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ asq_one.cpp:178:9: note: cast one or both operands to int to silence this warning asq_one.cpp:183:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 183 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 184 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:183:14: note: cast one or both operands to int to silence this warning asq_one.cpp:193:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 193 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 194 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 195 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 196 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:193:9: note: cast one or both operands to int to silence this warning asq_one.cpp:193:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 193 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 194 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 195 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:193:9: note: cast one or both operands to int to silence this warning asq_one.cpp:193:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 193 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 194 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ asq_one.cpp:193:9: note: cast one or both operands to int to silence this warning asq_one.cpp:198:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 198 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 199 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ asq_one.cpp:198:14: note: cast one or both operands to int to silence this warning 16 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c asq_one_bool.cpp -o asq_one_bool.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c asq_ord.cpp -o asq_ord.o asq_ord.cpp:121:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 121 | if( ( u1.isNull() + u2.isNull() + u3.isNull() == 1) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 122 | ( u1.isNull() + u2.isNull() + u3.isNull() == 2) ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:121:7: note: cast one or both operands to int to silence this warning asq_ord.cpp:133:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 133 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_ord.cpp:133:6: note: cast one or both operands to int to silence this warning asq_ord.cpp:133:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 133 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_ord.cpp:133:6: note: cast one or both operands to int to silence this warning asq_ord.cpp:147:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 147 | if( ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 3 ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 148 | ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 1 )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:147:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:170:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 170 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_ord.cpp:170:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:170:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 170 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && asq_ord.cpp:170:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:177:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 177 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 178 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_ord.cpp:177:8: note: cast one or both operands to int to silence this warning asq_ord.cpp:177:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 177 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 178 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_ord.cpp:177:8: note: cast one or both operands to int to silence this warning asq_ord.cpp:177:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 177 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 178 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~ asq_ord.cpp:177:8: note: cast one or both operands to int to silence this warning asq_ord.cpp:177:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 177 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_ord.cpp:177:8: note: cast one or both operands to int to silence this warning asq_ord.cpp:177:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 177 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || asq_ord.cpp:177:8: note: cast one or both operands to int to silence this warning asq_ord.cpp:248:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 248 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 249 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 250 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 251 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:248:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:248:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 248 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 249 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 250 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:248:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:248:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 248 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 249 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:248:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:253:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 253 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 254 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:253:14: note: cast one or both operands to int to silence this warning asq_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 264 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 265 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 266 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:263:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 264 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 265 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:263:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 264 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:263:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:268:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 268 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 269 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:268:14: note: cast one or both operands to int to silence this warning asq_ord.cpp:279:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 279 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 280 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 281 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 282 | (V3Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:279:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:279:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 279 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 280 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 281 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:279:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:279:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 279 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 280 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:279:9: note: cast one or both operands to int to silence this warning asq_ord.cpp:284:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 284 | }else if((V3Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 285 | (V3Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ asq_ord.cpp:284:14: note: cast one or both operands to int to silence this warning 23 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c asq_ord_bool.cpp -o asq_ord_bool.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c corrTrans.cpp -o corrTrans.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c maxP_one.cpp -o maxP_one.o maxP_one.cpp:71:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 71 | if( ( u1.isNull() & u2.isNotNull() ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 72 | ( u1.isNotNull() & u2.isNull() )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:71:7: note: cast one or both operands to int to silence this warning maxP_one.cpp:72:5: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 72 | ( u1.isNotNull() & u2.isNull() )){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxP_one.cpp:72:5: note: cast one or both operands to int to silence this warning maxP_one.cpp:71:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 71 | if( ( u1.isNull() & u2.isNotNull() ) | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxP_one.cpp:71:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:82:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 82 | if(u1.isNull() & u2.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && maxP_one.cpp:82:6: note: cast one or both operands to int to silence this warning maxP_one.cpp:91:8: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 91 | if(V1Dist.isNull() & V2Dist.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxP_one.cpp:91:8: note: cast one or both operands to int to silence this warning maxP_one.cpp:112:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 112 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || maxP_one.cpp:112:8: note: cast one or both operands to int to silence this warning maxP_one.cpp:112:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 112 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || maxP_one.cpp:112:8: note: cast one or both operands to int to silence this warning maxP_one.cpp:112:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 112 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || maxP_one.cpp:112:8: note: cast one or both operands to int to silence this warning maxP_one.cpp:156:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 156 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 157 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 158 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 159 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:156:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:156:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 156 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 157 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 158 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:156:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:156:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 156 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 157 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:156:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:161:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 161 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 162 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:161:14: note: cast one or both operands to int to silence this warning maxP_one.cpp:171:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 171 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 172 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 173 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 174 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:171:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:171:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 171 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 172 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 173 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:171:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:171:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 171 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 172 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:171:9: note: cast one or both operands to int to silence this warning maxP_one.cpp:176:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 176 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 177 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ maxP_one.cpp:176:14: note: cast one or both operands to int to silence this warning 16 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c maxp_ord.cpp -o maxp_ord.o maxp_ord.cpp:99:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 99 | if( ( u1.isNull() + u2.isNull() + u3.isNull() == 1) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 100 | ( u1.isNull() + u2.isNull() + u3.isNull() == 2) ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:99:7: note: cast one or both operands to int to silence this warning maxp_ord.cpp:111:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 111 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxp_ord.cpp:111:6: note: cast one or both operands to int to silence this warning maxp_ord.cpp:111:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 111 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && maxp_ord.cpp:111:6: note: cast one or both operands to int to silence this warning maxp_ord.cpp:125:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 125 | if( ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 3 ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 126 | ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 1 )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:125:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:148:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 148 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxp_ord.cpp:148:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:148:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 148 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && maxp_ord.cpp:148:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:155:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 155 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 156 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || maxp_ord.cpp:155:8: note: cast one or both operands to int to silence this warning maxp_ord.cpp:155:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 155 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 156 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || maxp_ord.cpp:155:8: note: cast one or both operands to int to silence this warning maxp_ord.cpp:155:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 155 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 156 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~ maxp_ord.cpp:155:8: note: cast one or both operands to int to silence this warning maxp_ord.cpp:155:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 155 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || maxp_ord.cpp:155:8: note: cast one or both operands to int to silence this warning maxp_ord.cpp:155:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 155 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || maxp_ord.cpp:155:8: note: cast one or both operands to int to silence this warning maxp_ord.cpp:226:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 226 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 228 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 229 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:226:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:226:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 226 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 228 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:226:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:226:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 226 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 227 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:226:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:231:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 231 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 232 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:231:14: note: cast one or both operands to int to silence this warning maxp_ord.cpp:244:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 244 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 245 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 246 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 247 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:244:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:244:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 244 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 245 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 246 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:244:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:244:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 244 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 245 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:244:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:249:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 249 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 250 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:249:14: note: cast one or both operands to int to silence this warning maxp_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 264 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 265 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 266 | (V3Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:263:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 264 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 265 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:263:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:263:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 263 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 264 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:263:9: note: cast one or both operands to int to silence this warning maxp_ord.cpp:268:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 268 | }else if((V3Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 269 | (V3Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ maxp_ord.cpp:268:14: note: cast one or both operands to int to silence this warning 23 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c normU.cpp -o normU.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c ps_one.cpp -o ps_one.o ps_one.cpp:85:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 85 | if( ( u1.isNull() & u2.isNotNull() ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 86 | ( u1.isNotNull() & u2.isNull() )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ps_one.cpp:85:7: note: cast one or both operands to int to silence this warning ps_one.cpp:86:5: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 86 | ( u1.isNotNull() & u2.isNull() )){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_one.cpp:86:5: note: cast one or both operands to int to silence this warning ps_one.cpp:85:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 85 | if( ( u1.isNull() & u2.isNotNull() ) | | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_one.cpp:85:9: note: cast one or both operands to int to silence this warning ps_one.cpp:96:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 96 | if(u1.isNull() & u2.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_one.cpp:96:6: note: cast one or both operands to int to silence this warning ps_one.cpp:105:8: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 105 | if(V1Dist.isNull() & V2Dist.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_one.cpp:105:8: note: cast one or both operands to int to silence this warning ps_one.cpp:126:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 126 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_one.cpp:126:8: note: cast one or both operands to int to silence this warning ps_one.cpp:126:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 126 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_one.cpp:126:8: note: cast one or both operands to int to silence this warning ps_one.cpp:126:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 126 | if(V1.isNull() | V2.isNull() | V1_VAR.isNull() | V2_VAR.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_one.cpp:126:8: note: cast one or both operands to int to silence this warning ps_one.cpp:170:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 170 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 171 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 172 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 173 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:170:9: note: cast one or both operands to int to silence this warning ps_one.cpp:170:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 170 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 171 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 172 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:170:9: note: cast one or both operands to int to silence this warning ps_one.cpp:170:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 170 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 171 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ ps_one.cpp:170:9: note: cast one or both operands to int to silence this warning ps_one.cpp:175:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 175 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 176 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:175:14: note: cast one or both operands to int to silence this warning ps_one.cpp:185:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 185 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 186 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 187 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 188 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:185:9: note: cast one or both operands to int to silence this warning ps_one.cpp:185:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 185 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 186 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 187 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:185:9: note: cast one or both operands to int to silence this warning ps_one.cpp:185:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 185 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 186 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ ps_one.cpp:185:9: note: cast one or both operands to int to silence this warning ps_one.cpp:190:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 190 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 191 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ ps_one.cpp:190:14: note: cast one or both operands to int to silence this warning 16 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c ps_one_old.cpp -o ps_one_old.o ps_one_old.cpp:64:21: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~^~~ ps_one_old.cpp:64:29: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~^~~~ ps_one_old.cpp:64:38: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~^~~~ ps_one_old.cpp:64:46: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~^~~ ps_one_old.cpp:64:54: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~^~~~ ps_one_old.cpp:64:63: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~^~~~ ps_one_old.cpp:64:75: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~~~ ^ ~~~~~ ps_one_old.cpp:64:88: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~ ^ ~~~ ps_one_old.cpp:64:99: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~ ^ ~~~ ps_one_old.cpp:64:110: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 64 | return modS_one(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, upLim = upLim, x10 = x10, x20 = x20, s12 = s12); | ~~~ ^ ~~~ 10 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c ps_ord.cpp -o ps_ord.o ps_ord.cpp:113:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 113 | if( ( u1.isNull() + u2.isNull() + u3.isNull() == 1) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 114 | ( u1.isNull() + u2.isNull() + u3.isNull() == 2) ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:113:7: note: cast one or both operands to int to silence this warning ps_ord.cpp:125:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 125 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_ord.cpp:125:6: note: cast one or both operands to int to silence this warning ps_ord.cpp:125:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 125 | if(u1.isNull() & u2.isNull() & u3.isNull()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_ord.cpp:125:6: note: cast one or both operands to int to silence this warning ps_ord.cpp:138:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 138 | if( ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 3 ) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 139 | ( V1Dist.isNull() + V2Dist.isNull() + V3Dist.isNull() == 1 )){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:138:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:161:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 161 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_ord.cpp:161:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:161:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 161 | if( V1Dist.isNotNull() & V2Dist.isNotNull() & V3Dist.isNotNull() ){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && ps_ord.cpp:161:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:168:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 168 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 169 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_ord.cpp:168:8: note: cast one or both operands to int to silence this warning ps_ord.cpp:168:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 168 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 169 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_ord.cpp:168:8: note: cast one or both operands to int to silence this warning ps_ord.cpp:168:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 168 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 169 | V1_VAR.isNull() | V2_VAR.isNull() | V3_VAR.isNull() ){ | ~~~~~~~~~~~~~~~ ps_ord.cpp:168:8: note: cast one or both operands to int to silence this warning ps_ord.cpp:168:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 168 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_ord.cpp:168:8: note: cast one or both operands to int to silence this warning ps_ord.cpp:168:8: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 168 | if(V1.isNull() | V2.isNull() | V3.isNull() | | ^~~~~~~~~~~~~~~~~~~~~~~~~ | || ps_ord.cpp:168:8: note: cast one or both operands to int to silence this warning ps_ord.cpp:239:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 239 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 240 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 241 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 242 | (V1Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:239:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:239:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 239 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 240 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 241 | (V1Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:239:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:239:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 239 | if( (V1Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 240 | (V1Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:239:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:244:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 244 | }else if((V1Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 245 | (V1Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:244:14: note: cast one or both operands to int to silence this warning ps_ord.cpp:254:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 254 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 257 | (V2Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:254:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:254:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 254 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 256 | (V2Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:254:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:254:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 254 | if( (V2Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 255 | (V2Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:254:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:259:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 259 | }else if((V2Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 260 | (V2Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:259:14: note: cast one or both operands to int to silence this warning ps_ord.cpp:270:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 270 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 271 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 272 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~~~ | || 273 | (V3Dist_[0] == "n")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:270:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:270:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 270 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 271 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 272 | (V3Dist_[0] == "N") | | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:270:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:270:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 270 | if( (V3Dist_[0] == "Normal") | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | || 271 | (V3Dist_[0] == "normal") | | ~~~~~~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:270:9: note: cast one or both operands to int to silence this warning ps_ord.cpp:275:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 275 | }else if((V3Dist_[0] == "T") | | ^~~~~~~~~~~~~~~~~~~~~ | || 276 | (V3Dist_[0] == "t")){ | ~~~~~~~~~~~~~~~~~~~ ps_ord.cpp:275:14: note: cast one or both operands to int to silence this warning 23 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c ps_two_seq.cpp -o ps_two_seq.o ps_two_seq.cpp:83:25: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~^~~ ps_two_seq.cpp:83:33: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~~^~~~ ps_two_seq.cpp:83:42: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~~^~~~ ps_two_seq.cpp:83:50: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~^~~ ps_two_seq.cpp:83:58: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~~^~~~ ps_two_seq.cpp:83:67: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~~^~~~ ps_two_seq.cpp:83:75: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~^~~ ps_two_seq.cpp:83:83: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 83 | return modS_two_seq(x1=x1, s11=s11, df1=df1, x2=x2, s22=s22, df2=df2, x3=x3, s33=s33, | ~~~^~~~ ps_two_seq.cpp:84:28: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 84 | df3=df3, upLim = upLim, x10 = x10, x20 = x20, x30 = x30, | ~~~^~~~ ps_two_seq.cpp:84:40: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 84 | df3=df3, upLim = upLim, x10 = x10, x20 = x20, x30 = x30, | ~~~~~ ^ ~~~~~ ps_two_seq.cpp:84:53: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 84 | df3=df3, upLim = upLim, x10 = x10, x20 = x20, x30 = x30, | ~~~ ^ ~~~ ps_two_seq.cpp:84:64: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 84 | df3=df3, upLim = upLim, x10 = x10, x20 = x20, x30 = x30, | ~~~ ^ ~~~ ps_two_seq.cpp:84:75: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 84 | df3=df3, upLim = upLim, x10 = x10, x20 = x20, x30 = x30, | ~~~ ^ ~~~ ps_two_seq.cpp:85:29: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 85 | s12 = s12, s13 = s13, s23 = s23); | ~~~ ^ ~~~ ps_two_seq.cpp:85:40: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 85 | s12 = s12, s13 = s13, s23 = s23); | ~~~ ^ ~~~ ps_two_seq.cpp:85:51: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] 85 | s12 = s12, s13 = s13, s23 = s23); | ~~~ ^ ~~~ 16 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c sTest_one.cpp -o sTest_one.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c sobelTest_one.cpp -o sobelTest_one.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c sobelTest_two_seq.cpp -o sobelTest_two_seq.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c sobelTest_two_sim.cpp -o sobelTest_two_sim.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c tU.cpp -o tU.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o ieTest.so RcppExports.o asq_one.o asq_one_bool.o asq_ord.o asq_ord_bool.o corrTrans.o maxP_one.o maxp_ord.o normU.o ps_one.o ps_one_old.o ps_ord.o ps_two_seq.o sTest_one.o sobelTest_one.o sobelTest_two_seq.o sobelTest_two_sim.o tU.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/ieTest.Rcheck/00LOCK-ieTest/00new/ieTest/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 Error: package or namespace load failed for ‘ieTest’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/srv/hornik/tmp/CRAN_pretest/ieTest.Rcheck/00LOCK-ieTest/00new/ieTest/libs/ieTest.so': /srv/hornik/tmp/CRAN_pretest/ieTest.Rcheck/00LOCK-ieTest/00new/ieTest/libs/ieTest.so: undefined symbol: dpotrf_ Error: loading failed Execution halted ERROR: loading failed * removing ‘/srv/hornik/tmp/CRAN_pretest/ieTest.Rcheck/ieTest’