* installing *source* package ‘vcrpart’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -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 -fpic -g -O3 -Wall -pedantic -c olmm.c -o olmm.o olmm.c:434:63: warning: operator '?:' has lower precedence than '&'; '&' will be evaluated first [-Wbitwise-conditional-parentheses] 434 | (fabs(exp(logLikCond_obs[i])) < 1E-6) & (gq_weight < 1E-6) ? | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ olmm.c:434:63: note: place parentheses around the '&' expression to silence this warning 434 | (fabs(exp(logLikCond_obs[i])) < 1E-6) & (gq_weight < 1E-6) ? | ^ | ( ) olmm.c:434:63: note: place parentheses around the '?:' expression to evaluate it first 434 | (fabs(exp(logLikCond_obs[i])) < 1E-6) & (gq_weight < 1E-6) ? | ^ | ( 435 | DBL_MAX : logLikCond_obs[i]; | | ) 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 -fpic -g -O3 -Wall -pedantic -c tvcm.c -o tvcm.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 -fpic -g -O3 -Wall -pedantic -c utils.c -o utils.o clang-18 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o vcrpart.so init.o olmm.o tvcm.o utils.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/vcrpart.Rcheck/00LOCK-vcrpart/00new/vcrpart/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (vcrpart)