* 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++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_07_18_01_50_00_6902/RtmpA9jAKN/R.INSTALL15c1462601ec0/hood2net/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
19 | for (size_t j = 0; j < t.length(); ++j) {
| ~~^~~~~~~~~~~~
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
24 | for (size_t j = 0; j < t.length(); ++j) {
| ~~^~~~~~~~~~~~
g++ -std=gnu++20 -shared -s -static-libgcc -o hood2net.dll tmp.def RcppExports.o vecLeven_C.o vecSub_C.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.6.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_07_18_01_50_00_6902/RtmpA9jAKN/R.INSTALL15c1462601ec0/hood2net/src'
make[1]: Entering directory '/d/temp/2026_07_18_01_50_00_6902/RtmpA9jAKN/R.INSTALL15c1462601ec0/hood2net/src'
make[1]: Leaving directory '/d/temp/2026_07_18_01_50_00_6902/RtmpA9jAKN/R.INSTALL15c1462601ec0/hood2net/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-hood2net/00new/hood2net/libs/x64
** 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
** 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 'hood2net' as hood2net_1.0.0.zip
* DONE (hood2net)