* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘iglm’ ...
** this is package ‘iglm’ version ‘1.0’
** package ‘iglm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmppzRTHN/R.INSTALL28f41144119199/iglm/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c api_usage.cpp -o api_usage.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c change_statistics.cpp -o change_statistics.o
change_statistics.cpp: In lambda function:
change_statistics.cpp:1098:14: warning: unused variable ‘X_i’ [-Wunused-variable]
 1098 |       double X_i = object.x_attribute.get_val(actor_i);
      |              ^~~
change_statistics.cpp:1101:14: warning: unused variable ‘X_j’ [-Wunused-variable]
 1101 |       double X_j = object.x_attribute.get_val(actor_j);
      |              ^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c extension_api.cpp -o extension_api.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Matrix/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c xyz_sampling.cpp -o xyz_sampling.o
xyz_sampling.cpp: In function ‘arma::vec xyz_count_global_statistic(XYZ_class&, std::vector<arma::Mat<double> >&, std::vector<double>&, std::vector<double (*)(const XYZ_class&, const int&, const int&, const arma::Mat<double>&, const double&, const std::__cxx11::basic_string<char>&, const bool&)>, std::string, std::string, double, double)’:
xyz_sampling.cpp:166:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘long long unsigned int’} [-Wsign-compare]
  166 |   for(int i = 1; i <= object.x_attribute.attribute.size(); i++){
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xyz_sampling.cpp:186:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘long long unsigned int’} [-Wsign-compare]
  186 |   for(int i = 1; i <= object.y_attribute.attribute.size(); i++){
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xyz_sampling.cpp: In function ‘std::tuple<arma::Col<double>, arma::Col<double>, arma::Mat<double>, arma::Mat<double> > cond_estimation_popularity_pl(arma::vec, arma::uvec&, arma::uvec&, arma::uvec&, bool, std::tuple<arma::Mat<double>, arma::Col<double> >&, int, double, arma::vec, double, arma::mat, int, bool&)’:
xyz_sampling.cpp:2147:24: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
 2147 |         if(j_vec.at(i) != n_actor){
      |            ~~~~~~~~~~~~^~~~~~~~~~
xyz_sampling.cpp: In function ‘std::tuple<arma::Col<double>, arma::Col<double>, arma::Mat<double>, arma::Mat<double> > cond_estimation_popularity_pl_accelerated(arma::vec, arma::uvec&, arma::uvec&, arma::uvec&, bool, std::tuple<arma::Mat<double>, arma::Col<double> >&, int, double, arma::vec, double, arma::mat, bool&, arma::vec&, arma::vec&, arma::mat&, int, bool)’:
xyz_sampling.cpp:2283:24: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
 2283 |         if(j_vec.at(i) != n_actor){
      |            ~~~~~~~~~~~~^~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o iglm.so RcppExports.o api_usage.o change_statistics.o extension_api.o xyz_sampling.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmppzRTHN/R.INSTALL28f41144119199/iglm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmppzRTHN/R.INSTALL28f41144119199/iglm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmppzRTHN/R.INSTALL28f41144119199/iglm/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-iglm/00new/iglm/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘iglm’
    finding HTML links ... done
    control.iglm                            html  
    count_statistics                        html  
    iglm                                    html  
    iglm.data                               html  
    iglm.data_generator                     html  
    iglm_object_generator                   html  
    model_terms                             html  
    results                                 html  
    results_generator                       html  
    rice                                    html  
    sampler.iglm                            html  
    sampler.net_attr                        html  
    sampler_iglm_generator                  html  
    sampler_net_attr_generator              html  
    simulate_iglm                           html  
    state_twitter                           html  
** 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 (iglm)