* installing *source* package 'snreg' ...
** package 'snreg' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2026_02_13_01_50_00_31302/Rtmp0WT6T7/R.INSTALL31686f274fd3/snreg/src'
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c snsf.c -o snsf.o
In file included from snsf.c:5:
owen.h:4:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
4 | void bivnor_test ( );
| ^~~~
owen.h:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
12 | void t_test ( );
| ^~~~
owen.h:14:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
14 | void timestamp ( );
| ^~~~
owen.h:16:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
16 | void znorm1_test ( );
| ^~~~
owen.h:18:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
18 | void znorm2_test ( );
| ^~~~
In file included from snsf.c:7:
asa076.h:5:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
5 | void timestamp ( );
| ^~~~
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 -s -static-libgcc -o snreg.dll tmp.def snsf.o -fopenmp -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_13_01_50_00_31302/Rtmp0WT6T7/R.INSTALL31686f274fd3/snreg/src'
make[1]: Entering directory '/d/temp/2026_02_13_01_50_00_31302/Rtmp0WT6T7/R.INSTALL31686f274fd3/snreg/src'
make[1]: Leaving directory '/d/temp/2026_02_13_01_50_00_31302/Rtmp0WT6T7/R.INSTALL31686f274fd3/snreg/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-snreg/00new/snreg/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'snreg' as snreg_1.2.0.zip
* DONE (snreg)