* installing *source* package 'flownet' ...
** this is package 'flownet' version '0.3.0'
** package 'flownet' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_06_01_01_50_00_17078/RtmpKmKxtb/R.INSTALL18db41ce3a5b/flownet/src'
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c critical_link_analysis.c -o critical_link_analysis.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c path_sized_logit.c -o path_sized_logit.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o
utils.c: In function 'contract_linear_nodes':
utils.c:340:3: warning: 'memset' specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
340 | memset(processed, 0, (size_t) n_nodes * sizeof(char));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -s -static-libgcc -o flownet.dll tmp.def critical_link_analysis.o init.o path_sized_logit.o utils.o -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_06_01_01_50_00_17078/RtmpKmKxtb/R.INSTALL18db41ce3a5b/flownet/src'
make[1]: Entering directory '/d/temp/2026_06_01_01_50_00_17078/RtmpKmKxtb/R.INSTALL18db41ce3a5b/flownet/src'
make[1]: Leaving directory '/d/temp/2026_06_01_01_50_00_17078/RtmpKmKxtb/R.INSTALL18db41ce3a5b/flownet/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-flownet/00new/flownet/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 'flownet' as flownet_0.3.0.zip
* DONE (flownet)