* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * 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++-14 (Debian 14.3.0-8) 14.3.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4efThm/R.INSTALL16cbdb18021cfd/localLLM/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG `/home/hornik/tmp/R.check/r-release-gcc/Work/build/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG `/home/hornik/tmp/R.check/r-release-gcc/Work/build/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 232 | for(size_t i = 0; i < chat_messages_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG `/home/hornik/tmp/R.check/r-release-gcc/Work/build/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c proxy.cpp -o proxy.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o localLLM.so init.o interface.o proxy.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4efThm/R.INSTALL16cbdb18021cfd/localLLM/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4efThm/R.INSTALL16cbdb18021cfd/localLLM/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4efThm/R.INSTALL16cbdb18021cfd/localLLM/src' installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-localLLM/00new/localLLM/libs ** 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 ** 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 (localLLM)