* installing *source* package 'brnn' ...
** package 'brnn' 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/Rtmpugh7Jy/R.INSTALL2f77c57566be3/brnn/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I.    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Lanczos.c -o Lanczos.o
Lanczos.c: In function 'extreme_eigenvalues':
Lanczos.c:191:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  191 |     for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx);
      |     ^~~
Lanczos.c:191:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  191 |     for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx);
      |                                                           ^
Lanczos.c:285:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  285 |   for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q);
      |   ^~~
Lanczos.c:285:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  285 |   for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q);
      |                                              ^~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I.    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c util.c -o util.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I.    -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/include" -DNDEBUG -I.    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c win/util_win.c -o win/util_win.o
gcc -shared -s -static-libgcc -o brnn.dll tmp.def Lanczos.o util.o init.o win/util_win.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/Rtmpugh7Jy/R.INSTALL2f77c57566be3/brnn/src'
make[1]: Entering directory '/d/temp/Rtmpugh7Jy/R.INSTALL2f77c57566be3/brnn/src'
make[1]: Leaving directory '/d/temp/Rtmpugh7Jy/R.INSTALL2f77c57566be3/brnn/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-brnn/00new/brnn/libs/x64
** R
** data
** demo
** inst
** 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 'brnn' as brnn_0.9.3.zip
* DONE (brnn)