* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘grainscape’ ...
** package ‘grainscape’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-16) 14.2.0’
using C++ compiler: ‘g++-14 (Debian 14.2.0-16) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmphjdIG2/R.INSTALL3756ad13d1280f/grainscape/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Engine.cpp -o Engine.o
Engine.cpp: In member function ‘bool Engine::initialize()’:
Engine.cpp:153:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  153 |   for (unsigned int i = 0; i < in_data->nrow; i++) {
      |                            ~~^~~~~~~~~~~~~~~
Engine.cpp:154:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  154 |     for (unsigned int j = 0; j < in_data->ncol; j++) {
      |                              ~~^~~~~~~~~~~~~~~
Engine.cpp: In member function ‘void Engine::updateOutputMap(std::vector<float>&, flMap)’:
Engine.cpp:242:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  242 |   for (unsigned int i = 0; i < in_data->nrow; i++) {
      |                            ~~^~~~~~~~~~~~~~~
Engine.cpp:243:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  243 |     for (unsigned int j = 0; j < in_data->ncol; j++) {
      |                              ~~^~~~~~~~~~~~~~~
Engine.cpp: In member function ‘void Engine::writeErrorMessage(char*, int)’:
Engine.cpp:390:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  390 |   for (unsigned int i = 0; i < error_message_size; i++) {
      |                            ~~^~~~~~~~~~~~~~~~~~~~
Engine.cpp:391:11: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  391 |     if (i < size) {
      |         ~~^~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c grainscape_init.c -o grainscape_init.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c rcpp_HabConnEngine.cpp -o rcpp_HabConnEngine.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o grainscape.so Engine.o RcppExports.o grainscape_init.o rcpp_HabConnEngine.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphjdIG2/R.INSTALL3756ad13d1280f/grainscape/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmphjdIG2/R.INSTALL3756ad13d1280f/grainscape/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphjdIG2/R.INSTALL3756ad13d1280f/grainscape/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-grainscape/00new/grainscape/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘grainscape’
    finding HTML links ... done
    GOC                                     html  
    MPG                                     html  
    corridor-class                          html  
    corridor                                html  
    distance                                html  
    dot-abbrev                              html  
    export                                  html  
    extract                                 html  
    gFinal                                  html  
    ggGS                                    html  
    goc-class                               html  
    grain-class                             html  
    grain                                   html  
    grainscape-defunct                      html  
    grainscape-deprecated                   html  
    grainscape-maps                         html  
    grainscape-package                      html  
    graphdf                                 html  
    habConnEngine                           html  
    habConnRcpp                             html  
    hce-class                               html  
    mpg-class                               html  
    patchFilter                             html  
    plot                                    html  
    point                                   html  
    show                                    html  
    theme_grainscape                        html  
    threshold                               html  
** 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 (grainscape)