downloading reverse dependencies ... downloading INetTool_0.1.1.tar.gz ... ok downloading leiden_0.4.3.1.tar.gz ... ok installing dependencies ‘graphsim’, ‘multinet’, ‘multiplex’, ‘r2r’, ‘robin’ also installing the dependencies ‘fdatest’, ‘perturbR’ begin installing package ‘fdatest’ begin installing package ‘perturbR’ begin installing package ‘r2r’ begin installing package ‘multinet’ begin installing package ‘graphsim’ begin installing package ‘multiplex’ * installing *source* package ‘r2r’ ... ** this is package ‘r2r’ version ‘0.1.2’ ** package ‘r2r’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (r2r) * installing *source* package ‘perturbR’ ... ** this is package ‘perturbR’ version ‘0.1.3’ ** package ‘perturbR’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (perturbR) * installing *source* package ‘graphsim’ ... ** this is package ‘graphsim’ version ‘1.0.4’ ** package ‘graphsim’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (graphsim) * installing *source* package ‘fdatest’ ... ** this is package ‘fdatest’ version ‘2.1.1’ ** package ‘fdatest’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fdatest) begin installing package ‘robin’ * installing *source* package ‘multiplex’ ... ** this is package ‘multiplex’ version ‘3.9’ ** package ‘multiplex’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (multiplex) * installing *source* package ‘robin’ ... ** this is package ‘robin’ version ‘2.0.0’ ** package ‘robin’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (robin) * installing *source* package ‘multinet’ ... ** this is package ‘multinet’ version ‘4.3’ ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-3) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZoOdWa/R.INSTALL1e94d648121119/multinet/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c r_functions.cpp -o r_functions.o r_functions.cpp: In function ‘RMLNetwork growMultiplex(size_t, long int, const Rcpp::GenericVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const Rcpp::NumericMatrix&)’: r_functions.cpp:151:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 151 | if (dependency.nrow()!=num_layers || dependency.ncol()!=num_layers || | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:151:59: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 151 | if (dependency.nrow()!=num_layers || dependency.ncol()!=num_layers || | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:152:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 152 | pr_internal_event.size()!=num_layers || pr_external_event.size()!=num_layers) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:152:77: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 152 | pr_internal_event.size()!=num_layers || pr_external_event.size()!=num_layers) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:159:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 159 | for (size_t i=0; i >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 1847 | if (vertices.size() != values.size() && values.size()!=1) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:1915:26: warning: comparison of integer expressions of different signedness: ‘std::vector >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 1915 | if (edges.size() != values.size() && values.size()!=1) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp: In function ‘Rcpp::List to_list(const Rcpp::DataFrame&, const RMLNetwork&)’: r_functions.cpp:3291:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 3291 | for (size_t i=0; isize()) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:3378:28: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 3378 | else if (w_inter.size()==layers->size()) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:3399:28: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 3399 | else if (gravity.size()==layers->size()) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from src/community/mlcpm.hpp:22, from r_functions.cpp:12: src/community/mlcpm.ipp: In instantiation of ‘std::unique_ptr > uu::net::mlcpm(const M*, size_t, size_t) [with M = MultilayerNetwork; size_t = long unsigned int]’: r_functions.cpp:3120:28: required from here 3120 | auto com_struct = mlcpm(mnet, k, m); | ~~~~~^~~~~~~~~~~~ src/community/mlcpm.ipp:63:20: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 63 | result->add(std::move(c->to_community())); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/mlcpm.ipp:63:20: note: remove ‘std::move’ call In file included from src/community/modularity.hpp:47, from r_functions.cpp:13: src/community/modularity.ipp: In instantiation of ‘double uu::net::modularity(const M*, const COMM*, double) [with M = MultilayerNetwork; COMM = CommunityStructure]’: r_functions.cpp:3234:31: required from here 3234 | return uu::net::modularity(mnet, communities.get(), omega); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/modularity.ipp:149:15: warning: unused variable ‘actor’ [-Wunused-variable] 149 | for (auto actor: *mnet->actors()) | ^~~~~ In file included from src/community/abacus.ipp:10, from src/community/abacus.hpp:30, from r_functions.cpp:8: src/community/_impl/PillarCommunity.hpp: In instantiation of ‘std::unique_ptr > uu::net::to_vertex_layer_community_structure(const std::set > >&) [with M = MultilayerNetwork]’: src/community/abacus.ipp:36:47: required from ‘std::unique_ptr > uu::net::abacus(const M*, int, int) [with M = MultilayerNetwork]’ 36 | return to_vertex_layer_community_structure(com); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ r_functions.cpp:3173:38: required from here 3173 | auto com_struct = uu::net::abacus(mnet, min_actors, min_layers); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/_impl/PillarCommunity.hpp:99:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 99 | res->add(std::move(to_vertex_layer_community(c.get()))); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/_impl/PillarCommunity.hpp:99:17: note: remove ‘std::move’ call In file included from /usr/include/c++/15/string:56, from /usr/include/c++/15/bits/locale_classes.h:42, from /usr/include/c++/15/bits/ios_base.h:43, from /usr/include/c++/15/ios:46, from /usr/include/c++/15/istream:42, from /usr/include/c++/15/sstream:42, from r_functions.cpp:1: In member function ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size() const [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’, inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length() const [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ at /usr/include/c++/15/bits/basic_string.h:1176:20, inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ at /usr/include/c++/15/bits/basic_string.h:617:20, inlined from ‘Rcpp::internal::generic_name_proxy::generic_name_proxy(VECTOR&, const std::string&) [with int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/vector/proxy.h:141:15, inlined from ‘Rcpp::Vector::NameProxy Rcpp::Vector::operator[](const std::string&) [with int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/vector/Vector.h:363:39, inlined from ‘Rcpp::DataFrame getValues(const RMLNetwork&, const std::string&, const Rcpp::DataFrame&, const Rcpp::DataFrame&, const Rcpp::DataFrame&)’ at r_functions.cpp:1733:26: /usr/include/c++/15/bits/basic_string.h:1165:19: warning: ‘att’ may be used uninitialized [-Wmaybe-uninitialized] 1165 | size_type __sz = _M_string_length; | ^~~~ r_functions.cpp: In function ‘Rcpp::DataFrame getValues(const RMLNetwork&, const std::string&, const Rcpp::DataFrame&, const Rcpp::DataFrame&, const Rcpp::DataFrame&)’: r_functions.cpp:1614:36: note: ‘att’ was declared here 1614 | const uu::core::Attribute* att; | ^~~ In member function ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size() const [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’, inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length() const [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ at /usr/include/c++/15/bits/basic_string.h:1176:20, inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ at /usr/include/c++/15/bits/basic_string.h:617:20, inlined from ‘Rcpp::internal::generic_name_proxy::generic_name_proxy(VECTOR&, const std::string&) [with int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/vector/proxy.h:141:15, inlined from ‘Rcpp::Vector::NameProxy Rcpp::Vector::operator[](const std::string&) [with int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include/Rcpp/vector/Vector.h:363:39, inlined from ‘Rcpp::DataFrame getValues(const RMLNetwork&, const std::string&, const Rcpp::DataFrame&, const Rcpp::DataFrame&, const Rcpp::DataFrame&)’ at r_functions.cpp:1600:26: /usr/include/c++/15/bits/basic_string.h:1165:19: warning: ‘att’ may be used uninitialized [-Wmaybe-uninitialized] 1165 | size_type __sz = _M_string_length; | ^~~~ r_functions.cpp: In function ‘Rcpp::DataFrame getValues(const RMLNetwork&, const std::string&, const Rcpp::DataFrame&, const Rcpp::DataFrame&, const Rcpp::DataFrame&)’: r_functions.cpp:1518:36: note: ‘att’ was declared here 1518 | const uu::core::Attribute* att; | ^~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c rcpp_module_definition.cpp -o rcpp_module_definition.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c rcpp_utils.cpp -o rcpp_utils.o rcpp_utils.cpp: In function ‘std::vector > resolve_const_vertices(const uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)’: rcpp_utils.cpp:237:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 237 | for (int i=0; i > resolve_vertices(uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)’: rcpp_utils.cpp:278:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 278 | for (int i=0; i > resolve_const_edges(const uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)’: rcpp_utils.cpp:322:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 322 | for (int i=0; i > resolve_edges(uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)’: rcpp_utils.cpp:398:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 398 | for (int i=0; i > to_communities(const Rcpp::DataFrame&, const uu::net::MultilayerNetwork*)’: rcpp_utils.cpp:541:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 541 | for (size_t i=0; i::__cast(const std::chrono::duration<_Rep, _Period>&) [with _Rep = long double; _Period = std::ratio<1>; _ToDur = std::chrono::duration; _CF = std::ratio<1>; _CR = long double]’, inlined from ‘constexpr std::chrono::__enable_if_is_duration<_ToDur> std::chrono::duration_cast(const duration<_Rep, _Period>&) [with _ToDur = duration; _Rep = long double; _Period = std::ratio<1>]’ at /usr/include/c++/15/bits/chrono.h:293:23, inlined from ‘constexpr std::chrono::__enable_if_is_duration<_ToDur> std::chrono::floor(const duration<_Rep, _Period>&) [with _ToDur = duration; _Rep = long double; _Period = std::ratio<1>]’ at /usr/include/c++/15/bits/chrono.h:394:43, inlined from ‘constexpr std::enable_if_t<((bool)std::__and_, std::__not_ > >::value), _ToDur> std::chrono::round(const duration<_Rep, _Period>&) [with _ToDur = duration; _Rep = long double; _Period = std::ratio<1>]’ at /usr/include/c++/15/bits/chrono.h:439:37, inlined from ‘std::basic_istream<_CharT, _Traits>& date::from_stream(std::basic_istream<_CharT, _Traits>&, const CharT*, fields&, std::__cxx11::basic_string*, std::chrono::minutes*) [with CharT = char; Traits = std::char_traits; Duration = std::chrono::duration; Alloc = std::allocator]’ at src/core/attributes/date.hpp:8216:36: /usr/include/c++/15/bits/chrono.h:205:27: warning: ‘S’ may be used uninitialized [-Wmaybe-uninitialized] 205 | return _ToDur(static_cast<__to_rep>(__d.count())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/attributes/Time.hpp:18: src/core/attributes/date.hpp: In function ‘std::basic_istream<_CharT, _Traits>& date::from_stream(std::basic_istream<_CharT, _Traits>&, const CharT*, fields&, std::__cxx11::basic_string*, std::chrono::minutes*) [with CharT = char; Traits = std::char_traits; Duration = std::chrono::duration; Alloc = std::allocator]’: src/core/attributes/date.hpp:8214:37: note: ‘S’ was declared here 8214 | long double S; | ^ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/core/attributes/AttributeType.cpp -o src/core/attributes/AttributeType.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/core/attributes/Time.cpp -o src/core/attributes/Time.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/core/observers/ObserverStore.cpp -o src/core/observers/ObserverStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/generation/communities.cpp -o src/generation/communities.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/generation/erdos_renyi.cpp -o src/generation/erdos_renyi.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/generation/standard_graphs.cpp -o src/generation/standard_graphs.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/_impl/parser/mlpass2/parser.cpp -o src/io/_impl/parser/mlpass2/parser.o In file included from boost/boost/fusion/support/tag_of.hpp:17, from boost/boost/fusion/support/category_of.hpp:11, from boost/boost/spirit/home/x3/support/traits/container_traits.hpp:12, from boost/boost/spirit/home/x3/auxiliary/any_parser.hpp:15, from boost/boost/spirit/home/x3/auxiliary.hpp:11, from boost/boost/spirit/home/x3.hpp:62, from src/io/_impl/parser/mlpass2/actions.hpp:5, from src/io/_impl/parser/mlpass2/parser.hpp:4, from src/io/_impl/parser/mlpass2/parser.cpp:1: boost/boost/mpl/assert.hpp:225:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses] 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ boost/boost/mpl/assert.hpp:225:21: note: remove parentheses 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ | - 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ | - boost/boost/mpl/assert.hpp:230:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses] 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ boost/boost/mpl/assert.hpp:230:21: note: remove parentheses 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | - 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ | - In file included from src/io/_impl/parser/mlpass2/parser.hpp:5: src/io/_impl/parser/mlpass2/grammar.hpp:268:29: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 268 | +(alnum | blank | punct - ',') | ~~~~~~^~~~~ src/io/_impl/parser/mlpass2/grammar.hpp:274:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 274 | x3::no_skip[+(alnum | blank | punct - ',' - '"')] | ~~~~~~~~~~~~^~~~~ src/io/_impl/parser/mlpass2/grammar.hpp:276:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 276 | x3::no_skip['"' > +(alnum | blank | punct - '"') > '"'] | ~~~~~~^~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/_impl/parser/mlpass1/utility_functions.cpp -o src/io/_impl/parser/mlpass1/utility_functions.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/_impl/parser/mlpass1/parser.cpp -o src/io/_impl/parser/mlpass1/parser.o In file included from boost/boost/fusion/support/tag_of.hpp:17, from boost/boost/fusion/support/category_of.hpp:11, from boost/boost/spirit/home/x3/support/traits/container_traits.hpp:12, from boost/boost/spirit/home/x3/auxiliary/any_parser.hpp:15, from boost/boost/spirit/home/x3/auxiliary.hpp:11, from boost/boost/spirit/home/x3.hpp:62, from src/io/_impl/parser/mlpass1/actions.hpp:5, from src/io/_impl/parser/mlpass1/parser.hpp:4, from src/io/_impl/parser/mlpass1/parser.cpp:1: boost/boost/mpl/assert.hpp:225:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses] 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ boost/boost/mpl/assert.hpp:225:21: note: remove parentheses 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ | - 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ | - boost/boost/mpl/assert.hpp:230:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses] 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ boost/boost/mpl/assert.hpp:230:21: note: remove parentheses 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | - 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ | - In file included from src/io/_impl/parser/mlpass1/parser.hpp:5: src/io/_impl/parser/mlpass1/grammar.hpp:267:29: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 267 | +(alnum | blank | punct - ',') | ~~~~~~^~~~~ src/io/_impl/parser/mlpass1/grammar.hpp:273:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 273 | x3::no_skip[+(alnum | blank | punct - ',' - '"')] | ~~~~~~~~~~~~^~~~~ src/io/_impl/parser/mlpass1/grammar.hpp:275:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 275 | x3::no_skip['"' > +(alnum | blank | punct - '"') > '"'] | ~~~~~~^~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/_impl/read_common.cpp -o src/io/_impl/read_common.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/_impl/GraphIOFileSection.cpp -o src/io/_impl/GraphIOFileSection.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/read_network.cpp -o src/io/read_network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/write_multilayer_network.cpp -o src/io/write_multilayer_network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/read_probabilistic_network.cpp -o src/io/read_probabilistic_network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/read_weighted_network.cpp -o src/io/read_weighted_network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/read_multilayer_network.cpp -o src/io/read_multilayer_network.o In file included from boost/boost/fusion/support/tag_of.hpp:17, from boost/boost/fusion/support/category_of.hpp:11, from boost/boost/spirit/home/x3/support/traits/container_traits.hpp:12, from boost/boost/spirit/home/x3/auxiliary/any_parser.hpp:15, from boost/boost/spirit/home/x3/auxiliary.hpp:11, from boost/boost/spirit/home/x3.hpp:62, from src/io/_impl/parser/mlpass1/actions.hpp:5, from src/io/_impl/parser/mlpass1/parser.hpp:4, from src/io/read_multilayer_network.cpp:6: boost/boost/mpl/assert.hpp:225:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses] 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ boost/boost/mpl/assert.hpp:225:21: note: remove parentheses 225 | failed ************ (Pred::************ | ^~~~~~~~~~~~~~~~~~~ | - 226 | assert_arg( void (*)(Pred), typename assert_arg_pred::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ); | ~ | - boost/boost/mpl/assert.hpp:230:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses] 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ boost/boost/mpl/assert.hpp:230:21: note: remove parentheses 230 | failed ************ (boost::mpl::not_::************ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | - 231 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not::type ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | ); | ~ | - In file included from src/io/_impl/parser/mlpass1/parser.hpp:5: src/io/_impl/parser/mlpass1/grammar.hpp:267:29: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 267 | +(alnum | blank | punct - ',') | ~~~~~~^~~~~ src/io/_impl/parser/mlpass1/grammar.hpp:273:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 273 | x3::no_skip[+(alnum | blank | punct - ',' - '"')] | ~~~~~~~~~~~~^~~~~ src/io/_impl/parser/mlpass1/grammar.hpp:275:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 275 | x3::no_skip['"' > +(alnum | blank | punct - '"') > '"'] | ~~~~~~^~~~~ In file included from src/io/_impl/parser/mlpass2/parser.hpp:5, from src/io/read_multilayer_network.cpp:7: src/io/_impl/parser/mlpass2/grammar.hpp:268:29: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 268 | +(alnum | blank | punct - ',') | ~~~~~~^~~~~ src/io/_impl/parser/mlpass2/grammar.hpp:274:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 274 | x3::no_skip[+(alnum | blank | punct - ',' - '"')] | ~~~~~~~~~~~~^~~~~ src/io/_impl/parser/mlpass2/grammar.hpp:276:47: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 276 | x3::no_skip['"' > +(alnum | blank | punct - '"') > '"'] | ~~~~~~^~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/io/read_temporal_network.cpp -o src/io/read_temporal_network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/layout/multiforce.cpp -o src/layout/multiforce.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/MultilayerNetwork.cpp -o src/networks/MultilayerNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/Network.cpp -o src/networks/Network.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/LayerStore.cpp -o src/networks/_impl/stores/LayerStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/MLECubeStore.cpp -o src/networks/_impl/stores/MLECubeStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/VertexStore.cpp -o src/networks/_impl/stores/VertexStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/SimpleEdgeStore.cpp -o src/networks/_impl/stores/SimpleEdgeStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/MultiEdgeStore.cpp -o src/networks/_impl/stores/MultiEdgeStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/stores/EdgeStore.cpp -o src/networks/_impl/stores/EdgeStore.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/observers/CheckVerticesExistObserver.cpp -o src/networks/_impl/observers/CheckVerticesExistObserver.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/_impl/observers/NoLoopCheckObserver2.cpp -o src/networks/_impl/observers/NoLoopCheckObserver2.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/OrderedMultiplexNetwork.cpp -o src/networks/OrderedMultiplexNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/MultiNetwork.cpp -o src/networks/MultiNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/weight.cpp -o src/networks/weight.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/probability.cpp -o src/networks/probability.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/networks/time.cpp -o src/networks/time.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Dyad.cpp -o src/objects/Dyad.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Walk.cpp -o src/objects/Walk.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Triad.cpp -o src/objects/Triad.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Path.cpp -o src/objects/Path.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/MLVertex.cpp -o src/objects/MLVertex.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Trail.cpp -o src/objects/Trail.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Vertex.cpp -o src/objects/Vertex.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/objects/Edge.cpp -o src/objects/Edge.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/MECube.cpp -o src/olap/MECube.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/indexing.cpp -o src/olap/indexing.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/VCube.cpp -o src/olap/VCube.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/sel/Indexes.cpp -o src/olap/sel/Indexes.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/sel/Range.cpp -o src/olap/sel/Range.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/sel/Set.cpp -o src/olap/sel/Set.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/sel/All.cpp -o src/olap/sel/All.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/sel/IndexIterator.cpp -o src/olap/sel/IndexIterator.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/ECube.cpp -o src/olap/ECube.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/olap/time.cpp -o src/olap/time.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/operations/slice.cpp -o src/operations/slice.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/operations/sample.cpp -o src/operations/sample.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c src/utils/summary.cpp -o src/utils/summary.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/Network.cpp -o infomap/infomap/Network.o infomap/infomap/Network.cpp: In member function ‘void infomap::Network::printParsingResult(bool)’: infomap/infomap/Network.cpp:1259:18: warning: unused variable ‘numNodesIgnored’ [-Wunused-variable] 1259 | unsigned int numNodesIgnored = m_numNodesFound - m_numNodes; | ^~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/FlowNetwork.cpp -o infomap/infomap/FlowNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/Node.cpp -o infomap/infomap/Node.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/TreeData.cpp -o infomap/infomap/TreeData.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/InfomapContext.cpp -o infomap/infomap/InfomapContext.o In file included from infomap/infomap/InfomapGreedyTypeSpecialized.h:31, from infomap/infomap/InfomapContext.cpp:30: infomap/infomap/InfomapGreedyCommon.h:1022: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas] 1022 | #pragma omp parallel for schedule(dynamic) // Use dynamic scheduling as some threads could end early infomap/infomap/InfomapGreedyCommon.h:1184: warning: ignoring ‘#pragma omp critical’ [-Wunknown-pragmas] 1184 | #pragma omp critical (moveUpdate) g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/NetworkAdapter.cpp -o infomap/infomap/NetworkAdapter.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/MultiplexNetwork.cpp -o infomap/infomap/MultiplexNetwork.o infomap/infomap/MultiplexNetwork.cpp: In member function ‘std::map::const_iterator* infomap::MultiplexNetwork::getUndirLinkItPtr(std::vector >, std::_Rb_tree_const_iterator > > >&)’: infomap/infomap/MultiplexNetwork.cpp:1090:12: warning: ‘linkIt’ may be used uninitialized [-Wmaybe-uninitialized] 1090 | return linkIt; | ^~~~~~ infomap/infomap/MultiplexNetwork.cpp:1068:35: note: ‘linkIt’ was declared here 1068 | IntraLinkMap::const_iterator *linkIt; | ^~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/MemoryNetworkAdapter.cpp -o infomap/infomap/MemoryNetworkAdapter.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/MemNetwork.cpp -o infomap/infomap/MemNetwork.o infomap/infomap/MemNetwork.cpp: In member function ‘void infomap::MemNetwork::simulateMemoryToIncompleteData()’: infomap/infomap/MemNetwork.cpp:525:18: warning: unused variable ‘numStateLinksBefore’ [-Wunused-variable] 525 | unsigned int numStateLinksBefore = m_numStateLinks; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/MemNetwork.cpp:528:18: warning: unused variable ‘numAggregatedLinksBefore’ [-Wunused-variable] 528 | unsigned int numAggregatedLinksBefore = m_numAggregatedStateLinks; | ^~~~~~~~~~~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/MemFlowNetwork.cpp -o infomap/infomap/MemFlowNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/infomap/InfomapBase.cpp -o infomap/infomap/InfomapBase.o infomap/infomap/InfomapBase.cpp:1109:8: warning: multi-line comment [-Wcomment] 1109 | //Log(0,1) << hideIf(!acceptSolution) << ((hierarchicalCodelength - workingHierarchicalCodelength) \ | ^ infomap/infomap/InfomapBase.cpp:1949: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas] 1949 | #pragma omp parallel for schedule(dynamic) infomap/infomap/InfomapBase.cpp: In member function ‘void infomap::InfomapBase::run(infomap::HierarchicalNetwork&)’: infomap/infomap/InfomapBase.cpp:329:28: warning: unused variable ‘s’ [-Wunused-variable] 329 | PerIterationStats& s = m_iterationStats[i]; | ^ infomap/infomap/InfomapBase.cpp:372:22: warning: unused variable ‘numFields’ [-Wunused-variable] 372 | unsigned int numFields = 5 + ((2 + (m_config.isMemoryNetwork() ? 1 : 0)) * (m_config.twoLevel ? 1 : 2)); | ^~~~~~~~~ infomap/infomap/InfomapBase.cpp:376:16: warning: unused variable ‘secondsMin’ [-Wunused-variable] 376 | double secondsMin = m_iterationStats[0].seconds; | ^~~~~~~~~~ infomap/infomap/InfomapBase.cpp:377:16: warning: unused variable ‘secondsMax’ [-Wunused-variable] 377 | double secondsMax = m_iterationStats[iLast].seconds; | ^~~~~~~~~~ infomap/infomap/InfomapBase.cpp:378:16: warning: unused variable ‘secondsMedian’ [-Wunused-variable] 378 | double secondsMedian = m_iterationStats[numTrials / 2].seconds; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:379:16: warning: unused variable ‘secondsAverage’ [-Wunused-variable] 379 | double secondsAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:383:22: warning: unused variable ‘numTopModulesMin’ [-Wunused-variable] 383 | unsigned int numTopModulesMin = m_iterationStats[0].numTopModules; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:384:22: warning: unused variable ‘numTopModulesMax’ [-Wunused-variable] 384 | unsigned int numTopModulesMax = m_iterationStats[iLast].numTopModules; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:385:22: warning: unused variable ‘numTopModulesMedian’ [-Wunused-variable] 385 | unsigned int numTopModulesMedian = m_iterationStats[numTrials / 2].numTopModules; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:386:16: warning: unused variable ‘numTopModulesAverage’ [-Wunused-variable] 386 | double numTopModulesAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:390:16: warning: unused variable ‘topPerplexityMin’ [-Wunused-variable] 390 | double topPerplexityMin = m_iterationStats[0].topPerplexity; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:391:16: warning: unused variable ‘topPerplexityMax’ [-Wunused-variable] 391 | double topPerplexityMax = m_iterationStats[iLast].topPerplexity; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:392:16: warning: unused variable ‘topPerplexityMedian’ [-Wunused-variable] 392 | double topPerplexityMedian = m_iterationStats[numTrials / 2].topPerplexity; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:393:16: warning: unused variable ‘topPerplexityAverage’ [-Wunused-variable] 393 | double topPerplexityAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:397:16: warning: unused variable ‘topOverlapMin’ [-Wunused-variable] 397 | double topOverlapMin = m_iterationStats[0].topOverlap; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:398:16: warning: unused variable ‘topOverlapMax’ [-Wunused-variable] 398 | double topOverlapMax = m_iterationStats[iLast].topOverlap; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:399:16: warning: unused variable ‘topOverlapMedian’ [-Wunused-variable] 399 | double topOverlapMedian = m_iterationStats[numTrials / 2].topOverlap; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:400:16: warning: unused variable ‘topOverlapAverage’ [-Wunused-variable] 400 | double topOverlapAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:404:22: warning: unused variable ‘numBottomModulesMin’ [-Wunused-variable] 404 | unsigned int numBottomModulesMin = m_iterationStats[0].numBottomModules; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:405:22: warning: unused variable ‘numBottomModulesMax’ [-Wunused-variable] 405 | unsigned int numBottomModulesMax = m_iterationStats[iLast].numBottomModules; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:406:22: warning: unused variable ‘numBottomModulesMedian’ [-Wunused-variable] 406 | unsigned int numBottomModulesMedian = m_iterationStats[numTrials / 2].numBottomModules; | ^~~~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:407:16: warning: unused variable ‘numBottomModulesAverage’ [-Wunused-variable] 407 | double numBottomModulesAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:411:16: warning: unused variable ‘bottomPerplexityMin’ [-Wunused-variable] 411 | double bottomPerplexityMin = m_iterationStats[0].bottomPerplexity; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:412:16: warning: unused variable ‘bottomPerplexityMax’ [-Wunused-variable] 412 | double bottomPerplexityMax = m_iterationStats[iLast].bottomPerplexity; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:413:16: warning: unused variable ‘bottomPerplexityMedian’ [-Wunused-variable] 413 | double bottomPerplexityMedian = m_iterationStats[numTrials / 2].bottomPerplexity; | ^~~~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:414:16: warning: unused variable ‘bottomPerplexityAverage’ [-Wunused-variable] 414 | double bottomPerplexityAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:418:16: warning: unused variable ‘bottomOverlapMin’ [-Wunused-variable] 418 | double bottomOverlapMin = m_iterationStats[0].bottomOverlap; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:419:16: warning: unused variable ‘bottomOverlapMax’ [-Wunused-variable] 419 | double bottomOverlapMax = m_iterationStats[iLast].bottomOverlap; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:420:16: warning: unused variable ‘bottomOverlapMedian’ [-Wunused-variable] 420 | double bottomOverlapMedian = m_iterationStats[numTrials / 2].bottomOverlap; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:421:16: warning: unused variable ‘bottomOverlapAverage’ [-Wunused-variable] 421 | double bottomOverlapAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:425:22: warning: unused variable ‘maxDepthMin’ [-Wunused-variable] 425 | unsigned int maxDepthMin = m_iterationStats[0].maxDepth; | ^~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:426:22: warning: unused variable ‘maxDepthMax’ [-Wunused-variable] 426 | unsigned int maxDepthMax = m_iterationStats[iLast].maxDepth; | ^~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:427:22: warning: unused variable ‘maxDepthMedian’ [-Wunused-variable] 427 | unsigned int maxDepthMedian = m_iterationStats[numTrials / 2].maxDepth; | ^~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:428:16: warning: unused variable ‘maxDepthAverage’ [-Wunused-variable] 428 | double maxDepthAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:432:16: warning: unused variable ‘weightedDepthMin’ [-Wunused-variable] 432 | double weightedDepthMin = m_iterationStats[0].weightedDepth; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:433:16: warning: unused variable ‘weightedDepthMax’ [-Wunused-variable] 433 | double weightedDepthMax = m_iterationStats[iLast].weightedDepth; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:434:16: warning: unused variable ‘weightedDepthMedian’ [-Wunused-variable] 434 | double weightedDepthMedian = m_iterationStats[numTrials / 2].weightedDepth; | ^~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:435:16: warning: unused variable ‘weightedDepthAverage’ [-Wunused-variable] 435 | double weightedDepthAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:439:16: warning: unused variable ‘codelengthMin’ [-Wunused-variable] 439 | double codelengthMin = m_iterationStats[0].codelength; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:440:16: warning: unused variable ‘codelengthMax’ [-Wunused-variable] 440 | double codelengthMax = m_iterationStats[iLast].codelength; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:441:16: warning: unused variable ‘codelengthMedian’ [-Wunused-variable] 441 | double codelengthMedian = m_iterationStats[numTrials / 2].codelength; | ^~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:442:16: warning: unused variable ‘codelengthAverage’ [-Wunused-variable] 442 | double codelengthAverage = std::accumulate(m_iterationStats.begin(), | ^~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:128:18: warning: variable ‘bestNumLevels’ set but not used [-Wunused-but-set-variable] 128 | unsigned int bestNumLevels = 0; | ^~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:270:18: warning: unused variable ‘fieldWidth’ [-Wunused-variable] 270 | unsigned int fieldWidth = 16; | ^~~~~~~~~~ infomap/infomap/InfomapBase.cpp: In member function ‘unsigned int infomap::InfomapBase::findSuperModulesIterativelyFast(infomap::PartitionQueue&)’: infomap/infomap/InfomapBase.cpp:1096:22: warning: unused variable ‘numOptimizationLoops’ [-Wunused-variable] 1096 | unsigned int numOptimizationLoops = optimizeModules(); | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:1066:18: warning: unused variable ‘networkLevel’ [-Wunused-variable] 1066 | unsigned int networkLevel = 0; | ^~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp: In member function ‘void infomap::InfomapBase::partition(unsigned int, bool, bool)’: infomap/infomap/InfomapBase.cpp:1468:12: warning: variable ‘compression’ set but not used [-Wunused-but-set-variable] 1468 | double compression = (oldCodelength - codelength)/oldCodelength; | ^~~~~~~~~~~ infomap/infomap/InfomapBase.cpp: In member function ‘void infomap::InfomapBase::mergeAndConsolidateRepeatedly(bool, bool)’: infomap/infomap/InfomapBase.cpp:1597:22: warning: unused variable ‘numFastLoops’ [-Wunused-variable] 1597 | unsigned int numFastLoops = optimizeModulesCrude(); | ^~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp:1623:18: warning: variable ‘numOptimizationLoops’ set but not used [-Wunused-but-set-variable] 1623 | unsigned int numOptimizationLoops = optimizeModules(); | ^~~~~~~~~~~~~~~~~~~~ infomap/infomap/InfomapBase.cpp: In member function ‘void infomap::InfomapBase::printNetworkData(infomap::HierarchicalNetwork&, std::string)’: infomap/infomap/InfomapBase.cpp:2627:14: warning: unused variable ‘writeEdges’ [-Wunused-variable] 2627 | bool writeEdges = m_config.printBinaryFlowTree || m_config.printFlowTree || m_config.printMap || m_externalOutput; | ^~~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/HierarchicalNetwork.cpp -o infomap/io/HierarchicalNetwork.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/TreeDataWriter.cpp -o infomap/io/TreeDataWriter.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/BipartiteClusterReader.cpp -o infomap/io/BipartiteClusterReader.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/version.cpp -o infomap/io/version.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/ClusterReader.cpp -o infomap/io/ClusterReader.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/io/ProgramInterface.cpp -o infomap/io/ProgramInterface.o infomap/io/ProgramInterface.cpp: In member function ‘void infomap::ProgramInterface::exitWithUsage(bool)’: infomap/io/ProgramInterface.cpp:128:32: warning: unused variable ‘numSpaces’ [-Wunused-variable] 128 | std::string::size_type numSpaces = maxLength + 3 - optionStrings[i].length(); | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/utils/FileURI.cpp -o infomap/utils/FileURI.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -fpic -g -O2 -Wall -pedantic -mtune=native -c infomap/utils/Logger.cpp -o infomap/utils/Logger.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o multinet.so RcppExports.o init.o r_functions.o rcpp_module_definition.o rcpp_utils.o src/community/_impl/common.o src/community/_impl/glouvain2_utils.o src/community/_impl/MetaNetwork.o src/community/_impl/GMetaNetwork.o src/community/_impl/louvain_utils.o src/community/optimize_slices.o src/core/arules/generate_subsets.o src/core/arules/bottom_up_search.o src/core/arules/join_itemsets.o src/core/arules/read_transactions.o src/core/arules/join_items.o src/core/arules/eclat.o src/core/arules/freq_itemset.o src/core/arules/intersect_tids.o src/core/objects/Object.o src/core/utils/random.o src/core/utils/NameIterator.o src/core/utils/string.o src/core/utils/CSVReader.o src/core/utils/vector.o src/core/exceptions/NullPtrException.o src/core/exceptions/FileNotFoundException.o src/core/exceptions/assert_not_null.o src/core/exceptions/DuplicateElementException.o src/core/exceptions/ExternalLibException.o src/core/exceptions/ElementNotFoundException.o src/core/exceptions/OutOfBoundsException.o src/core/exceptions/OperationNotSupportedException.o src/core/exceptions/WrongParameterException.o src/core/exceptions/WrongFormatException.o src/core/attributes/Text.o src/core/attributes/Attribute.o src/core/attributes/conversion.o src/core/attributes/AttributeType.o src/core/attributes/Time.o src/core/observers/ObserverStore.o src/generation/communities.o src/generation/erdos_renyi.o src/generation/standard_graphs.o src/io/_impl/parser/mlpass2/parser.o src/io/_impl/parser/mlpass1/utility_functions.o src/io/_impl/parser/mlpass1/parser.o src/io/_impl/read_common.o src/io/_impl/GraphIOFileSection.o src/io/read_network.o src/io/write_multilayer_network.o src/io/read_probabilistic_network.o src/io/read_weighted_network.o src/io/read_multilayer_network.o src/io/read_temporal_network.o src/layout/multiforce.o src/networks/MultilayerNetwork.o src/networks/Network.o src/networks/_impl/stores/LayerStore.o src/networks/_impl/stores/MLECubeStore.o src/networks/_impl/stores/VertexStore.o src/networks/_impl/stores/SimpleEdgeStore.o src/networks/_impl/stores/MultiEdgeStore.o src/networks/_impl/stores/EdgeStore.o src/networks/_impl/observers/CheckVerticesExistObserver.o src/networks/_impl/observers/NoLoopCheckObserver2.o src/networks/OrderedMultiplexNetwork.o src/networks/MultiNetwork.o src/networks/weight.o src/networks/probability.o src/networks/time.o src/objects/Dyad.o src/objects/Walk.o src/objects/Triad.o src/objects/Path.o src/objects/MLVertex.o src/objects/Trail.o src/objects/Vertex.o src/objects/Edge.o src/olap/MECube.o src/olap/indexing.o src/olap/VCube.o src/olap/sel/Indexes.o src/olap/sel/Range.o src/olap/sel/Set.o src/olap/sel/All.o src/olap/sel/IndexIterator.o src/olap/ECube.o src/olap/time.o src/operations/slice.o src/operations/sample.o src/utils/summary.o infomap/infomap/Network.o infomap/infomap/FlowNetwork.o infomap/infomap/Node.o infomap/infomap/TreeData.o infomap/infomap/InfomapContext.o infomap/infomap/NetworkAdapter.o infomap/infomap/MultiplexNetwork.o infomap/infomap/MemoryNetworkAdapter.o infomap/infomap/MemNetwork.o infomap/infomap/MemFlowNetwork.o infomap/infomap/InfomapBase.o infomap/io/HierarchicalNetwork.o infomap/io/TreeDataWriter.o infomap/io/BipartiteClusterReader.o infomap/io/version.o infomap/io/ClusterReader.o infomap/io/ProgramInterface.o infomap/utils/FileURI.o infomap/utils/Logger.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZoOdWa/R.INSTALL1e94d648121119/multinet/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-multinet/00new/multinet/libs ** R ** inst ** 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 (multinet) checking multinet_4.3.tar.gz ... checking INetTool_0.1.1.tar.gz ... checking leiden_0.4.3.1.tar.gz ... Depends: Package: multinet Depends: igraph (>= 1.2), Rcpp (>= 1.0), methods, RColorBrewer LinkingTo: Rcpp Timings: user system elapsed multinet 442.673 25.091 473.988 Results: Check status summary: OK Source packages 1 Reverse depends 2 Check results summary: multinet ... OK rdepends_INetTool ... OK rdepends_leiden ... OK Check results changes: Package: leiden Check: CRAN incoming feasibility Old result: NOTE