* installing *source* package ‘influenceR’ ...
** package ‘influenceR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bridging.c -o bridging.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c keyplayer-utils.c -o keyplayer-utils.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c keyplayer.c -o keyplayer.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c packagename_init.c -o packagename_init.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c prefix_sums.c -o prefix_sums.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c process_sparse.c -o process_sparse.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c snap_wrapper.c -o snap_wrapper.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c vertex_betweenness_centrality.c -o vertex_betweenness_centrality.o
vertex_betweenness_centrality.c:66:9: warning: unused variable 'seed' [-Wunused-variable]
    int seed = 2387;
        ^
vertex_betweenness_centrality.c:81:14: warning: variable 'stream' set but not used [-Wunused-but-set-variable]
        int* stream;
             ^
keyplayer.c:30:7: warning: unused variable 'np' [-Wunused-variable]
  int np, rank, new_rank = 0, stop;
      ^
keyplayer.c:30:11: warning: unused variable 'rank' [-Wunused-variable]
  int np, rank, new_rank = 0, stop;
          ^
keyplayer.c:30:17: warning: unused variable 'new_rank' [-Wunused-variable]
  int np, rank, new_rank = 0, stop;
                ^
keyplayer.c:30:31: warning: unused variable 'stop' [-Wunused-variable]
  int np, rank, new_rank = 0, stop;
                              ^
keyplayer.c:32:11: warning: unused variable 'fits' [-Wunused-variable]
  double *fits;
          ^
keyplayer.c:33:8: warning: unused variable 'allsets' [-Wunused-variable]
  int *allsets;
       ^
vertex_betweenness_centrality.c:511:10: warning: variable 'num_traversals' set but not used [-Wunused-but-set-variable]
    long num_traversals = 0;
         ^
vertex_betweenness_centrality.c:519:9: warning: unused variable 'seed' [-Wunused-variable]
    int seed = 2387;
        ^
vertex_betweenness_centrality.c:543:14: warning: variable 'stream' set but not used [-Wunused-but-set-variable]
        int* stream;
             ^
snap_wrapper.c:190:5: warning: unused variable 'roundsec' [-Wunused-variable]
    roundsec = INTEGER(sRoundsec)[0];
    ^
snap_wrapper.c:194:7: warning: unused variable 'r' [-Wunused-variable]
  int r = read_graph_from_edgelist(&G, E, n, m);
      ^
snap_wrapper.c:219:5: warning: unused variable 'mpi' [-Wunused-variable]
    mpi = INTEGER(sMPI)[0]; // use mpi?
    ^
snap_wrapper.c:223:7: warning: unused variable 'r' [-Wunused-variable]
  int r = read_graph_from_edgelist(&G, E, n, m);
      ^
bridging.c:332:13: warning: variable 'start' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (tid == 0) {  
            ^~~~~~~~
bridging.c:369:16: note: uninitialized use occurs here
        while (start[phase_num+1] - start[phase_num] > 0) {
               ^~~~~
bridging.c:332:9: note: remove the 'if' if its condition is always true
        if (tid == 0) {  
        ^~~~~~~~~~~~~~
bridging.c:279:16: note: initialize the variable 'start' to silence this warning
    long *start;
               ^
                = NULL
bridging.c:354:13: warning: variable 'phase_num' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (tid == 0) {
            ^~~~~~~~
bridging.c:369:22: note: uninitialized use occurs here
        while (start[phase_num+1] - start[phase_num] > 0) {
                     ^~~~~~~~~
bridging.c:354:9: note: remove the 'if' if its condition is always true
        if (tid == 0) {
        ^~~~~~~~~~~~~~
bridging.c:289:19: note: initialize the variable 'phase_num' to silence this warning
    long phase_num, numPhases;
                  ^
                   = 0
6 warnings generated.
keyplayer-utils.c:348:13: warning: variable 'start' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (tid == 0) {  
            ^~~~~~~~
keyplayer-utils.c:385:16: note: uninitialized use occurs here
        while (start[phase_num+1] - start[phase_num] > 0) {
               ^~~~~
keyplayer-utils.c:348:9: note: remove the 'if' if its condition is always true
        if (tid == 0) {  
        ^~~~~~~~~~~~~~
keyplayer-utils.c:295:16: note: initialize the variable 'start' to silence this warning
    long *start;
               ^
                = NULL
keyplayer-utils.c:370:13: warning: variable 'phase_num' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (tid == 0) {
            ^~~~~~~~
keyplayer-utils.c:385:22: note: uninitialized use occurs here
        while (start[phase_num+1] - start[phase_num] > 0) {
                     ^~~~~~~~~
keyplayer-utils.c:370:9: note: remove the 'if' if its condition is always true
        if (tid == 0) {
        ^~~~~~~~~~~~~~
keyplayer-utils.c:305:19: note: initialize the variable 'phase_num' to silence this warning
    long phase_num, numPhases;
                  ^
                   = 0
4 warnings generated.
2 warnings generated.
5 warnings generated.
2 warnings generated.
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/influenceR.Rcheck/00LOCK-influenceR/00new/influenceR/libs
** generating debug symbols (dSYM)
** 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)