* installing *source* package 'maxnodf' ...
** package 'maxnodf' 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/Rtmps9Axa6/R.INSTALLabc8279277c1/maxnodf/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -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'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 fast_toolbox.cpp -o fast_toolbox.o
fast_toolbox.cpp: In function 'Rcpp::NumericMatrix mmult(const Rcpp::NumericMatrix&, const Rcpp::NumericMatrix&)':
fast_toolbox.cpp:119:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  119 |     for (size_t i = 0; i < m1.nrow(); ++i) {
      |                        ~~^~~~~~~~~~~
fast_toolbox.cpp:121:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  121 |         for (size_t j = 0; j < m2.ncol(); ++j) {
      |                            ~~^~~~~~~~~~~
fast_toolbox.cpp: In function 'Rcpp::NumericMatrix hill_climb_step_cpp(Rcpp::NumericMatrix, int)':
fast_toolbox.cpp:553:12: warning: variable 'rem_nodf' set but not used [-Wunused-but-set-variable]
  553 |     double rem_nodf = 0.0;
      |            ^~~~~~~~
fast_toolbox.cpp: In function 'Rcpp::NumericMatrix sim_anneal_opt_cpp(Rcpp::NumericMatrix, double, int, double, double)':
fast_toolbox.cpp:648:12: warning: variable 'rem_nodf' set but not used [-Wunused-but-set-variable]
  648 |     double rem_nodf = 0.0;
      |            ^~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o maxnodf.dll tmp.def RcppExports.o fast_toolbox.o -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/Rtmps9Axa6/R.INSTALLabc8279277c1/maxnodf/src'
make[1]: Entering directory '/d/temp/Rtmps9Axa6/R.INSTALLabc8279277c1/maxnodf/src'
make[1]: Leaving directory '/d/temp/Rtmps9Axa6/R.INSTALLabc8279277c1/maxnodf/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-maxnodf/00new/maxnodf/libs/x64
** R
** 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 'maxnodf' as maxnodf_1.0.0.zip
* DONE (maxnodf)