* installing *source* package 'prider' ... ** this is package 'prider' version '1.0.6' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANincoming/R-devel/lib/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/include" -DNDEBUG -I'D:/RCompile/CRANincoming/R-devel/lib/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c chunker.cpp -o chunker.o chunker.cpp: In function 'Rcpp::DataFrame chunker(Rcpp::DataFrame, int)': chunker.cpp:51:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 51 | for (int inc1 = 0; inc1 < seqs.size(); ++inc1) { | ~~~~~^~~~~~~~~~~~~ chunker.cpp:54:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 54 | for (int inc2 = 0 ; inc2 < seq_acc.size() ; ++inc2) { | ~~~~~^~~~~~~~~~~~~~~~ g++ -std=gnu++20 -shared -s -static-libgcc -o prider.dll tmp.def RcppExports.o chunker.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-prider/00new/prider/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (prider)