* 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++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/hood2net/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/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++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/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 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++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/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 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++ -std=gnu++20 -shared -L/usr/local/lib64 -o hood2net.so RcppExports.o vecLeven_C.o vecSub_C.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/hood2net/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/hood2net/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/hood2net/src'
installing to /data/localhost/ripley/R/packages/tests-devel/hood2net.Rcheck/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
*** 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)