* installing *source* package ‘BRISC’ ... ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether clang++-18 -std=gnu++17 accepts -g... yes checking how to run the C++ preprocessor... clang++-18 -std=gnu++17 -E checking for clang++-18 -std=gnu++17 option to support OpenMP... unsupported configure: creating ./config.status config.status: creating src/Makevars ** 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/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c BRISC.cpp -o BRISC.o BRISC.cpp:479:18: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 479 | int i_0, ret = 0; | ^ BRISC.cpp:666:18: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 666 | int i_0, ret = 0; | ^ BRISC.cpp:918:16: warning: unused variable 'logDet' [-Wunused-variable] 918 | double logDet = updateBF(B, F, c, C, D, d, nnIndxLU, CIndx, n, theta, covModel, nThreads, fix_nugget); | ^~~~~~ BRISC.cpp:1080:16: warning: unused variable 'logDet' [-Wunused-variable] 1080 | double logDet = updateBF(B, F, c, C, D, d, nnIndxLU, CIndx, n, theta, covModel, nThreads, fix_nugget); | ^~~~~~ BRISC.cpp:1242:13: warning: unused variable 'i' [-Wunused-variable] 1242 | int i, k, l, nProtect=0; | ^ BRISC.cpp:1242:16: warning: unused variable 'k' [-Wunused-variable] 1242 | int i, k, l, nProtect=0; | ^ BRISC.cpp:1242:19: warning: unused variable 'l' [-Wunused-variable] 1242 | int i, k, l, nProtect=0; | ^ BRISC.cpp:1252:17: warning: unused variable 'coords' [-Wunused-variable] 1252 | double *coords = REAL(coords_r); | ^~~~~~ BRISC.cpp:1327:18: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 1327 | int i_0, ret = 0; | ^ 9 warnings 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 BRISC_Predict.cpp -o BRISC_Predict.o BRISC_Predict.cpp:84:9: warning: variable 'nTheta' set but not used [-Wunused-but-set-variable] 84 | int nTheta, sigmaSqIndx, tauSqIndx, phiIndx, nuIndx; | ^ 1 warning generated. clang-18 -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 -c init.c -o init.o clang-18 -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 -c lbfgs.c -o lbfgs.o 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 util.cpp -o util.o util.cpp:179:11: warning: unused variable 'k' [-Wunused-variable] 179 | int i,j,k; | ^ 1 warning generated. clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o BRISC.so BRISC.o BRISC_Predict.o init.o lbfgs.o util.o -llapack -L/home/hornik/tmp/R-d-clang-18/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/BRISC.Rcheck/00LOCK-BRISC/00new/BRISC/libs ** R ** 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 (BRISC)