* installing *source* package ‘PARBONET’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.8 (1+b1)’ clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c BNp_simulation.c -o BNp_simulation.o In file included from BNp_simulation.c:2: ./helper_functions.h:70:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^ | void ./helper_functions.h:78:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^ | void 2 warnings generated. clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c PEW_simulation.c -o PEW_simulation.o In file included from PEW_simulation.c:2: ./helper_functions.h:70:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^ | void ./helper_functions.h:78:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^ | void 2 warnings generated. clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c SDDS_simulation.c -o SDDS_simulation.o In file included from SDDS_simulation.c:2: ./helper_functions.h:70:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^ | void ./helper_functions.h:78:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^ | void 2 warnings generated. clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c helper_functions.c -o helper_functions.o In file included from helper_functions.c:1: ./helper_functions.h:70:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 70 | static inline double doublerand_1() { return unif_rand(); } | ^ | void ./helper_functions.h:78:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 78 | static inline unsigned int intrand_fullrange() { | ^ | void helper_functions.c:7:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7 | void freeAllMemory() { | ^ | void 3 warnings generated. clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-18 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o PARBONET.so BNp_simulation.o PEW_simulation.o SDDS_simulation.o helper_functions.o init.o -llapack -L/home/hornik/tmp/R/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/PARBONET.Rcheck/00LOCK-PARBONET/00new/PARBONET/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (PARBONET)