* installing *source* package ‘mvabund’ ...
** package ‘mvabund’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.2’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mvabund/src'
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c Rinterface.cpp -o Rinterface.o
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c anova.cpp -o anova.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.
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c calctest.cpp -o calctest.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.
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c glm.cpp -o glm.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.
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c glmtest.cpp -o glmtest.o
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c io.cpp -o io.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);
      |                                            
      |                                            )
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c rnd.cpp -o rnd.o
3 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c simutility.cpp -o simutility.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);
      |                                            
      |                                            )
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.
/usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppGSL/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c summary.cpp -o summary.o
3 warnings generated.
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.
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.
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.
/usr/local/clang18/bin/clang++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o mvabund.so RcppExports.o Rinterface.o anova.o calctest.o glm.o glmtest.o io.o rnd.o simutility.o summary.o -lgsl -lgslcblas -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mvabund/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mvabund/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mvabund/src'
installing to /data/gannet/ripley/R/packages/tests-clang/mvabund.Rcheck/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
* DONE (mvabund)