* installing *source* package 'DPP' ... ** package 'DPP' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpKSZJCa/R.INSTALL208c01d6a5f32/DPP/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -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 DPPmcmc.cpp -o DPPmcmc.o DPPmcmc.cpp: In member function 'void DPPmcmc::allocationProposal(int)': DPPmcmc.cpp:824:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 824 | for(int i=0;i DPPmcmc::evaluateVectorGreaterThanInt(std::vector, int)': DPPmcmc.cpp:973:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 973 | for(int i=0;i) [with T = double]': DPPmcmc.cpp:118:23: required from here helper.h:68:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 68 | for(int i=0;i concatenateVectors(std::vector, std::vector) [with T = double]': DPPmcmc.cpp:414:44: required from here helper.h:83:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 83 | for (int i=0;i concatenateVectors(std::vector, std::vector) [with T = int]': DPPmcmc.cpp:415:42: required from here helper.h:83:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] helper.h: In instantiation of 'std::vector divideVectorByDouble(std::vector, double) [with T = double]': DPPmcmc.cpp:713:24: required from here helper.h:21:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 21 | for(int i=0;i logVector(std::vector) [with T = double]': DPPmcmc.cpp:714:40: required from here helper.h:47:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 47 | for(int i=0;i expVector(std::vector) [with T = double]': DPPmcmc.cpp:717:47: required from here helper.h:58:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 58 | for(int i=0;i, double) [with T = double]': DPPmcmc.cpp:814:15: required from here helper.h:116:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 116 | for(int i=0;i whichAreEqual(std::vector, T) [with T = double]': DPPmcmc.cpp:820:66: required from here helper.h:35:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 35 | for(int i=0;i removeElementAtPosition(std::vector, int) [with T = double]': DPPmcmc.cpp:844:43: required from here helper.h:128:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 128 | for(int i=0;i removeElementAtPosition(std::vector, int) [with T = int]': DPPmcmc.cpp:856:62: required from here helper.h:128:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -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 Distribution.cpp -o Distribution.o Distribution.cpp: In member function 'int Normal::sample_int_prob(std::vector)': Distribution.cpp:133:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 133 | for(int i=1;i::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 141 | for(int i=0;i)': Distribution.cpp:493:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 493 | for(int i = 0; i < val.size(); ++i) { | ~~^~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -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'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 model.cpp -o model.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbols.c -o registerDynamicSymbols.o g++ -std=gnu++17 -shared -s -static-libgcc -o DPP.dll tmp.def DPPmcmc.o Distribution.o RcppExports.o model.o registerDynamicSymbols.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/RtmpKSZJCa/R.INSTALL208c01d6a5f32/DPP/src' make[1]: Entering directory '/d/temp/RtmpKSZJCa/R.INSTALL208c01d6a5f32/DPP/src' make[1]: Leaving directory '/d/temp/RtmpKSZJCa/R.INSTALL208c01d6a5f32/DPP/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-DPP/00new/DPP/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 'DPP' as DPP_0.1.2.zip * DONE (DPP)