* installing *source* package ‘blockCV’ ...
** package ‘blockCV’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/blockCV/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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   -c nndm.cpp -o nndm.o
nndm.cpp: In function 'Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)':
nndm.cpp:88:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   88 |     for(int i=0; i < Gjstar_indices.size(); i++){
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~~
nndm.cpp:96:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   96 |     for(int i=0; i < Gij_vec.size(); i++){
      |                  ~~^~~~~~~~~~~~~~~~
nndm.cpp:135:38: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  135 |     } else if( Gjstar_indices.size() == Gjstar_less_than_rmin ){
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
nndm.cpp:138:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  138 |       for(int i=0; i<Gjstar_indices.size(); i++){
      |                    ~^~~~~~~~~~~~~~~~~~~~~~
In member function 'T& Lightweight_matrix<T>::operator()(int, int) [with T = double]',
    inlined from 'Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)' at nndm.cpp:107:15:
nndm.cpp:30:22: warning: 'imin' may be used uninitialized [-Wmaybe-uninitialized]
   30 |     return matrix_[i * columns_ + j];
      |                    ~~^~~~~~~~~~
nndm.cpp: In function 'Rcpp::NumericMatrix nndm_cpp(Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)':
nndm.cpp:69:7: note: 'imin' was declared here
   69 |   int imin;
      |       ^~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o blockCV.so RcppExports.o nndm.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/blockCV/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/blockCV/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/blockCV/src'
installing to /data/gannet/ripley/R/packages/tests-devel/blockCV.Rcheck/00LOCK-blockCV/00new/blockCV/libs
** R
** 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 (blockCV)