* installing *source* package ‘CAMAN’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 18.1.8 (9)’ clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c methods.cpp -o methods.o In file included from methods.cpp:2: ./methods.h:12:10: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined] 12 | # define R_NO_REMAP | ^ :5:9: note: previous definition is here 5 | #define R_NO_REMAP 1 | ^ 1 warning generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c vemema_vem.cpp -o vemema_vem.o In file included from vemema_vem.cpp:6: ./vemema.h:8:10: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined] 8 | # define R_NO_REMAP | ^ :5:9: note: previous definition is here 5 | #define R_NO_REMAP 1 | ^ vemema_vem.cpp:1874:3: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 1874 | lambda.clear(); | ^ vemema_vem.cpp:1864:2: note: previous statement is here 1864 | for(i=0;i<(int)p.size(); ++i) | ^ vemema_vem.cpp:1906:4: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 1906 | for(i=0; i<(int)lambda.size(); ++i) | ^ vemema_vem.cpp:1887:3: note: previous statement is here 1887 | for(i=0; i<(int)p.size(); ++i) | ^ 3 warnings generated. clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o CAMAN.so methods.o vemema_vem.o -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN/CAMAN.Rcheck/00LOCK-CAMAN/00new/CAMAN/libs ** R ** data ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (CAMAN)