* installing *source* package 'networkABC' ... ** package 'networkABC' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpIZcrar/R.INSTALL2481c7d410dd/networkABC/src' gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c R_init_networkABC.c -o R_init_networkABC.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c abc_R.c -o abc_R.o abc_R.c: In function 'label_non_hubs': abc_R.c:554:46: warning: 'position' may be used uninitialized [-Wmaybe-uninitialized] 554 | if(graph->edges[nodes[position]][nodes[j]]!=0 || graph->edges[nodes[j]][nodes[position]]!=0) { | ^ abc_R.c:521:19: note: 'position' was declared here 521 | int i, j, position; //num_connections, removed definition due to warning: unused variable 'num_connections' [-Wunused-variable] | ^~~~~~~~ gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c graph.c -o graph.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c motif.c -o motif.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network_random_R.c -o network_random_R.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c pool.c -o pool.o pool.c: In function 'createMotif': pool.c:46:16: warning: 'graph' may be used uninitialized [-Wmaybe-uninitialized] 46 | return graph; | ^~~~~ pool.c:23:17: note: 'graph' was declared here 23 | Graph *graph; | ^~~~~ pool.c: In function 'createPool': pool.c:96:25: warning: 'graph' may be used uninitialized [-Wmaybe-uninitialized] 96 | if(graph->clustering_coefficientnumber_of_vertices>2) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pool.c:63:16: note: 'graph' was declared here 63 | Graph *graph; | ^~~~~ pool.c: In function 'createPoolof3Motifs': pool.c:160:25: warning: 'graph' may be used uninitialized [-Wmaybe-uninitialized] 160 | if(graph->clustering_coefficientnumber_of_vertices>2) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pool.c:119:16: note: 'graph' was declared here 119 | Graph *graph; | ^~~~~ gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o gcc -shared -s -static-libgcc -o networkABC.dll tmp.def R_init_networkABC.o abc_R.o graph.o motif.o network_random_R.o pool.o utils.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpIZcrar/R.INSTALL2481c7d410dd/networkABC/src' make[1]: Entering directory '/d/temp/RtmpIZcrar/R.INSTALL2481c7d410dd/networkABC/src' make[1]: Leaving directory '/d/temp/RtmpIZcrar/R.INSTALL2481c7d410dd/networkABC/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-networkABC/00new/networkABC/libs/x64 ** 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 * MD5 sums packaged installation of 'networkABC' as networkABC_0.8-1.zip * DONE (networkABC)