* installing *source* package 'brnn' ...
** this is package 'brnn' version '0.9.4'
** package 'brnn' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpg7Wi7o/R.INSTALL6f4022333425/brnn/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c util.c -o util.o
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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 -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpg7Wi7o/R.INSTALL6f4022333425/brnn/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpg7Wi7o/R.INSTALL6f4022333425/brnn/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpg7Wi7o/R.INSTALL6f4022333425/brnn/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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.4.zip
* DONE (brnn)