* installing *source* package ‘RadEro’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.8 (11)’ using C++ compiler: ‘Debian clang version 18.1.8 (11)’ clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -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 RcppExports.cpp -o RcppExports.o clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c cJSON.c -o cJSON.o cJSON.c:521:12: warning: variable 'bytesRead' set but not used [-Wunused-but-set-variable] 521 | size_t bytesRead; | ^ 1 warning generated. clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c model.c -o model.o In file included from model.c:33: ./data_io.h:36:7: warning: unused variable 'trash' [-Wunused-variable] 36 | char trash[1024]; | ^~~~~ ./data_io.h:184:12: warning: unused variable 'x2' [-Wunused-variable] 184 | float x1, x2, x3, dx; | ^~ ./data_io.h:184:16: warning: unused variable 'x3' [-Wunused-variable] 184 | float x1, x2, x3, dx; | ^~ ./data_io.h:235:9: warning: variable 'j' set but not used [-Wunused-but-set-variable] 235 | int i, j, cells; | ^ In file included from model.c:34: ./simulation.h:94:10: warning: variable 'x1' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 94 | else if(i+1 == j){ | ^~~~~~~~ ./simulation.h:109:9: note: uninitialized use occurs here 109 | return x1; | ^~ ./simulation.h:94:7: note: remove the 'if' if its condition is always true 94 | else if(i+1 == j){ | ^~~~~~~~~~~~ ./simulation.h:81:10: note: initialize the variable 'x1' to silence this warning 81 | float x1, t, dt; | ^ | = 0.0 5 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -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 rcpp_hello_world.cpp -o rcpp_hello_world.o clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o RadEro.so RcppExports.o cJSON.o model.o rcpp_hello_world.o -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/RadEro.Rcheck/00LOCK-RadEro/00new/RadEro/libs ** 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 ** 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 (RadEro)