* installing *source* package ‘haplo.stats’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.5 (1)’ clang-17 -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 groupsum.c -o groupsum.o clang-17 -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 haplo.stats_init.c -o haplo.stats_init.o clang-17 -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 haplo_em_pin.c -o haplo_em_pin.o haplo_em_pin.c:424:77: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] 424 | REprintf("%5d %6.4f %9d %7ld %4i", so[i]->id, so[i]->wt, so[i]->pair_id,so[i]->code,so[i]->keep); | ~~~~ ^~~~~~~~~~~ | %7d haplo_em_pin.c:466:32: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] 466 | REprintf(" %5ld %6.4f\n", i, prior[i]); | ~~~~ ^ | %5d haplo_em_pin.c:1154:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1154 | Rf_error(string); | ^~~~~~ haplo_em_pin.c:1154:12: note: treat the string as an argument to avoid this 1154 | Rf_error(string); | ^ | "%s", 3 warnings generated. clang-17 -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 louis_info.c -o louis_info.o louis_info.c:468:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 468 | Rf_error(string); | ^~~~~~ louis_info.c:468:12: note: treat the string as an argument to avoid this 468 | Rf_error(string); | ^ | "%s", 1 warning generated. clang-17 -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 seqhap.c -o seqhap.o clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o haplo.stats.so groupsum.o haplo.stats_init.o haplo_em_pin.o louis_info.o seqhap.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/haplo.stats.Rcheck/00LOCK-haplo.stats/00new/haplo.stats/libs ** R ** data ** 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 ** 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 (haplo.stats)