* installing *source* package 'bayesianETAS' ... ** this is package 'bayesianETAS' version '2.0.0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c etas.cpp -o etas.o etas.cpp: In function 'int sampleDiscrete(std::vector&)': etas.cpp:58:27: 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 < probs.size(); i++) { | ~~^~~~~~~~~~~~~~ etas.cpp:68:27: 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 < probs.size(); i++) { | ~~^~~~~~~~~~~~~~ etas.cpp: In function 'double hBranchingPosteriorInteraction(std::vector&, std::vector&, std::vector&, double, std::vector&, double, double, double)': etas.cpp:129:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 129 | for (int i = 0; i < z.size(); i++) { | ~~^~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o g++ -std=gnu++20 -shared -s -static-libgcc -o bayesianETAS.dll tmp.def etas.o init.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-bayesianETAS/00new/bayesianETAS/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 (bayesianETAS)