* installing *source* package 'randomLCA' ...
** package 'randomLCA' 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/2025_10_21_12_46_10_10564/RtmpO4Kqxk/R.INSTALL77f831e370e1/randomLCA/src'
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bernoulliprob.c -o bernoulliprob.o
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bernoulliprobrandom.c -o bernoulliprobrandom.o
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bernoulliprobrandom2.c -o bernoulliprobrandom2.o
bernoulliprobrandom2.c: In function 'bernoulliprobrandom2':
bernoulliprobrandom2.c:169:45: warning: 'rnewmomentdata' may be used uninitialized [-Wmaybe-uninitialized]
169 | rnewmomentdata[irow]=suml4/suml3;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
bernoulliprobrandom2.c:13:70: note: 'rnewmomentdata' was declared here
13 | *rgh=REAL(gh),*rlambdacoef=REAL(lambdacoef), *rill, *rnewmomentdata,
| ^~~~~~~~~~~~~~
bernoulliprobrandom2.c:80:50: warning: 'rsum3' may be used uninitialized [-Wmaybe-uninitialized]
80 | rsum3[i2]=0.0;
| ~~~~~~~~~^~~~
bernoulliprobrandom2.c:14:65: note: 'rsum3' was declared here
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~
bernoulliprobrandom2.c:81:50: warning: 'rsum4' may be used uninitialized [-Wmaybe-uninitialized]
81 | rsum4[i2]=0.0;
| ~~~~~~~~~^~~~
bernoulliprobrandom2.c:14:73: note: 'rsum4' was declared here
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~
bernoulliprobrandom2.c:82:50: warning: 'rsum5' may be used uninitialized [-Wmaybe-uninitialized]
82 | rsum5[i2]=0.0;
| ~~~~~~~~~^~~~
bernoulliprobrandom2.c:14:81: note: 'rsum5' was declared here
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~
bernoulliprobrandom2.c:14:89: warning: 'rsum3total' may be used uninitialized [-Wmaybe-uninitialized]
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~~~~~~
bernoulliprobrandom2.c:15:19: warning: 'rsum4total' may be used uninitialized [-Wmaybe-uninitialized]
15 | *rsum4total, *rsum5total, myoutcomex, myoutcomep, mynoutcomep, rtaucoef;
| ^~~~~~~~~~
bernoulliprobrandom2.c:15:32: warning: 'rsum5total' may be used uninitialized [-Wmaybe-uninitialized]
15 | *rsum4total, *rsum5total, myoutcomex, myoutcomep, mynoutcomep, rtaucoef;
| ^~~~~~~~~~
bernoulliprobrandom2.c:149:38: warning: 'suml4' may be used uninitialized [-Wmaybe-uninitialized]
149 | suml4=suml4+new3p*exp(sum2total+new3w);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bernoulliprobrandom2.c:14:51: note: 'suml4' was declared here
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~
bernoulliprobrandom2.c:150:38: warning: 'suml5' may be used uninitialized [-Wmaybe-uninitialized]
150 | suml5=suml5+new3p*new3p*exp(sum2total+new3w);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bernoulliprobrandom2.c:14:57: note: 'suml5' was declared here
14 | product, sum2, sum2total, suml3, suml4,suml5, *rsum3, *rsum4, *rsum5, *rsum3total,
| ^~~~~
bernoulliprobrandom2.c:197:29: warning: 'newmomentdata' may be used uninitialized [-Wmaybe-uninitialized]
197 | if (lupdatemoments) SET_VECTOR_ELT(ans, 1, newmomentdata);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bernoulliprobrandom2.c:8:25: note: 'newmomentdata' was declared here
8 | SEXP ans, ill, newmomentdata, sum3, sum4, sum5, sum3total, sum4total, sum5total;
| ^~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c lcemalgorith.c -o lcemalgorith.o
gcc -shared -s -static-libgcc -o randomLCA.dll tmp.def bernoulliprob.o bernoulliprobrandom.o bernoulliprobrandom2.o init.o lcemalgorith.o -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/2025_10_21_12_46_10_10564/RtmpO4Kqxk/R.INSTALL77f831e370e1/randomLCA/src'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/RtmpO4Kqxk/R.INSTALL77f831e370e1/randomLCA/src'
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/RtmpO4Kqxk/R.INSTALL77f831e370e1/randomLCA/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-randomLCA/00new/randomLCA/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 'randomLCA' as randomLCA_1.1-4.zip
* DONE (randomLCA)