* installing *source* package 'yyjsonr' ... ** 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 R-yyjson-parse.c -o R-yyjson-parse.o R-yyjson-parse.c: In function 'parse_json_from_str': R-yyjson-parse.c:1849:59: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 1849 | error("Error parsing JSON: %s code: %u at position: %ld\n", err.msg, err.code, err.pos); | ~~^ ~~~~~~~ | | | | long int size_t {aka long long unsigned int} | %lld R-yyjson-parse.c: In function 'parse_json_from_file': R-yyjson-parse.c:1882:69: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 1882 | error("Error parsing JSON file '%s': %s code: %u at position: %ld\n", | ~~^ | | | long int | %lld 1883 | filename, err.msg, err.code, err.pos); | ~~~~~~~ | | | size_t {aka long long unsigned int} R-yyjson-parse.c: In function 'validate_json_file_': R-yyjson-parse.c:1964:73: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 1964 | warning("Error parsing JSON file '%s': %s code: %u at position: %ld\n", | ~~^ | | | long int | %lld 1965 | filename, err.msg, err.code, err.pos); | ~~~~~~~ | | | size_t {aka long long unsigned int} R-yyjson-parse.c: In function 'validate_json_str_': R-yyjson-parse.c:1993:63: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 1993 | warning("Error parsing JSON: %s code: %u at position: %ld\n", | ~~^ | | | long int | %lld 1994 | err.msg, err.code, err.pos); | ~~~~~~~ | | | size_t {aka long long unsigned int} 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 R-yyjson-serialize.c -o R-yyjson-serialize.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 init.c -o 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 yyjson.c -o yyjson.o gcc -shared -s -static-libgcc -o yyjsonr.dll tmp.def R-yyjson-parse.o R-yyjson-serialize.o init.o yyjson.o -lz -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-yyjsonr/00new/yyjsonr/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (yyjsonr)