* installing *source* package 'spatstat.Knet' ...
** package 'spatstat.Knet' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpYLYtEV/R.INSTALLd718768f5e33/spatstat.Knet/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Knet.c -o Knet.o
In file included from Knet.c:23:
netKcode.h: In function 'extended_sh_path_tree_restricted':
netKcode.h:1937:23: warning: 'brk_pt2' may be used uninitialized [-Wmaybe-uninitialized]
 1937 |                 if(OK(graph_ins_edge)(gTree,adj_vertex,brk_pt2)!=0) return -1;
      |                       ^~~~~~~~~~~~~~
netKcode.h:1763:24: note: 'brk_pt2' was declared here
 1763 |              *brk_pt1,*brk_pt2,*brk_pt,
      |                        ^~~~~~~
netKcode.h:1913:21: warning: 'brk_pt1' may be used uninitialized [-Wmaybe-uninitialized]
 1913 |               if(OK(graph_ins_edge)(gTree,pth_vertex,brk_pt1)!=0) return -1;
      |                     ^~~~~~~~~~~~~~
netKcode.h:1763:15: note: 'brk_pt1' was declared here
 1763 |              *brk_pt1,*brk_pt2,*brk_pt,
      |               ^~~~~~~
netKcode.h: In function 'restricted_shortest_v2':
netKcode.h:2142:33: warning: 'adjlist' may be used uninitialized [-Wmaybe-uninitialized]
 2142 |       if(((PathVertex *)(adjlist->vertex))->d > Rmax){break;}
      |                         ~~~~~~~~^~~~~~~~~
netKcode.h:2052:32: note: 'adjlist' was declared here
 2052 |   AdjList                     *adjlist;
      |                                ^~~~~~~
In function 'copy_crash_list_v2',
    inlined from 'spTree_restricted_v1' at netKcode.h:2446:16:
netKcode.h:381:7: warning: 'adj_vertex' may be used uninitialized [-Wmaybe-uninitialized]
  381 |   int crash_no = copy_from->size;
      |       ^~~~~~~~
netKcode.h: In function 'spTree_restricted_v1':
netKcode.h:2354:27: note: 'adj_vertex' was declared here
 2354 |                          *adj_vertex;
      |                           ^~~~~~~~~~
netKcode.h:2453:19: warning: 'pth_vertex2' may be used uninitialized [-Wmaybe-uninitialized]
 2453 |       retval = OK(graph_ins_edge)(graphTree, pth_vertex2, adj_node);
      |                   ^~~~~~~~~~~~~~
netKcode.h:2352:27: note: 'pth_vertex2' was declared here
 2352 |                          *pth_vertex2,
      |                           ^~~~~~~~~~~
netKcode.h:2432:19: warning: 'adjlist' may be used uninitialized [-Wmaybe-uninitialized]
 2432 |       for (member = list_head(&adjlist->adjacent); member != NULL;
netKcode.h:2342:27: note: 'adjlist' was declared here
 2342 |     AdjList              *adjlist;
      |                           ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c KnetInhom.c -o KnetInhom.o
In file included from KnetInhom.c:28:
netKcode.h: In function 'I_extended_sh_path_tree_restricted':
netKcode.h:1937:23: warning: 'brk_pt2' may be used uninitialized [-Wmaybe-uninitialized]
 1937 |                 if(OK(graph_ins_edge)(gTree,adj_vertex,brk_pt2)!=0) return -1;
      |                       ^~~~~~~~~~~~~~
netKcode.h:1763:24: note: 'brk_pt2' was declared here
 1763 |              *brk_pt1,*brk_pt2,*brk_pt,
      |                        ^~~~~~~
netKcode.h:1913:21: warning: 'brk_pt1' may be used uninitialized [-Wmaybe-uninitialized]
 1913 |               if(OK(graph_ins_edge)(gTree,pth_vertex,brk_pt1)!=0) return -1;
      |                     ^~~~~~~~~~~~~~
netKcode.h:1763:15: note: 'brk_pt1' was declared here
 1763 |              *brk_pt1,*brk_pt2,*brk_pt,
      |               ^~~~~~~
netKcode.h: In function 'I_restricted_shortest_v2':
netKcode.h:2142:33: warning: 'adjlist' may be used uninitialized [-Wmaybe-uninitialized]
 2142 |       if(((PathVertex *)(adjlist->vertex))->d > Rmax){break;}
      |                         ~~~~~~~~^~~~~~~~~
netKcode.h:2052:32: note: 'adjlist' was declared here
 2052 |   AdjList                     *adjlist;
      |                                ^~~~~~~
In function 'I_copy_crash_list_v2',
    inlined from 'I_spTree_restricted_v1' at netKcode.h:2446:16:
netKcode.h:381:7: warning: 'adj_vertex' may be used uninitialized [-Wmaybe-uninitialized]
  381 |   int crash_no = copy_from->size;
      |       ^~~~~~~~
netKcode.h: In function 'I_spTree_restricted_v1':
netKcode.h:2354:27: note: 'adj_vertex' was declared here
 2354 |                          *adj_vertex;
      |                           ^~~~~~~~~~
netKcode.h:2453:19: warning: 'pth_vertex2' may be used uninitialized [-Wmaybe-uninitialized]
 2453 |       retval = OK(graph_ins_edge)(graphTree, pth_vertex2, adj_node);
      |                   ^~~~~~~~~~~~~~
netKcode.h:2352:27: note: 'pth_vertex2' was declared here
 2352 |                          *pth_vertex2,
      |                           ^~~~~~~~~~~
netKcode.h:2432:19: warning: 'adjlist' may be used uninitialized [-Wmaybe-uninitialized]
 2432 |       for (member = list_head(&adjlist->adjacent); member != NULL;
netKcode.h:2342:27: note: 'adjlist' was declared here
 2342 |     AdjList              *adjlist;
      |                           ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netbase.c -o netbase.o
In file included from netbase.c:12:
networkdef.h: In function 'graph_rem_vertex':
networkdef.h:50:38: warning: 'temp' may be used uninitialized [-Wmaybe-uninitialized]
   50 | #define list_data(element) ((element)->data)
      |                                      ^~
netbase.c:501:31: note: 'temp' was declared here
  501 |                              *temp,
      |                               ^~~~
netbase.c: In function 'delete_vertex_from_graph':
netbase.c:1165:14: warning: 'pth_vertex' may be used uninitialized [-Wmaybe-uninitialized]
 1165 |     retval = graph_rem_edge(g,data1,data2);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netbase.c:1143:20: note: 'pth_vertex' was declared here
 1143 |   PathVertex      *pth_vertex,*adj_vertex;
      |                    ^~~~~~~~~~
netbase.c:1157:9: warning: 'adjlist' may be used uninitialized [-Wmaybe-uninitialized]
 1157 |   member=list_head(&adjlist->adjacent);
netbase.c:1142:20: note: 'adjlist' was declared here
 1142 |   AdjList         *adjlist;
      |                    ^~~~~~~
gcc -shared -s -static-libgcc -o spatstat.Knet.dll tmp.def Knet.o KnetInhom.o init.o netbase.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpYLYtEV/R.INSTALLd718768f5e33/spatstat.Knet/src'
make[1]: Entering directory '/d/temp/RtmpYLYtEV/R.INSTALLd718768f5e33/spatstat.Knet/src'
make[1]: Leaving directory '/d/temp/RtmpYLYtEV/R.INSTALLd718768f5e33/spatstat.Knet/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-spatstat.Knet/00new/spatstat.Knet/libs/x64
** R
** data
** 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
** 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 'spatstat.Knet' as spatstat.Knet_3.0-2.zip
* DONE (spatstat.Knet)