* installing *source* package 'wdm' ... ** package 'wdm' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpkRic7u/R.INSTALL2473456652396/wdm/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/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-4.4.0/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wrappers.cpp -o wrappers.o wrappers.cpp: In function 'Rcpp::NumericMatrix wdm_mat_cpp(const Rcpp::NumericMatrix&, std::string, const std::vector&, bool)': wrappers.cpp:32:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 32 | for (size_t i = 0; i < x.cols(); i++) { | ~~^~~~~~~~~~ wrappers.cpp:33:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 33 | for (size_t j = i; j < x.cols(); j++) { | ~~^~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o wdm.dll tmp.def RcppExports.o wrappers.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/RtmpkRic7u/R.INSTALL2473456652396/wdm/src' make[1]: Entering directory '/d/temp/RtmpkRic7u/R.INSTALL2473456652396/wdm/src' make[1]: Leaving directory '/d/temp/RtmpkRic7u/R.INSTALL2473456652396/wdm/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-wdm/00new/wdm/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 * MD5 sums packaged installation of 'wdm' as wdm_0.2.4.zip * DONE (wdm)