* installing *source* package 'GreedyExperimentalDesign' ...
** this is package 'GreedyExperimentalDesign' version '1.6'
** package 'GreedyExperimentalDesign' 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_01_12_01_50_00_13828/RtmpgVGYZG/R.INSTALL4cc8488f7b44/GreedyExperimentalDesign/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/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'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c binary_match_utils.cpp -o binary_match_utils.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c create_block_allocation.cpp -o create_block_allocation.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c euclidean.cpp -o euclidean.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c fast_shuffle.cpp -o fast_shuffle.o
fast_shuffle.cpp: In function 'bool all_elements_same_cpp(Rcpp::NumericVector)':
fast_shuffle.cpp:39:30: 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]
   39 |         for (size_t i = 1; i < vec.size(); ++i) {
      |                            ~~^~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c greedy_orthogonalization.cpp -o greedy_orthogonalization.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c indicTs_from_pairs.cpp -o indicTs_from_pairs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c kernel_matrix.cpp -o kernel_matrix.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c kernel_quadratic_forms.cpp -o kernel_quadratic_forms.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c leave_one_out_rij.cpp -o leave_one_out_rij.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c mahalanobis.cpp -o mahalanobis.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c objective_and_standardize.cpp -o objective_and_standardize.o
objective_and_standardize.cpp: In function 'double compute_objective_val_cpp(Rcpp::NumericMatrix, Rcpp::IntegerVector, std::string, Rcpp::Nullable<Rcpp::Matrix<14> >)':
objective_and_standardize.cpp:93:32: warning: unused variable 'mean' [-Wunused-variable]
   93 |                         double mean = sum_all[j] / static_cast<double>(n);
      |                                ^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c objective_batch.cpp -o objective_batch.o
objective_batch.cpp: In function 'Rcpp::NumericVector compute_objective_vals_cpp(Rcpp::NumericMatrix, Rcpp::IntegerMatrix, std::string, Rcpp::Nullable<Rcpp::Matrix<14> >)':
objective_batch.cpp:32:32: warning: unused variable 'mean' [-Wunused-variable]
   32 |                         double mean = sum_all[j] / static_cast<double>(n);
      |                                ^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c pair_differences.cpp -o pair_differences.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c random_designs.cpp -o random_designs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c randomization_metrics.cpp -o randomization_metrics.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c var_cov_block.cpp -o var_cov_block.o
g++ -std=gnu++17 -shared -s -static-libgcc -o GreedyExperimentalDesign.dll tmp.def RcppExports.o binary_match_utils.o create_block_allocation.o euclidean.o fast_shuffle.o greedy_orthogonalization.o indicTs_from_pairs.o kernel_matrix.o kernel_quadratic_forms.o leave_one_out_rij.o mahalanobis.o objective_and_standardize.o objective_batch.o pair_differences.o random_designs.o randomization_metrics.o var_cov_block.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_01_12_01_50_00_13828/RtmpgVGYZG/R.INSTALL4cc8488f7b44/GreedyExperimentalDesign/src'
make[1]: Entering directory '/d/temp/2026_01_12_01_50_00_13828/RtmpgVGYZG/R.INSTALL4cc8488f7b44/GreedyExperimentalDesign/src'
make[1]: Leaving directory '/d/temp/2026_01_12_01_50_00_13828/RtmpgVGYZG/R.INSTALL4cc8488f7b44/GreedyExperimentalDesign/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-GreedyExperimentalDesign/00new/GreedyExperimentalDesign/libs/x64
** R
** inst
** 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 'GreedyExperimentalDesign' as GreedyExperimentalDesign_1.6.zip
* DONE (GreedyExperimentalDesign)