* 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 (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/snreg/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -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 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o snreg.so snsf.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/snreg/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/snreg/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/snreg/src'
installing to /data/gannet/ripley/R/packages/tests-devel/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)