* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘hood2net’ ...
** this is package ‘hood2net’ version ‘1.0.0’
** package ‘hood2net’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.3.0-1) 15.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplU6AWz/R.INSTALL4651c6bf75385/hood2net/src'
g++-15 -std=gnu++20 -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
g++-15 -std=gnu++20 -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 vecLeven_C.cpp -o vecLeven_C.o
vecLeven_C.cpp: In function ‘int vecLeven_C(Rcpp::CharacterVector, Rcpp::CharacterVector)’:
vecLeven_C.cpp:18:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   18 |     for (size_t i = 0; i < s.length(); ++i) {
      |                        ~~^~~~~~~~~~~~
vecLeven_C.cpp:19:30: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   19 |         for (size_t j = 0; j < t.length(); ++j) {
      |                            ~~^~~~~~~~~~~~
g++-15 -std=gnu++20 -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 vecSub_C.cpp -o vecSub_C.o
vecSub_C.cpp: In function ‘int vecSub_C(Rcpp::CharacterVector, Rcpp::CharacterVector)’:
vecSub_C.cpp:23:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   23 |     for (size_t i = 0; i < s.length(); ++i) {
      |                        ~~^~~~~~~~~~~~
vecSub_C.cpp:24:30: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   24 |         for (size_t j = 0; j < t.length(); ++j) {
      |                            ~~^~~~~~~~~~~~
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o hood2net.so RcppExports.o vecLeven_C.o vecSub_C.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplU6AWz/R.INSTALL4651c6bf75385/hood2net/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplU6AWz/R.INSTALL4651c6bf75385/hood2net/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplU6AWz/R.INSTALL4651c6bf75385/hood2net/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-hood2net/00new/hood2net/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘hood2net’
    finding HTML links ... done
    get_neighbor_clustering                 html  
    get_neighbor_mean                       html  
    get_neighbor_size                       html  
    get_network_info                        html  
    is.wholenumber                          html  
    make_network                            html  
    make_network_sep                        html  
    sample1                                 html  
    sample2                                 html  
    sample3                                 html  
    sepLeven_C                              html  
    sepSub_C                                html  
*** 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 (hood2net)