* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘spatgraphs’ ... ** package ‘spatgraphs’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpboy6pJ/R.INSTALL17a01d417f09c0/spatgraphs/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Graph.cpp -o Graph.o Graph.cpp: In member function ‘void Graph::sg_geometric(double)’: Graph.cpp:96:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 96 | for(i=0;i<(pp->size()-1);i++) | ^~~ Graph.cpp:105:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 105 | if(dbg)Rprintf(" Ok."); | ^~ Graph.cpp: In member function ‘void Graph::sg_mass_geometric()’: Graph.cpp:197:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 197 | for(i=0;isize();i++) | ^~~ Graph.cpp:208:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 208 | if(dbg)Rprintf(" Ok."); | ^~ Graph.cpp: In member function ‘void Graph::sg_markcross()’: Graph.cpp:307:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 307 | for(i=0;i<(pp->size()-1);i++) | ^~~ Graph.cpp:316:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 316 | if(dbg)Rprintf(" Ok."); | ^~ Graph.cpp: In member function ‘void Graph::sg_SIG()’: Graph.cpp:330:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 330 | for(j=0;jsize();j++) | ^~~ Graph.cpp:332:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 332 | pars.at(i)=dist; | ^~~~ Graph.cpp: In member function ‘void Graph::sg_RNG()’: Graph.cpp:399:11: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 399 | if(pp->getDist(&i,&k) < pp->getDist(&i, &j)) | ^~ Graph.cpp:402:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 402 | if(isempty) | ^~ Graph.cpp: In member function ‘void Graph::sg_sub_RNG()’: Graph.cpp:423:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 423 | for(l=0; l < edges.at(i).size(); l++){ | ~~^~~~~~~~~~~~~~~~~~~~ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Pp.cpp -o Pp.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cut.cpp -o cut.o cut.cpp: In function ‘Rcpp::List cut_c(Rcpp::List, Rcpp::NumericMatrix, double)’: cut.cpp:17:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 17 | for(j=0; j < onode.size(); j++) { | ~~^~~~~~~~~~~~~~ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c prune.cpp -o prune.o prune.cpp: In function ‘Rcpp::List prune_c(Rcpp::List, int, int)’: prune.cpp:56:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 56 | for(i=0; i < (int)nodelist.at(next-1).size();i++) | ^~~ prune.cpp:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 59 | nodelist.at(next-1).swap(*pnode); | ^~~~~~~~ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c remove_nodes.cpp -o remove_nodes.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c spatcluster.cpp -o spatcluster.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c spatgraph.cpp -o spatgraph.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o spatgraphs.so Graph.o Pp.o RcppExports.o cut.o prune.o remove_nodes.o spatcluster.o spatgraph.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpboy6pJ/R.INSTALL17a01d417f09c0/spatgraphs/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpboy6pJ/R.INSTALL17a01d417f09c0/spatgraphs/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpboy6pJ/R.INSTALL17a01d417f09c0/spatgraphs/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-spatgraphs/00new/spatgraphs/libs ** R ** 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 * creating tarball packaged installation of ‘spatgraphs’ as ‘spatgraphs_3.4_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (spatgraphs)