* installing *source* package ‘bases’ ... ** this is package ‘bases’ version ‘0.2.1’ ** using staged installation ** libs using C++ compiler: ‘g++-16 (Debian 16.1.0-3) 16.1.0’ g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bart.cpp -o bart.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cpp11.cpp -o cpp11.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c dist.cpp -o dist.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c im2col.cpp -o im2col.o g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c tpsob.cpp -o tpsob.o tpsob.cpp: In function ‘cpp11::integers_matrix<> mult_partition(int, int)’: tpsob.cpp:37:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 37 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R-d-gcc-16/lib -Wl,-O1 -o bases.so bart.o cpp11.o dist.o im2col.o tpsob.o -L/home/hornik/tmp/R-d-gcc-16/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/bases.Rcheck/00LOCK-bases/00new/bases/libs ** 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 ** 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 (bases)