* installing *source* package 'sctransform' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o utils.cpp: In function 'Rcpp::NumericVector distribution_shift(Rcpp::NumericMatrix)': utils.cpp:309:15: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'int' [-Wsign-compare] 309 | if ((*it) < N) { | ~~~~~~^~~ utils.cpp: In function 'Rcpp::List qpois_reg(Rcpp::NumericMatrix, Rcpp::NumericVector, double, int, double, bool)': utils.cpp:360:16: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 360 | for(int i=0;i