* installing *source* package 'segregation' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compression.cpp -o compression.o compression.cpp: In function 'Rcpp::List compress_compute_cpp(Rcpp::StringMatrix, Rcpp::NumericMatrix, Rcpp::StringVector, int)': compression.cpp:147:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 147 | for (int i = 0; i < neighbors.size(); i++) | ~~^~~~~~~~~~~~~~~~~~ compression.cpp:175:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 175 | for (int i = 0; i < neighbors.size(); i++) | ~~^~~~~~~~~~~~~~~~~~ In file included from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.2.0\include\c++\bits\stl_algobase.h:67, from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.2.0\include\c++\bits\specfun.h:45, from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.2.0\include\c++\cmath:1935, from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/platform/compiler.h:100, from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/r/headers.h:62, from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/RcppCommon.h:30, from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp.h:27, from compression.cpp:2: In member function '__gnu_cxx::__normal_iterator<_Iterator, _Container> __gnu_cxx::__normal_iterator<_Iterator, _Container>::operator+(difference_type) const [with _Iterator = std::set >*; _Container = std::vector > >]', inlined from 'Rcpp::List compress_compute_cpp(Rcpp::StringMatrix, Rcpp::NumericMatrix, Rcpp::StringVector, int)' at compression.cpp:189:45: d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.2.0\include\c++\bits\stl_iterator.h:1144:47: warning: 'mark_for_deletion' may be used uninitialized [-Wmaybe-uninitialized] 1144 | { return __normal_iterator(_M_current + __n); } | ^~~ compression.cpp: In function 'Rcpp::List compress_compute_cpp(Rcpp::StringMatrix, Rcpp::NumericMatrix, Rcpp::StringVector, int)': compression.cpp:174:13: note: 'mark_for_deletion' was declared here 174 | int mark_for_deletion; | ^~~~~~~~~~~~~~~~~ compression.cpp:164:40: warning: 'min_index' may be used uninitialized [-Wmaybe-uninitialized] 164 | auto iter = neighbors[min_index].begin(); | ^ compression.cpp:145:13: note: 'min_index' was declared here 145 | int min_index; | ^~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o segregation.dll tmp.def RcppExports.o compression.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-segregation/00new/segregation/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (segregation)