* installing *source* package 'treestats' ... ** package 'treestats' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++20 make[1]: Entering directory '/d/temp/Rtmp4Q4Oyc/R.INSTALL19d041f01461e/treestats/src' g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c beta.cpp -o beta.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c brts.cpp -o brts.o In file included from brts.cpp:21: ../inst/include/gamma.h: In function 'double calc_gamma2(const std::vector&, const std::vector&)': ../inst/include/gamma.h:60:23: warning: comparison of integer expressions of different signedness: 'const __gnu_cxx::__alloc_traits, int>::value_type' {aka 'const int'} and 'long long unsigned int' [-Wsign-compare] 60 | if (t_edge[i + 1] > n) { g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c centralities.cpp -o centralities.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c colless.cpp -o colless.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c depth.cpp -o depth.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ladder.cpp -o ladder.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c laplacian.cpp -o laplacian.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mpd.cpp -o mpd.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c phylo.cpp -o phylo.o In file included from phylo.cpp:24: ../inst/include/imbalance_steps.h: In function 'ltable imbal_steps::swap_deepest(const ltable&, int*, bool*)': ../inst/include/imbalance_steps.h:140:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 140 | for (focal_index = 0; focal_index < ltab.size(); ++focal_index) { | ~~~~~~~~~~~~^~~~~~~~~~~~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/nloptr/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/include -I. -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sackin.cpp -o sackin.o g++ -shared -s -static-libgcc -o treestats.dll tmp.def RcppExports.o beta.o brts.o centralities.o colless.o depth.o ladder.o laplacian.o mpd.o phylo.o sackin.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/Rtmp4Q4Oyc/R.INSTALL19d041f01461e/treestats/src' make[1]: Entering directory '/d/temp/Rtmp4Q4Oyc/R.INSTALL19d041f01461e/treestats/src' make[1]: Leaving directory '/d/temp/Rtmp4Q4Oyc/R.INSTALL19d041f01461e/treestats/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-treestats/00new/treestats/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 'treestats' as treestats_1.0.5.zip * DONE (treestats)