* installing *source* package 'PARBONET' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c BNp_simulation.c -o BNp_simulation.o In file included from BNp_simulation.c:2: helper_functions.h:70:22: warning: function declaration isn't a prototype [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^~~~~~~~~~~~ helper_functions.h:78:28: warning: function declaration isn't a prototype [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PEW_simulation.c -o PEW_simulation.o In file included from PEW_simulation.c:2: helper_functions.h:70:22: warning: function declaration isn't a prototype [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^~~~~~~~~~~~ helper_functions.h:78:28: warning: function declaration isn't a prototype [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SDDS_simulation.c -o SDDS_simulation.o In file included from SDDS_simulation.c:2: helper_functions.h:70:22: warning: function declaration isn't a prototype [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^~~~~~~~~~~~ helper_functions.h:78:28: warning: function declaration isn't a prototype [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c helper_functions.c -o helper_functions.o In file included from helper_functions.c:1: helper_functions.h:70:22: warning: function declaration isn't a prototype [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^~~~~~~~~~~~ helper_functions.h:78:28: warning: function declaration isn't a prototype [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^~~~~~~~~~~~~~~~~ helper_functions.c:7:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] 7 | void freeAllMemory() { | ^~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -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 -shared -s -static-libgcc -o PARBONET.dll tmp.def BNp_simulation.o PEW_simulation.o SDDS_simulation.o helper_functions.o init.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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-PARBONET/00new/PARBONET/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (PARBONET)