* installing *source* package ‘snreg’ ... ** this is package ‘snreg’ version ‘1.1.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 21.1.8 (1+b1)’ clang-21 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c snsf.c -o snsf.o snsf.c:1066:12: warning: unused variable 'su2s' [-Wunused-variable] 1066 | double su2s = sqrt(1.0 + exp(lnsu2)); | ^~~~ snsf.c:1511:15: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1511 | else if ( meth[icode-1] == 6 ) | ^~~~~~~~~~~~~~~~~~ snsf.c:1523:12: note: uninitialized use occurs here 1523 | return value; | ^~~~~ snsf.c:1511:10: note: remove the 'if' if its condition is always true 1511 | else if ( meth[icode-1] == 6 ) | ^~~~~~~~~~~~~~~~~~~~~~~~~ 1512 | { snsf.c:1331:17: note: initialize the variable 'value' to silence this warning 1331 | double value; | ^ | = 0.0 2 warnings generated. clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o snreg.so snsf.o -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/snreg.Rcheck/00LOCK-snreg/00new/snreg/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (snreg)