* installing *source* package ‘modeLLtest’ ...
** package ‘modeLLtest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/modeLLtest/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cvll_mr.cpp -o cvll_mr.o
cvll_mr.cpp: In function 'Rcpp::List cvll_mr(arma::dmat&, arma::vec&, int, int)':
cvll_mr.cpp:41:22: warning: comparison of integer expressions of different signedness: 'arma::enable_if2<true, unsigned int>::result' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   41 |     if(arma::rank(x) < n_col) {
      |        ~~~~~~~~~~~~~~^~~~~~~
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cvll_ols.cpp -o cvll_ols.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cvll_rlm_m.cpp -o cvll_rlm_m.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cvll_rlm_mm.cpp -o cvll_rlm_mm.o
cvll_ols.cpp: In function 'Rcpp::List cvll_ols(arma::dmat&, arma::vec&, int, int)':
cvll_ols.cpp:25:22: warning: comparison of integer expressions of different signedness: 'arma::enable_if2<true, unsigned int>::result' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   25 |     if(arma::rank(x) < n_col) {
      |        ~~~~~~~~~~~~~~^~~~~~~
cvll_rlm_m.cpp: In function 'Rcpp::List cvll_rlm_m(arma::dmat&, arma::colvec&, int, int)':
cvll_rlm_m.cpp:70:22: warning: comparison of integer expressions of different signedness: 'arma::enable_if2<true, unsigned int>::result' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   70 |     if(arma::rank(x) < n_col) {
      |        ~~~~~~~~~~~~~~^~~~~~~
cvll_rlm_mm.cpp: In function 'Rcpp::List cvll_rlm_mm(arma::dmat&, arma::colvec&, int, int)':
cvll_rlm_mm.cpp:81:22: warning: comparison of integer expressions of different signedness: 'arma::enable_if2<true, unsigned int>::result' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   81 |     if(arma::rank(x) < n_col) {
      |        ~~~~~~~~~~~~~~^~~~~~~
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o modeLLtest.so RcppExports.o cvll_mr.o cvll_ols.o cvll_rlm_m.o cvll_rlm_mm.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/modeLLtest/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/modeLLtest/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/modeLLtest/src'
installing to /data/gannet/ripley/R/packages/tests-devel/modeLLtest.Rcheck/00LOCK-modeLLtest/00new/modeLLtest/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (modeLLtest)