* installing *source* package 'haplo.stats' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c groupsum.c -o groupsum.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c haplo.stats_init.c -o haplo.stats_init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c haplo_em_pin.c -o haplo_em_pin.o haplo_em_pin.c: In function 'write_hap_list': haplo_em_pin.c:424:32: warning: format '%ld' expects argument of type 'long int', but argument 5 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); | ~~~^ ~~~~~~~~~~~ | | | | long int int | %7d haplo_em_pin.c: In function 'write_prior': haplo_em_pin.c:466:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] 466 | REprintf(" %5ld %6.4f\n", i, prior[i]); | ~~~^ ~ | | | | long int int | %5d gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c louis_info.c -o louis_info.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c seqhap.c -o seqhap.o gcc -shared -s -static-libgcc -o haplo.stats.dll tmp.def groupsum.o haplo.stats_init.o haplo_em_pin.o louis_info.o seqhap.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-haplo.stats/00new/haplo.stats/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (haplo.stats)