* installing *source* package ‘fect’ ...
** this is package ‘fect’ version ‘2.0.5’
** package ‘fect’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fect/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 auxiliary.cpp -o auxiliary.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 binary_qr.cpp -o binary_qr.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 binary_sub.cpp -o binary_sub.o
binary_qr.cpp: In function ‘Rcpp::List inter_fe_d_qr_ub(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, arma::mat, int, int, int, double, double)’:
binary_qr.cpp:293:53: warning: ‘llh’ may be used uninitialized [-Wmaybe-uninitialized]
  293 |   IC = (r*(N+T)-pow(double(r),2)+p)*log(obs)/(obs)-2*llh/(obs) ;
      |                                                    ~^~~~
binary_qr.cpp:197:10: note: ‘llh’ was declared here
  197 |   double llh;
      |          ^~~
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:192,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29,
                 from fect.h:7,
                 from binary_qr.cpp:1:
In function ‘SEXPREC* Rcpp::internal::primitive_wrap__impl__cast(const T&, Rcpp::traits::false_type) [with T = double]’,
    inlined from ‘SEXPREC* Rcpp::internal::primitive_wrap__impl(const T&, Rcpp::traits::r_type_primitive_tag) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:471:46,
    inlined from ‘SEXPREC* Rcpp::internal::primitive_wrap(const T&) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:495:40,
    inlined from ‘SEXPREC* Rcpp::internal::wrap_dispatch(const T&, Rcpp::traits::wrap_type_primitive_tag) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:744:34,
    inlined from ‘SEXPREC* Rcpp::wrap(const T&) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap_end.h:30:38,
    inlined from ‘Rcpp::internal::generic_name_proxy<RTYPE, StoragePolicy>& Rcpp::internal::generic_name_proxy<RTYPE, StoragePolicy>::operator=(const T&) [with T = double; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/vector/proxy.h:157:11,
    inlined from ‘Rcpp::List inter_fe_d_qr_ub(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, arma::mat, int, int, int, double, double)’ at binary_qr.cpp:303:29:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:448:41: warning: ‘allh’ may be used uninitialized [-Wmaybe-uninitialized]
  448 |             r_vector_start<RTYPE>(x)[0] = object;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
binary_qr.cpp: In function ‘Rcpp::List inter_fe_d_qr_ub(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, arma::mat, int, int, int, double, double)’:
binary_qr.cpp:196:10: note: ‘allh’ was declared here
  196 |   double allh;
      |          ^~~~
binary_qr.cpp: In function ‘Rcpp::List inter_fe_d_qr(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, int, int, int, double, double)’:
binary_qr.cpp:123:61: warning: ‘llh’ may be used uninitialized [-Wmaybe-uninitialized]
  123 |   IC = (r*(N+T)-pow(double(r),2)+p)*log(double(N*T))/(N*T)-2*llh/(N*T) ;
      |                                                            ~^~~~
binary_qr.cpp:34:10: note: ‘llh’ was declared here
   34 |   double llh ;
      |          ^~~
In function ‘SEXPREC* Rcpp::internal::primitive_wrap__impl__cast(const T&, Rcpp::traits::false_type) [with T = double]’,
    inlined from ‘SEXPREC* Rcpp::internal::primitive_wrap__impl(const T&, Rcpp::traits::r_type_primitive_tag) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:471:46,
    inlined from ‘SEXPREC* Rcpp::internal::primitive_wrap(const T&) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:495:40,
    inlined from ‘SEXPREC* Rcpp::internal::wrap_dispatch(const T&, Rcpp::traits::wrap_type_primitive_tag) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:744:34,
    inlined from ‘SEXPREC* Rcpp::wrap(const T&) [with T = double]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap_end.h:30:38,
    inlined from ‘Rcpp::internal::generic_name_proxy<RTYPE, StoragePolicy>& Rcpp::internal::generic_name_proxy<RTYPE, StoragePolicy>::operator=(const T&) [with T = double; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/vector/proxy.h:157:11,
    inlined from ‘Rcpp::List inter_fe_d_qr(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, int, int, int, double, double)’ at binary_qr.cpp:136:29:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/internal/wrap.h:448:41: warning: ‘allh’ may be used uninitialized [-Wmaybe-uninitialized]
  448 |             r_vector_start<RTYPE>(x)[0] = object;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
binary_qr.cpp: In function ‘Rcpp::List inter_fe_d_qr(arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::cube, int, int, int, double, double)’:
binary_qr.cpp:33:10: note: ‘allh’ was declared here
   33 |   double allh ;
      |          ^~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 binary_svd.cpp -o binary_svd.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 fe_sub.cpp -o fe_sub.o
binary_svd.cpp: In function ‘Rcpp::List inter_fe_d(arma::mat, arma::mat, arma::mat, arma::cube, int, int, int, double, double)’:
binary_svd.cpp:107:61: warning: ‘llh’ may be used uninitialized [-Wmaybe-uninitialized]
  107 |   IC = (r*(N+T)-pow(double(r),2)+p)*log(double(N*T))/(N*T)-2*llh/(N*T) ;
      |                                                            ~^~~~
binary_svd.cpp:31:10: note: ‘llh’ was declared here
   31 |   double llh ;
      |          ^~~
binary_svd.cpp: In function ‘Rcpp::List inter_fe_d_ub(arma::mat, arma::mat, arma::mat, arma::cube, arma::mat, int, int, int, double, double)’:
binary_svd.cpp:256:53: warning: ‘llh’ may be used uninitialized [-Wmaybe-uninitialized]
  256 |   IC = (r*(N+T)-pow(double(r),2)+p)*log(obs)/(obs)-2*llh/(obs) ;
      |                                                    ~^~~~
binary_svd.cpp:173:10: note: ‘llh’ was declared here
  173 |   double llh;
      |          ^~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 ife.cpp -o ife.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 ife_sub.cpp -o ife_sub.o
ife_sub.cpp: In function ‘Rcpp::List fe_ad_covar_iter(arma::cube, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, int, double, int)’:
ife_sub.cpp:138:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  138 |   if (beta0.n_rows == p)
      |       ~~~~~~~~~~~~~^~~~
ife_sub.cpp: In function ‘Rcpp::List fe_ad_inter_covar_iter(arma::cube, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, int, int, int, int, double, double, int)’:
ife_sub.cpp:435:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  435 |   if (beta0.n_rows == p)
      |       ~~~~~~~~~~~~~^~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DARMA_64BIT_WORD=1 -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 mc.cpp -o mc.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o fect.so RcppExports.o auxiliary.o binary_qr.o binary_sub.o binary_svd.o fe_sub.o ife.o ife_sub.o mc.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/fect/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fect/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fect/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fect.Rcheck/00LOCK-fect/00new/fect/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 (fect)