* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘mvabund’ ... ** package ‘mvabund’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 18.1.4 (1)’ using C++11 make[1]: Entering directory '/tmp/Rtmp8P0DlH/R.INSTALL33c3092790bf30/mvabund/src' clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c RcppExports.cpp -o RcppExports.o clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c Rinterface.cpp -o Rinterface.o In file included from Rinterface.cpp:9: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c anova.cpp -o anova.o In file included from anova.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c calctest.cpp -o calctest.o In file included from calctest.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c glm.cpp -o glm.o In file included from glm.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c glmtest.cpp -o glmtest.o In file included from glmtest.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c io.cpp -o io.o In file included from io.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c rnd.cpp -o rnd.o In file included from rnd.cpp:37: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c simutility.cpp -o simutility.o In file included from simutility.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I. -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppGSL/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c summary.cpp -o summary.o In file included from summary.cpp:5: ./resampTest.h:426:50: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ~~~~~~~~~~~ ^ ./resampTest.h:426:50: note: place parentheses around the '+' expression to silence this warning 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( ) ./resampTest.h:426:50: note: place parentheses around the '?:' expression to evaluate it first 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - | ^ | ( 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:425:36: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ~~~~~~~~~~~~ ^ ./resampTest.h:425:36: note: place parentheses around the '+' expression to silence this warning 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( ) ./resampTest.h:425:36: note: place parentheses around the '?:' expression to evaluate it first 425 | : 0 + (yi < n) ? (n - yi) * log(1 - mui / n) | ^ | ( 426 | : 0 + (n > 1) ? (gsl_sf_lngamma(n + 1) - 427 | gsl_sf_lngamma(yi + 1) - 428 | gsl_sf_lngamma(n - yi + 1)) 429 | : 0); | | ) ./resampTest.h:433:41: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses] 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ~~~~~~~~~~~~ ^ ./resampTest.h:433:41: note: place parentheses around the '+' expression to silence this warning 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( ) ./resampTest.h:433:41: note: place parentheses around the '?:' expression to evaluate it first 433 | : 0 + (yi < n) ? ((n - yi) * log((n - yi) / (n - mui))) | ^ | ( 434 | : 0); | | ) 3 warnings generated. clang++-18 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o mvabund.so RcppExports.o Rinterface.o anova.o calctest.o glm.o glmtest.o io.o rnd.o simutility.o summary.o -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/Rtmp8P0DlH/R.INSTALL33c3092790bf30/mvabund/src' make[1]: Entering directory '/tmp/Rtmp8P0DlH/R.INSTALL33c3092790bf30/mvabund/src' make[1]: Leaving directory '/tmp/Rtmp8P0DlH/R.INSTALL33c3092790bf30/mvabund/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-mvabund/00new/mvabund/libs ** R ** data ** 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 ‘mvabund’ as ‘mvabund_4.2.1_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (mvabund)