* installing *source* package 'blockCV' ...
** package 'blockCV' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpQNl3lq/R.INSTALL454029af3f9b/blockCV/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 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 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 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 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++ -std=gnu++17 -shared -s -static-libgcc -o blockCV.dll tmp.def RcppExports.o nndm.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpQNl3lq/R.INSTALL454029af3f9b/blockCV/src'
make[1]: Entering directory '/d/temp/RtmpQNl3lq/R.INSTALL454029af3f9b/blockCV/src'
make[1]: Leaving directory '/d/temp/RtmpQNl3lq/R.INSTALL454029af3f9b/blockCV/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-blockCV/00new/blockCV/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'blockCV' as blockCV_3.1-3.zip
* DONE (blockCV)