* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘fect’ ...
** package ‘fect’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMEXmJU/R.INSTALL35a5e17195543/fect/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c auxiliary.cpp -o auxiliary.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c binary_qr.cpp -o binary_qr.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;
      |          ^~~
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 ;
      |          ^~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c binary_sub.cpp -o binary_sub.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c binary_svd.cpp -o binary_svd.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++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fe_sub.cpp -o fe_sub.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c ife.cpp -o ife.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -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, int, double)’:
ife_sub.cpp:94:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
   94 |   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, int, int, int, int, double, double)’:
ife_sub.cpp:296:20: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  296 |   if (beta0.n_rows == p) {
      |       ~~~~~~~~~~~~~^~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3    -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mc.cpp -o mc.o
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -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/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMEXmJU/R.INSTALL35a5e17195543/fect/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMEXmJU/R.INSTALL35a5e17195543/fect/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMEXmJU/R.INSTALL35a5e17195543/fect/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)