* installing *source* package 'representr' ...
** package 'representr' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp0o8VJO/R.INSTALL23f00464b55c5/representr/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compute_not_cluster.cpp -o compute_not_cluster.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dist_col_type.cpp -o dist_col_type.o
dist_col_type.cpp: In function 'double dist_col_type(Rcpp::DataFrame, Rcpp::DataFrame, Rcpp::CharacterVector, Rcpp::NumericVector, Rcpp::List)':
dist_col_type.cpp:58:40: warning: 'which_a' may be used uninitialized [-Wmaybe-uninitialized]
   58 |       dist += weights[j] * abs(which_a - which_b);
      |                                ~~~~~~~~^~~~~~~~~
dist_col_type.cpp:51:11: note: 'which_a' was declared here
   51 |       int which_a, which_b = 0;
      |           ^~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c string_distance.cpp -o string_distance.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/ -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c within_category_compare.cpp -o within_category_compare.o
g++ -std=gnu++17 -shared -s -static-libgcc -o representr.dll tmp.def RcppExports.o compute_not_cluster.o dist_col_type.o string_distance.o within_category_compare.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/Rtmp0o8VJO/R.INSTALL23f00464b55c5/representr/src'
make[1]: Entering directory '/d/temp/Rtmp0o8VJO/R.INSTALL23f00464b55c5/representr/src'
make[1]: Leaving directory '/d/temp/Rtmp0o8VJO/R.INSTALL23f00464b55c5/representr/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-representr/00new/representr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'representr' as representr_0.1.5.zip
* DONE (representr)