* installing *source* package ‘ahMLE’ ...
** package ‘ahMLE’ 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/ahMLE/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'/data/gannet/ripley/R/R-devel/library/Matrix/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   -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'/data/gannet/ripley/R/R-devel/library/Matrix/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   -c mle.cpp -o mle.o
mle.cpp: In function 'Rcpp::NumericVector mle_simpl_FStep_Cpp(int, Rcpp::NumericMatrix, Rcpp::NumericMatrix)':
mle.cpp:138:7: warning: unused variable 'table_ncol' [-Wunused-variable]
  138 |   int table_ncol = table_simpl_initial.n_cols;
      |       ^~~~~~~~~~
mle.cpp: In function 'Rcpp::NumericVector mle_loop_Cpp_sub(int, Rcpp::NumericMatrix, Rcpp::NumericMatrix)':
mle.cpp:331:7: warning: unused variable 'length' [-Wunused-variable]
  331 |   int length, target_position, target_order;
      |       ^~~~~~
mle.cpp:331:15: warning: unused variable 'target_position' [-Wunused-variable]
  331 |   int length, target_position, target_order;
      |               ^~~~~~~~~~~~~~~
mle.cpp:331:32: warning: unused variable 'target_order' [-Wunused-variable]
  331 |   int length, target_position, target_order;
      |                                ^~~~~~~~~~~~
mle.cpp: In function 'Rcpp::NumericVector mle_simpl_FStep_Cpp(int, Rcpp::NumericMatrix, Rcpp::NumericMatrix)':
mle.cpp:202:28: warning: 'out_loop' may be used uninitialized [-Wmaybe-uninitialized]
  202 |         if(table_simpl_tran(2+in_loop-1,out_loop +1-1) > epsilon || table_simpl_tran(2+in_loop-1,out_loop +1-1) < (-1)*epsilon){
      |            ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
mle.cpp:149:15: note: 'out_loop' was declared here
  149 |   int in_loop,out_loop;
      |               ^~~~~~~~
mle.cpp: In function 'Rcpp::NumericVector mle_loop_Cpp_sub(int, Rcpp::NumericMatrix, Rcpp::NumericMatrix)':
mle.cpp:364:30: warning: 'target' may be used uninitialized [-Wmaybe-uninitialized]
  364 |         combn(target) = combn(target) + 1;
      |                         ~~~~~^~~~~~~~
mle.cpp:335:7: note: 'target' was declared here
  335 |   int target;
      |       ^~~~~~
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 ahMLE.so RcppExports.o mle.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/ahMLE/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ahMLE/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ahMLE/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ahMLE.Rcheck/00LOCK-ahMLE/00new/ahMLE/libs
** R
** 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 (ahMLE)