* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘blockCV’ ...
** package ‘blockCV’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsxOZUg/R.INSTALL1ee19e530d83dd/blockCV/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -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/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o blockCV.so RcppExports.o nndm.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsxOZUg/R.INSTALL1ee19e530d83dd/blockCV/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsxOZUg/R.INSTALL1ee19e530d83dd/blockCV/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsxOZUg/R.INSTALL1ee19e530d83dd/blockCV/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)