* installing *source* package 'iglm' ...
** this is package 'iglm' version '1.2.2'
** package 'iglm' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++17
make[1]: Entering directory '/d/temp/2026_03_31_01_50_00_22136/Rtmp0IsEtw/R.INSTALLea78f7d39aa/iglm/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c api_usage.cpp -o api_usage.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c change_statistics.cpp -o change_statistics.o
In file included from ../inst/include/iglm/attribute_class.h:9,
from ../inst/include/iglm/xz_class.h:6,
from ../inst/include/iglm/xyz_class.h:6,
from ../inst/include/iglm/extension_api.hpp:31,
from change_statistics.cpp:2:
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map(arma::mat, int, bool, std::unordered_map<int, std::unordered_set<int> >&, std::unordered_map<int, std::unordered_set<int> >&)':
../inst/include/iglm/helper_functions.h:106:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
106 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:117:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
117 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:134:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
134 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:142:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
142 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map_vec(arma::mat, int, bool, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<char>&)':
../inst/include/iglm/helper_functions.h:349:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
349 | for (arma::uword i = 1; i <= n_actor; i++) {
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:350:32: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
350 | for(arma::uword j = 1; j <= n_actor; j++) {
| ~~^~~~~~~~~~
change_statistics.cpp: In function 'bool has_alternative_h_to_j(int, int, int, const XYZ_class&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&)':
change_statistics.cpp:2196:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int, std::allocator<int> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
2196 | if (h >= object.z_network.adj_list.size()) return false;
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
change_statistics.cpp: In function 'bool has_alternative_i_to_h(int, int, int, const XYZ_class&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&, const std::vector<int, std::allocator<int> >&)':
change_statistics.cpp:2217:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int, std::allocator<int> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
2217 | if (h >= object.z_network.adj_list_in.size()) return false;
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
change_statistics.cpp: In lambda function:
change_statistics.cpp:2235:14: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<std::vector<int, std::allocator<int> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
2235 | (unit_i >= object.z_network.adj_list_in.size() ||
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
change_statistics.cpp:2236:14: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<std::vector<int, std::allocator<int> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
2236 | unit_j >= object.z_network.adj_list_in.size()))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c extension_api.cpp -o extension_api.o
In file included from ../inst/include/iglm/attribute_class.h:9,
from ../inst/include/iglm/xz_class.h:6,
from ../inst/include/iglm/xyz_class.h:6,
from ../inst/include/iglm/extension_api.hpp:31,
from extension_api.cpp:3:
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map(arma::mat, int, bool, std::unordered_map<int, std::unordered_set<int> >&, std::unordered_map<int, std::unordered_set<int> >&)':
../inst/include/iglm/helper_functions.h:106:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
106 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:117:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
117 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:134:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
134 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:142:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
142 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map_vec(arma::mat, int, bool, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<char>&)':
../inst/include/iglm/helper_functions.h:349:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
349 | for (arma::uword i = 1; i <= n_actor; i++) {
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:350:32: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
350 | for(arma::uword j = 1; j <= n_actor; j++) {
| ~~^~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c iglm_classes.cpp -o iglm_classes.o
In file included from ../inst/include/iglm/attribute_class.h:9,
from iglm_classes.cpp:2:
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map(arma::mat, int, bool, std::unordered_map<int, std::unordered_set<int> >&, std::unordered_map<int, std::unordered_set<int> >&)':
../inst/include/iglm/helper_functions.h:106:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
106 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:117:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
117 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:134:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
134 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:142:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
142 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map_vec(arma::mat, int, bool, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<char>&)':
../inst/include/iglm/helper_functions.h:349:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
349 | for (arma::uword i = 1; i <= n_actor; i++) {
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:350:32: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
350 | for(arma::uword j = 1; j <= n_actor; j++) {
| ~~^~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/Matrix/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DIGLM_COMPILING_IGLM -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c xyz_sampling.cpp -o xyz_sampling.o
In file included from ../inst/include/iglm/attribute_class.h:9,
from ../inst/include/iglm/xz_class.h:6,
from ../inst/include/iglm/xyz_class.h:6,
from xyz_sampling.cpp:9:
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map(arma::mat, int, bool, std::unordered_map<int, std::unordered_set<int> >&, std::unordered_map<int, std::unordered_set<int> >&)':
../inst/include/iglm/helper_functions.h:106:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
106 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:117:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
117 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:134:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
134 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:142:33: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
142 | for (arma::uword i = 1; i <= n_actor; i++){
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h: In function 'void mat_to_map_vec(arma::mat, int, bool, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<std::vector<int, std::allocator<int> > >&, std::vector<char>&)':
../inst/include/iglm/helper_functions.h:349:31: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
349 | for (arma::uword i = 1; i <= n_actor; i++) {
| ~~^~~~~~~~~~
../inst/include/iglm/helper_functions.h:350:32: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
350 | for(arma::uword j = 1; j <= n_actor; j++) {
| ~~^~~~~~~~~~
xyz_sampling.cpp: In function 'arma::vec xyz_count_global_statistic(const 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_degrees_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&, bool)':
xyz_sampling.cpp:2243:24: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
2243 | 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_degrees_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, bool)':
xyz_sampling.cpp:2390:24: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
2390 | if(j_vec.at(i) != n_actor){
| ~~~~~~~~~~~~^~~~~~~~~~
g++ -shared -s -static-libgcc -o iglm.dll tmp.def RcppExports.o api_usage.o change_statistics.o extension_api.o iglm_classes.o xyz_sampling.o -fopenmp -LD:/RCompile/recent/R-4.5.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.3/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_03_31_01_50_00_22136/Rtmp0IsEtw/R.INSTALLea78f7d39aa/iglm/src'
make[1]: Entering directory '/d/temp/2026_03_31_01_50_00_22136/Rtmp0IsEtw/R.INSTALLea78f7d39aa/iglm/src'
make[1]: Leaving directory '/d/temp/2026_03_31_01_50_00_22136/Rtmp0IsEtw/R.INSTALLea78f7d39aa/iglm/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-iglm/00new/iglm/libs/x64
** R
** data
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'iglm' as iglm_1.2.2.zip
* DONE (iglm)