* installing *source* package 'bases' ...
** this is package 'bases' version '0.2.0'
** package 'bases' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_03_10_01_50_00_7065/RtmpcvrC3l/R.INSTALL1138c5ad07b3/bases/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bart.cpp -o bart.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dist.cpp -o dist.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c im2col.cpp -o im2col.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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<std::vector<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
37 | for (int i = 0; i < result.size(); i++) {
| ~~^~~~~~~~~~~~~~~
g++ -std=gnu++20 -shared -s -static-libgcc -o bases.dll tmp.def bart.o cpp11.o dist.o im2col.o tpsob.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_03_10_01_50_00_7065/RtmpcvrC3l/R.INSTALL1138c5ad07b3/bases/src'
make[1]: Entering directory '/d/temp/2026_03_10_01_50_00_7065/RtmpcvrC3l/R.INSTALL1138c5ad07b3/bases/src'
make[1]: Leaving directory '/d/temp/2026_03_10_01_50_00_7065/RtmpcvrC3l/R.INSTALL1138c5ad07b3/bases/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-bases/00new/bases/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
* MD5 sums
packaged installation of 'bases' as bases_0.2.0.zip
* DONE (bases)