* installing *source* package 'checkmate' ...
** package 'checkmate' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpwjqSIC/R.INSTALL1ba4427af6cf4/checkmate/src'
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 all_missing.c -o all_missing.o
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 any_infinite.c -o any_infinite.o
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 any_missing.c -o any_missing.o
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 any_nan.c -o any_nan.o
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 checks.c -o checks.o
checks.c: In function 'c_check_integerish':
checks.c:489:80: warning: unknown conversion type character 'j' in format [-Wformat=]
  489 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd is not in integer range", ok.pos);
      |                                                                                ^
checks.c:489:36: warning: too many arguments for format [-Wformat-extra-args]
  489 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd is not in integer range", ok.pos);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:493:80: warning: unknown conversion type character 'j' in format [-Wformat=]
  493 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd is not close to an integer", ok.pos);
      |                                                                                ^
checks.c:493:36: warning: too many arguments for format [-Wformat-extra-args]
  493 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd is not close to an integer", ok.pos);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:497:80: warning: unknown conversion type character 'j' in format [-Wformat=]
  497 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd has an imaginary part", ok.pos);
      |                                                                                ^
checks.c:497:36: warning: too many arguments for format [-Wformat-extra-args]
  497 |                 snprintf(msg, 255, "Must be of type 'integerish', but element %jd has an imaginary part", ok.pos);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 find_nchar.c -o find_nchar.o
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 guess_type.c -o guess_type.o
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.c -o helper.o
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  -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 integerish.c -o integerish.o
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 is_sorted.c -o is_sorted.o
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 qassert.c -o qassert.o
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 which_first.c -o which_first.o
gcc -shared -s -static-libgcc -o checkmate.dll tmp.def all_missing.o any_infinite.o any_missing.o any_nan.o checks.o find_nchar.o guess_type.o helper.o init.o integerish.o is_sorted.o qassert.o which_first.o -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
make[1]: Leaving directory '/d/temp/RtmpwjqSIC/R.INSTALL1ba4427af6cf4/checkmate/src'
make[1]: Entering directory '/d/temp/RtmpwjqSIC/R.INSTALL1ba4427af6cf4/checkmate/src'
make[1]: Leaving directory '/d/temp/RtmpwjqSIC/R.INSTALL1ba4427af6cf4/checkmate/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-checkmate/00new/checkmate/libs/x64
** R
** 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
* MD5 sums
packaged installation of 'checkmate' as checkmate_2.3.1.zip
* DONE (checkmate)