* installing *source* package 'harmony' ...
** this is package 'harmony' version '2.0.2'
** package 'harmony' successfully unpacked and MD5 sums checked
** using staged installation
checking for BLAS procedures...
  BLAS procedures NOT found -- disabling BLAS for Armadillo
checking for LAPACK procedures (spotrf_, sgesv_)...
  LAPACK procedures NOT found -- disabling LAPACK for Armadillo
configure: src/Makevars written
  PKG_CXXFLAGS = -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK
  PKG_LIBS     = -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_04_28_01_50_01_25140/RtmpqMeUrZ/R.INSTALL43541ce718f9/harmony/src'
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppProgress/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppProgress/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c harmony.cpp -o harmony.o
harmony.cpp: In member function 'void harmony::moe_correct_ridge_cpp()':
harmony.cpp:374:64: warning: comparison of integer expressions of different signedness: 'unsigned int' and '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} [-Wsign-compare]
  374 |       if ((current_covariate < covariate_bounds.size()) && !(b < covariate_bounds[current_covariate])) {
harmony.cpp:395:64: warning: comparison of integer expressions of different signedness: 'unsigned int' and '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} [-Wsign-compare]
  395 |       if ((current_covariate < covariate_bounds.size()) && !(b < covariate_bounds[current_covariate])) {
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppProgress/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c timer.cpp -o timer.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppProgress/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c utils.cpp -o utils.o
g++ -std=gnu++20 -shared -s -static-libgcc -o harmony.dll tmp.def RcppExports.o harmony.o timer.o utils.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -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_04_28_01_50_01_25140/RtmpqMeUrZ/R.INSTALL43541ce718f9/harmony/src'
make[1]: Entering directory '/d/temp/2026_04_28_01_50_01_25140/RtmpqMeUrZ/R.INSTALL43541ce718f9/harmony/src'
make[1]: Leaving directory '/d/temp/2026_04_28_01_50_01_25140/RtmpqMeUrZ/R.INSTALL43541ce718f9/harmony/src'
installing to d:/Rcompile/CRANpkg/lib/4.7/00LOCK-harmony/00new/harmony/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'harmony' as harmony_2.0.2.zip
* DONE (harmony)