* installing *source* package ‘qtlpoly’ ...
** package ‘qtlpoly’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qtlpoly/src'
g++-14 -std=gnu++17 -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'/data/gannet/ripley/R/test-dev/RcppProgress/include' -I/usr/local/include   -fopenmp  -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  -DR_NO_REMAP -c MNR.cpp -o MNR.o
g++-14 -std=gnu++17 -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'/data/gannet/ripley/R/test-dev/RcppProgress/include' -I/usr/local/include   -fopenmp  -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  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
MNR.cpp: In function 'arma::vec varCols(const arma::mat&)':
MNR.cpp:111:19: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
  111 |     out(j) = M2/(n-1);
      |                 ~~^~~
MNR.cpp:101:9: note: 'n' was declared here
  101 |     int n;
      |         ^
MNR.cpp: In function 'Rcpp::List MNR(const arma::mat&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const arma::vec&, int, double, double, const bool&, const bool&, const bool&, const bool&, const arma::vec&, const arma::vec&)':
MNR.cpp:753:36: warning: 'cycle2' may be used uninitialized [-Wmaybe-uninitialized]
  753 |   arma::mat monitor2 = monitor.cols(0, cycle2);
      |                        ~~~~~~~~~~~~^~~~~~~~~~~
MNR.cpp:375:14: note: 'cycle2' was declared here
  375 |   int cycle, cycle2;
      |              ^~~~~~
MNR.cpp:744:20: warning: 'llik' may be used uninitialized [-Wmaybe-uninitialized]
  744 |   double AIC = (-2 * llik) + (2 * Xm.n_cols);
      |                ~~~~^~~~~~~
MNR.cpp:376:16: note: 'llik' was declared here
  376 |   double ldet, llik, llik0, delta_llik, checkP, seconds; // to store likelihoods and determinants
      |                ^~~~
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o qtlpoly.so MNR.o RcppExports.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qtlpoly/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qtlpoly/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qtlpoly/src'
installing to /data/gannet/ripley/R/packages/tests-devel/qtlpoly.Rcheck/00LOCK-qtlpoly/00new/qtlpoly/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** 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 (qtlpoly)