* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘snreg’ ...
** this is package ‘snreg’ version ‘1.2.0’
** package ‘snreg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 21.1.8 (3)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxX380l/R.INSTALL38c9225da76401/snreg/src'
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -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.check/r-devel-clang/Work/build/lib -Wl,-O1 -o snreg.so snsf.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxX380l/R.INSTALL38c9225da76401/snreg/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxX380l/R.INSTALL38c9225da76401/snreg/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxX380l/R.INSTALL38c9225da76401/snreg/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)