* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘influenceR’ ...
** package ‘influenceR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpmleIJw/R.INSTALL184f57b066352/influenceR/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c bridging.c -o bridging.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c keyplayer-utils.c -o keyplayer-utils.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c keyplayer.c -o keyplayer.o
keyplayer.c: In function ‘keyplayer_driver’:
keyplayer.c:33:8: warning: unused variable ‘allsets’ [-Wunused-variable]
   33 |   int *allsets;
      |        ^~~~~~~
keyplayer.c:32:11: warning: unused variable ‘fits’ [-Wunused-variable]
   32 |   double *fits;
      |           ^~~~
keyplayer.c:30:31: warning: unused variable ‘stop’ [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |                               ^~~~
keyplayer.c:30:17: warning: unused variable ‘new_rank’ [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |                 ^~~~~~~~
keyplayer.c:30:11: warning: unused variable ‘rank’ [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |           ^~~~
keyplayer.c:30:7: warning: unused variable ‘np’ [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |       ^~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c packagename_init.c -o packagename_init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c prefix_sums.c -o prefix_sums.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c process_sparse.c -o process_sparse.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c snap_wrapper.c -o snap_wrapper.o
snap_wrapper.c: In function ‘snap_keyplayer_R’:
snap_wrapper.c:194:7: warning: unused variable ‘r’ [-Wunused-variable]
  194 |   int r = read_graph_from_edgelist(&G, E, n, m);
      |       ^
snap_wrapper.c: In function ‘snap_bridging_R’:
snap_wrapper.c:223:7: warning: unused variable ‘r’ [-Wunused-variable]
  223 |   int r = read_graph_from_edgelist(&G, E, n, m);
      |       ^
snap_wrapper.c:219:5: warning: unused variable ‘mpi’ [-Wunused-variable]
  219 |     mpi = INTEGER(sMPI)[0]; // use mpi?
      |     ^~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c vertex_betweenness_centrality.c -o vertex_betweenness_centrality.o
vertex_betweenness_centrality.c: In function ‘vertex_betweenness_centrality_parBFS’:
vertex_betweenness_centrality.c:81:14: warning: variable ‘stream’ set but not used [-Wunused-but-set-variable]
   81 |         int* stream;
      |              ^~~~~~
vertex_betweenness_centrality.c:66:9: warning: unused variable ‘seed’ [-Wunused-variable]
   66 |     int seed = 2387;
      |         ^~~~
vertex_betweenness_centrality.c: In function ‘vertex_betweenness_centrality_simple’:
vertex_betweenness_centrality.c:549:13: warning: unused variable ‘myLock’ [-Wunused-variable]
  549 |         int myLock;
      |             ^~~~~~
vertex_betweenness_centrality.c:543:14: warning: variable ‘stream’ set but not used [-Wunused-but-set-variable]
  543 |         int* stream;
      |              ^~~~~~
vertex_betweenness_centrality.c:519:9: warning: unused variable ‘seed’ [-Wunused-variable]
  519 |     int seed = 2387;
      |         ^~~~
vertex_betweenness_centrality.c:514:10: warning: unused variable ‘chunkSize’ [-Wunused-variable]
  514 |     long chunkSize;
      |          ^~~~~~~~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o influenceR.so bridging.o keyplayer-utils.o keyplayer.o packagename_init.o prefix_sums.o process_sparse.o snap_wrapper.o vertex_betweenness_centrality.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpmleIJw/R.INSTALL184f57b066352/influenceR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpmleIJw/R.INSTALL184f57b066352/influenceR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpmleIJw/R.INSTALL184f57b066352/influenceR/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-influenceR/00new/influenceR/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
* DONE (influenceR)