* installing *source* package 'weightedScores' ...
** package 'weightedScores' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpuCeioZ/R.INSTALL1bb6c5c261c32/weightedScores/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mvnapp.c -o mvnapp.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mvnscher.c -o mvnscher.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mvnsub.c -o mvnsub.o
mvnsub.c: In function 'mvn2':
mvnsub.c:253:11: warning: variable 'rr' set but not used [-Wunused-but-set-variable]
  253 |    double rr[M][M];
      |           ^~
mvnsub.c: In function 'approx2':
mvnsub.c:411:24: warning: variable 'm1' set but not used [-Wunused-but-set-variable]
  411 |    int ii,a1,a2,a3,idt,m1,a4;
      |                        ^~
mvnsub.c: In function 'nexper':
mvnsub.c:488:15: warning: variable 'nm3' set but not used [-Wunused-but-set-variable]
  488 | { int s,d,i,j,nm3,j1,j2,ia,l,i1,m;
      |               ^~~
mvnsub.c:516:7: warning: 'l' may be used uninitialized [-Wmaybe-uninitialized]
  516 |      a[l]=ia; a[i1]=m; *even=1; return;
      |       ^
mvnsub.c:488:28: note: 'l' was declared here
  488 | { int s,d,i,j,nm3,j1,j2,ia,l,i1,m;
      |                            ^
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pbnorm.c -o pbnorm.o
pbnorm.c: In function 'bivnor':
pbnorm.c:27:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   27 |        if(b<0.) b=0.; if(b>1.) b=1.; return(b);
      |        ^~
pbnorm.c:27:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   27 |        if(b<0.) b=0.; if(b>1.) b=1.; return(b);
      |                       ^~
pbnorm.c:32:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   32 |         if(b<0.) b=0.; if(b>1.) b=1.; return(b);
      |         ^~
pbnorm.c:32:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   32 |         if(b<0.) b=0.; if(b>1.) b=1.; return(b);
      |                        ^~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c phi.c -o phi.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pmnorm.c -o pmnorm.o
pmnorm.c:26:27: warning: missing braces around initializer [-Wmissing-braces]
   26 | static double  coef[6][4]={0.0, 0.0, 0.0, 0.0,
      |                           ^
      |                            {                 }
   27 |         0.0, 0.311111111111111, 0.333333333333333, 0.5,
      |         {                                             }
   28 |         0.0, 1.422222222222222, 0.0, 0.0,
      |         {                               }
   29 |         0.0, 0.533333333333333, 1.333333333333333, 0.0,
      |         {                                             }
   30 |         0.0, 1.422222222222222, 0.0, 0.0,
      |         {                               }
   31 |         0.0, 0.311111111111111, 0.333333333333333, 0.5 };
      |         {                                              }
pmnorm.c: In function 'mulnor':
pmnorm.c:324:11: warning: 'sd[2]' may be used uninitialized [-Wmaybe-uninitialized]
  324 |        y2 = (xss[nm2][nm1] - c[2]) / sd[2];
      |        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pmnorm.c:37:32: note: 'sd[2]' was declared here
   37 |     double c[8], d[8], co[26], sd[3];
      |                                ^~
pmnorm.c:323:11: warning: 'sd[1]' may be used uninitialized [-Wmaybe-uninitialized]
  323 |     {  y1 = (xss[nm1][nm1] - c[1]) / sd[1];
      |        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pmnorm.c:37:32: note: 'sd[1]' was declared here
   37 |     double c[8], d[8], co[26], sd[3];
      |                                ^~
pmnorm.c:326:13: warning: 'rho' may be used uninitialized [-Wmaybe-uninitialized]
  326 |        wb = bivnor(y1, x2, rho); ans[l] += wu - wt - wb;
      |             ^~~~~~~~~~~~~~~~~~~
pmnorm.c:47:34: note: 'rho' was declared here
   47 |      eplos, epsi, ept, fac, fsa, rho, sigc, t, tem, temb, temp, wb,
      |                                  ^~~
pmnorm.c:277:7: warning: 'simps' may be used uninitialized [-Wmaybe-uninitialized]
  277 |     if(simps==0)
      |       ^
pmnorm.c:45:9: note: 'simps' was declared here
   45 |     int simps,ipr;
      |         ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pnorms.c -o pnorms.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c posdef.c -o posdef.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r_mvn1der.c -o r_mvn1der.o
r_mvn1der.c: In function 'r_mvndu':
r_mvn1der.c:112:20: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  112 |   if((*ksign)>0) bb=b[m]; else bb=a[m];
      |                  ~~^~~~~
r_mvn1der.c:77:30: note: 'b' declared here
   77 |   double rr[M][M],mu[M],a[M],b[M],rc[M][M],dd[M];
      |                              ^
r_mvn1der.c:112:34: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  112 |   if((*ksign)>0) bb=b[m]; else bb=a[m];
      |                                ~~^~~~~
r_mvn1der.c:77:25: note: 'a' declared here
   77 |   double rr[M][M],mu[M],a[M],b[M],rc[M][M],dd[M];
      |                         ^
r_mvn1der.c: In function 'r_mvndrh':
r_mvn1der.c:220:5: warning: 'rr' may be used uninitialized [-Wmaybe-uninitialized]
  220 |   rh=rr[m1][m]; r1=1./(1.-rh*rh);
      |   ~~^~~~~~~~~~
r_mvn1der.c:152:10: note: 'rr' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |          ^~
r_mvn1der.c:258:7: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  258 |   if(a[m1]>-6. && a[m]>-6.)
      |      ~^~~~
r_mvn1der.c:152:19: note: 'a' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
r_mvn1der.c:188:10: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  188 |       tem=a[m1]; a[m1]=a[j1]; a[j1]=tem;
      |       ~~~^~~~~~
r_mvn1der.c:152:19: note: 'a' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
r_mvn1der.c:189:10: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  189 |       tem=b[m1]; b[m1]=b[j1]; b[j1]=tem;
      |       ~~~^~~~~~
r_mvn1der.c:152:24: note: 'b' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                        ^
r_mvn1der.c:189:25: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  189 |       tem=b[m1]; b[m1]=b[j1]; b[j1]=tem;
      |                        ~^~~~
r_mvn1der.c:152:24: note: 'b' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                        ^
r_mvn1der.c:188:25: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  188 |       tem=a[m1]; a[m1]=a[j1]; a[j1]=tem;
      |                        ~^~~~
r_mvn1der.c:152:19: note: 'a' declared here
  152 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r_mvn2der.c -o r_mvn2der.o
r_mvn2der.c: In function 'r_mvndu2':
r_mvn2der.c:112:20: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  112 |   if((*ksign)>0) bb=b[m]; else bb=a[m];
      |                  ~~^~~~~
r_mvn2der.c:78:30: note: 'b' declared here
   78 |   double rr[M][M],mu[M],a[M],b[M],rc[M][M],dd[M];
      |                              ^
r_mvn2der.c:112:34: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  112 |   if((*ksign)>0) bb=b[m]; else bb=a[m];
      |                                ~~^~~~~
r_mvn2der.c:78:25: note: 'a' declared here
   78 |   double rr[M][M],mu[M],a[M],b[M],rc[M][M],dd[M];
      |                         ^
r_mvn2der.c: In function 'r_mvndrh2':
r_mvn2der.c:219:5: warning: 'rr' may be used uninitialized [-Wmaybe-uninitialized]
  219 |   rh=rr[m1][m]; r1=1./(1.-rh*rh);
      |   ~~^~~~~~~~~~
r_mvn2der.c:151:10: note: 'rr' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |          ^~
r_mvn2der.c:257:7: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  257 |   if(a[m1]>-6. && a[m]>-6.)
      |      ~^~~~
r_mvn2der.c:151:19: note: 'a' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
r_mvn2der.c:187:10: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  187 |       tem=a[m1]; a[m1]=a[j1]; a[j1]=tem;
      |       ~~~^~~~~~
r_mvn2der.c:151:19: note: 'a' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
r_mvn2der.c:188:10: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  188 |       tem=b[m1]; b[m1]=b[j1]; b[j1]=tem;
      |       ~~~^~~~~~
r_mvn2der.c:151:24: note: 'b' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                        ^
r_mvn2der.c:188:25: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  188 |       tem=b[m1]; b[m1]=b[j1]; b[j1]=tem;
      |                        ~^~~~
r_mvn2der.c:151:24: note: 'b' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                        ^
r_mvn2der.c:187:25: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  187 |       tem=a[m1]; a[m1]=a[j1]; a[j1]=tem;
      |                        ~^~~~
r_mvn2der.c:151:19: note: 'a' declared here
  151 |   double rr[M][M],a[M],b[M],rc[M][M],dd[M];
      |                   ^
gcc -shared -s -static-libgcc -o weightedScores.dll tmp.def mvnapp.o mvnscher.o mvnsub.o pbnorm.o phi.o pmnorm.o pnorms.o posdef.o r_mvn1der.o r_mvn2der.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpuCeioZ/R.INSTALL1bb6c5c261c32/weightedScores/src'
make[1]: Entering directory '/d/temp/RtmpuCeioZ/R.INSTALL1bb6c5c261c32/weightedScores/src'
make[1]: Leaving directory '/d/temp/RtmpuCeioZ/R.INSTALL1bb6c5c261c32/weightedScores/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-weightedScores/00new/weightedScores/libs/x64
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'weightedScores' as weightedScores_0.9.5.3.zip
* DONE (weightedScores)