* installing *source* package ‘spNetwork’ ...
** package ‘spNetwork’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/spNetwork/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c base_kernel_funtions.cpp -o base_kernel_funtions.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c border_correction.cpp -o border_correction.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c bw_selection_nkde.cpp -o bw_selection_nkde.o
bw_selection_nkde.cpp:37:7: warning: unused variable 'depth' [-Wunused-variable]
   37 |   int depth = 0;
      |       ^~~~~
bw_selection_nkde.cpp:142:7: warning: unused variable 'depth' [-Wunused-variable]
  142 |   int depth = 0;
      |       ^~~~~
bw_selection_nkde.cpp:264:7: warning: unused variable 'depth' [-Wunused-variable]
  264 |   int depth = 0;
      |       ^~~~~
3 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c bw_selection_tnkde.cpp -o bw_selection_tnkde.o
bw_selection_tnkde.cpp:41:7: warning: unused variable 'depth' [-Wunused-variable]
   41 |   int depth = 0;
      |       ^~~~~
bw_selection_tnkde.cpp:154:7: warning: unused variable 'depth' [-Wunused-variable]
  154 |   int depth = 0;
      |       ^~~~~
bw_selection_tnkde.cpp:282:7: warning: unused variable 'depth' [-Wunused-variable]
  282 |   int depth = 0;
      |       ^~~~~
3 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c geometrical_functions.cpp -o geometrical_functions.o
geometrical_functions.cpp:257:22: warning: unused variable 'x3' [-Wunused-variable]
  257 |   double x2,y2,x1,y1,x3,y3,dd;
      |                      ^~
geometrical_functions.cpp:257:25: warning: unused variable 'y3' [-Wunused-variable]
  257 |   double x2,y2,x1,y1,x3,y3,dd;
      |                         ^~
geometrical_functions.cpp:321:13: warning: unused variable 'dd' [-Wunused-variable]
  321 |   double d, dd, totald, dt, t;
      |             ^~
geometrical_functions.cpp:321:17: warning: unused variable 'totald' [-Wunused-variable]
  321 |   double d, dd, totald, dt, t;
      |                 ^~~~~~
geometrical_functions.cpp:321:25: warning: unused variable 'dt' [-Wunused-variable]
  321 |   double d, dd, totald, dt, t;
      |                         ^~
geometrical_functions.cpp:321:29: warning: unused variable 't' [-Wunused-variable]
  321 |   double d, dd, totald, dt, t;
      |                             ^
geometrical_functions.cpp:323:7: warning: unused variable 'j' [-Wunused-variable]
  323 |   int j;
      |       ^
geometrical_functions.cpp:324:10: warning: unused variable 'x2' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |          ^~
geometrical_functions.cpp:324:13: warning: unused variable 'y2' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |             ^~
geometrical_functions.cpp:324:16: warning: unused variable 'x1' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |                ^~
geometrical_functions.cpp:324:19: warning: unused variable 'y1' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |                   ^~
geometrical_functions.cpp:324:22: warning: unused variable 'x3' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |                      ^~
geometrical_functions.cpp:324:25: warning: unused variable 'y3' [-Wunused-variable]
  324 |   double x2,y2,x1,y1,x3,y3;
      |                         ^~
geometrical_functions.cpp:437:31: warning: unused variable 'diff' [-Wunused-variable]
  437 |   float start_dist, end_dist, diff, line_length;
      |                               ^~~~
geometrical_functions.cpp:437:37: warning: unused variable 'line_length' [-Wunused-variable]
  437 |   float start_dist, end_dist, diff, line_length;
      |                                     ^~~~~~~~~~~
geometrical_functions.cpp:968:9: warning: unused variable 'j' [-Wunused-variable]
  968 |   int i,j;
      |         ^
geometrical_functions.cpp:1035:9: warning: unused variable 'j' [-Wunused-variable]
 1035 |   int i,j;
      |         ^
17 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c k_and_g_func.cpp -o k_and_g_func.o
k_and_g_func.cpp:295:13: warning: unused variable 'dtime' [-Wunused-variable]
  295 |       float dtime = breaks_time[j];
      |             ^~~~~
1 warning generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c matrices_functions.cpp -o matrices_functions.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c nkde_continuous.cpp -o nkde_continuous.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c nkde_discontinuous.cpp -o nkde_discontinuous.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c spatial_indexing.cpp -o spatial_indexing.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c spatial_indexing_export.cpp -o spatial_indexing_export.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o spNetwork.so RcppExports.o base_kernel_funtions.o border_correction.o bw_selection_nkde.o bw_selection_tnkde.o geometrical_functions.o k_and_g_func.o matrices_functions.o nkde_continuous.o nkde_discontinuous.o spatial_indexing.o spatial_indexing_export.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/spNetwork/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/spNetwork/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/spNetwork/src'
installing to /data/gannet/ripley/R/packages/tests-clang/spNetwork.Rcheck/00LOCK-spNetwork/00new/spNetwork/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (spNetwork)