* installing *source* package 'localLLM' ...
** this is package 'localLLM' version '1.0.1'
** package 'localLLM' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
using C++17
make[1]: Entering directory '/d/temp/2025_10_17_01_50_01_31369/Rtmp4MlZwt/R.INSTALL7fc023237520/localLLM/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/Rcpp/include"    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c init.cpp -o init.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/Rcpp/include"    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c interface.cpp -o interface.o
interface.cpp: In function 'SEXPREC* r_apply_chat_template(SEXP, SEXP, SEXP, SEXP)':
interface.cpp:232:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  232 |     for(size_t i = 0; i < chat_messages_list.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/Rcpp/include"    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c proxy.cpp -o proxy.o
g++ -shared -s -static-libgcc -o localLLM.dll tmp.def init.o interface.o proxy.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_17_01_50_01_31369/Rtmp4MlZwt/R.INSTALL7fc023237520/localLLM/src'
make[1]: Entering directory '/d/temp/2025_10_17_01_50_01_31369/Rtmp4MlZwt/R.INSTALL7fc023237520/localLLM/src'
make[1]: Leaving directory '/d/temp/2025_10_17_01_50_01_31369/Rtmp4MlZwt/R.INSTALL7fc023237520/localLLM/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-localLLM/00new/localLLM/libs/x64
** 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
** 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 'localLLM' as localLLM_1.0.1.zip
* DONE (localLLM)