* installing *source* package 'pln' ...
** package 'pln' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpMx7Gwe/R.INSTALL304443f4d420c/pln/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c amatrix.c -o amatrix.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcplncov.c -o bcplncov.o
bcplncov.c: In function 'Rbclcov':
bcplncov.c:445:33: warning: variable 'm2' set but not used [-Wunused-but-set-variable]
  445 |   int ip,jp,j1,j2,k1,k2,iv,r,ic,m2,ijk,ic1,ic2;
      |                                 ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cmata.c -o cmata.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c d2v.c -o d2v.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c geppldet.c -o geppldet.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c m2.c -o m2.o
m2.c: In function 'Rm2':
m2.c:485:14: warning: variable 'x2' set but not used [-Wunused-but-set-variable]
  485 |    double m2,x2,n2;
      |              ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c m2rasch.c -o m2rasch.o
m2rasch.c: In function 'rpghder':
m2rasch.c:362:19: warning: variable 'np1' set but not used [-Wunused-but-set-variable]
  362 |   int i,j,k,np,id,np1;
      |                   ^~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nrbcpln.c -o nrbcpln.o
nrbcpln.c: In function 'plnbclk':
nrbcpln.c:251:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  251 |     for(ip=0;ip<np;ip++) Rprintf("%f ", dd[ip][np]); Rprintf("\n");
      |     ^~~
nrbcpln.c:251:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  251 |     for(ip=0;ip<np;ip++) Rprintf("%f ", dd[ip][np]); Rprintf("\n");
      |                                                      ^~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nrmin.c -o nrmin.o
nrmin.c: In function 'nrmin':
nrmin.c:91:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   91 |       for(j=0;j<np;j++) Rprintf("%f ", val[j]); Rprintf("\n");
      |       ^~~
nrmin.c:91:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   91 |       for(j=0;j<np;j++) Rprintf("%f ", val[j]); Rprintf("\n");
      |                                                 ^~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nrminbcl.c -o nrminbcl.o
nrminbcl.c: In function 'nrminbcl':
nrminbcl.c:94:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   94 |       for(j=0;j<np;j++) Rprintf("%f ", val[j]); Rprintf("\n");
      |       ^~~
nrminbcl.c:94:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   94 |       for(j=0;j<np;j++) Rprintf("%f ", val[j]); Rprintf("\n");
      |                                                 ^~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nrmlepln.c -o nrmlepln.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nrmlerasch.c -o nrmlerasch.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pln_init.c -o pln_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c polyder2.c -o polyder2.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c simulpln.c -o simulpln.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ssgauher.c -o ssgauher.o
ssgauher.c: In function 'gauher':
ssgauher.c:53:7: warning: variable 'n1' set but not used [-Wunused-but-set-variable]
   53 |   int n1,i,n2,ni;
      |       ^~
ssgauher.c:66:15: warning: 'xt' may be used uninitialized [-Wmaybe-uninitialized]
   66 |     else xt=2.*xt-x[i-2]; /* all other zeros */
      |             ~~^~~
ssgauher.c:54:15: note: 'xt' was declared here
   54 |   double fn,s,xt,dpn,pn1;
      |               ^~
ssgauher.c:71:16: warning: 'dpn' may be used uninitialized [-Wmaybe-uninitialized]
   71 |     a[i]=2./dpn/dpn;
      |          ~~~~~~^~~~
ssgauher.c:54:18: note: 'dpn' was declared here
   54 |   double fn,s,xt,dpn,pn1;
      |                  ^~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c startpln.c -o startpln.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DR -DALL   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c x2statb.c -o x2statb.o
gcc -shared -s -static-libgcc -o pln.dll tmp.def amatrix.o bcplncov.o cmata.o d2v.o geppldet.o m2.o m2rasch.o nrbcpln.o nrmin.o nrminbcl.o nrmlepln.o nrmlerasch.o pln_init.o polyder2.o simulpln.o ssgauher.o startpln.o x2statb.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpMx7Gwe/R.INSTALL304443f4d420c/pln/src'
make[1]: Entering directory '/d/temp/RtmpMx7Gwe/R.INSTALL304443f4d420c/pln/src'
make[1]: Leaving directory '/d/temp/RtmpMx7Gwe/R.INSTALL304443f4d420c/pln/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-pln/00new/pln/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 'pln' as pln_0.2-2.zip
* DONE (pln)