* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/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: ‘gcc-14 (Debian 14.3.0-12) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5CxVsi/R.INSTALL364cdf4772d300/snreg/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c snsf.c -o snsf.o
snsf.c: In function ‘sf_oprobit_ll’:
snsf.c:744:7: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
  744 |     } else
      |       ^~~~
snsf.c:769:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
  769 |       lnl0 += lnlY[i];
      |       ^~~~
snsf.c: In function ‘sf_oprobit_gr_i’:
snsf.c:888:7: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
  888 |     } else
      |       ^~~~
snsf.c:992:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
  992 |       lnl0 += lnlY[i];
      |       ^~~~
snsf.c: In function ‘sf_oprobit_u’:
snsf.c:1066:12: warning: unused variable ‘su2s’ [-Wunused-variable]
 1066 |     double su2s = sqrt(1.0 + exp(lnsu2));
      |            ^~~~
snsf.c: In function ‘tfun’:
snsf.c:1331:12: warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
 1331 |     double value;
      |            ^~~~~
snsf.c: In function ‘sf_oprobit_ll._omp_fn.0’:
snsf.c:735:7: warning: ‘yi’ may be used uninitialized [-Wmaybe-uninitialized]
  735 |     if(yi == 0) {
      |       ^
snsf.c:694:9: note: ‘yi’ was declared here
  694 |     int yi;
      |         ^~
snsf.c: In function ‘sf_oprobit_gr_i._omp_fn.0’:
snsf.c:859:7: warning: ‘yi’ may be used uninitialized [-Wmaybe-uninitialized]
  859 |     if(yi == 0) {
      |       ^
snsf.c:814:9: note: ‘yi’ was declared here
  814 |     int yi;
      |         ^~
snsf.c: In function ‘sf_oprobit_u._omp_fn.0’:
snsf.c:1074:7: warning: ‘yi’ may be used uninitialized [-Wmaybe-uninitialized]
 1074 |     if(yi == 0) {
      |       ^
snsf.c:1046:9: note: ‘yi’ was declared here
 1046 |     int yi;
      |         ^~
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o snreg.so snsf.o -fopenmp -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5CxVsi/R.INSTALL364cdf4772d300/snreg/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5CxVsi/R.INSTALL364cdf4772d300/snreg/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5CxVsi/R.INSTALL364cdf4772d300/snreg/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/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
  converting help for package ‘snreg’
    finding HTML links ... done
    TOwen                                   html  
    TOwen1                                  html  
    banks07                                 html  
    coef.snreg                              html  
    lm.mle                                  html  
    print.summary.snreg                     html  
    residuals.snreg                         html  
    snreg-package                           html  
    snreg                                   html  
    snsf                                    html  
    su                                      html  
    summary.snreg                           html  
    vcov.snreg                              html  
*** 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)