* installing *source* package 'CAMAN' ... ** this is package 'CAMAN' version '0.79' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++17 -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 init.cpp -o init.o g++ -std=gnu++17 -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 methods.cpp -o methods.o g++ -std=gnu++17 -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 vemema_vem.cpp -o vemema_vem.o vemema_vem.cpp: In member function 'double VEMEMA::normal(double, double, double)': vemema_vem.cpp:998:48: error: 'PI' was not declared in this scope 998 | return exp((l-k)*(k-l)/(2*v)) / sqrt(2*PI*v); | ^~ vemema_vem.cpp: In member function 'std::vector > VEMEMA::vem_bivariate(int, double)': vemema_vem.cpp:1864:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1864 | for(i=0;i<(int)p.size(); ++i) | ^~~ vemema_vem.cpp:1874:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1874 | lambda.clear(); | ^~~~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:296: vemema_vem.o] Error 1 ERROR: compilation failed for package 'CAMAN' * removing 'd:/RCompile/CRANincoming/R-devel/lib/CAMAN'