* installing *source* package ‘bespatial’ ...
** this is package ‘bespatial’ version ‘0.1.2’
** package ‘bespatial’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bespatial/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/comat/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/comat/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c cslope.cpp -o cslope.o
cslope.cpp: In function 'Rcpp::NumericMatrix cslope(Rcpp::IntegerMatrix, arma::imat)':
cslope.cpp:39:22: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
   39 |             neig_col < ncols &&
      |             ~~~~~~~~~^~~~~~~
cslope.cpp:40:22: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
   40 |             neig_row < nrows) {
      |             ~~~~~~~~~^~~~~~~
cslope.cpp:33:11: warning: unused variable 'n' [-Wunused-variable]
   33 |       int n = 0;
      |           ^
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o bespatial.so RcppExports.o cslope.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bespatial/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bespatial/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bespatial/src'
installing to /data/gannet/ripley/R/packages/tests-devel/bespatial.Rcheck/00LOCK-bespatial/00new/bespatial/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (bespatial)