* installing *source* package 'ecr' ...
** package 'ecr' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpSyO44e/R.INSTALLde1c1c551533/ecr/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DVARIANT=4 -c -o avl.o avl.c
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c computeHypervolume.c -o computeHypervolume.o
In file included from computeHypervolume.c:4:
computeHypervolume.c: In function 'computeHVC':
computeHypervolume.c:18:52: warning: unused variable 'len_ref' [-Wunused-variable]
   18 |   EXTRACT_NUMERIC_VECTOR(r_ref_point, c_ref_point, len_ref);
      |                                                    ^~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
computeHypervolume.c: In function 'computeHVContributionC':
computeHypervolume.c:44:52: warning: unused variable 'n_ref_point' [-Wunused-variable]
   44 |   EXTRACT_NUMERIC_VECTOR(r_ref_point, c_ref_point, n_ref_point);
      |                                                    ^~~~~~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c crowdingDistance.c -o crowdingDistance.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dominance.c -o dominance.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c emoa.indicators.cpp -o emoa.indicators.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c eps_ind.c -o eps_ind.o
In file included from eps_ind.c:38:
eps_ind.c: In function 'emoaIndEpsC':
eps_ind.c:112:52: warning: unused variable 'n_ref_objectives' [-Wunused-variable]
  112 |   EXTRACT_NUMERIC_MATRIX(ref_points, c_ref_points, n_ref_objectives, n_ref_points);
      |                                                    ^~~~~~~~~~~~~~~~
macros.h:11:19: note: in definition of macro 'EXTRACT_NUMERIC_MATRIX'
   11 |     const R_len_t N_ROW = nrows(S_EXP); \
      |                   ^~~~~
In function 'emoaIndEps',
    inlined from 'emoaIndEpsC' at eps_ind.c:114:20:
eps_ind.c:94:13: warning: 'eps_j' may be used uninitialized [-Wmaybe-uninitialized]
   94 |     else if (eps < eps_j)
      |             ^
eps_ind.c: In function 'emoaIndEpsC':
eps_ind.c:64:16: note: 'eps_j' was declared here
   64 |   double  eps, eps_j, eps_k, eps_temp;
      |                ^~~~~
In function 'emoaIndEps',
    inlined from 'emoaIndEpsC' at eps_ind.c:114:20:
eps_ind.c:89:15: warning: 'eps_k' may be used uninitialized [-Wmaybe-uninitialized]
   89 |       else if (eps_j > eps_k)
      |               ^
eps_ind.c: In function 'emoaIndEpsC':
eps_ind.c:64:23: note: 'eps_k' was declared here
   64 |   double  eps, eps_j, eps_k, eps_temp;
      |                       ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c helpers.c -o helpers.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DVARIANT=4 -c -o hv.o hv.c
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c polynomialMutation.c -o polynomialMutation.o
In file included from polynomialMutation.c:4:
polynomialMutation.c: In function 'polynomialMutationC':
polynomialMutation.c:29:42: warning: unused variable 'c_upper_length' [-Wunused-variable]
   29 |   EXTRACT_NUMERIC_VECTOR(upper, c_upper, c_upper_length);
      |                                          ^~~~~~~~~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
polynomialMutation.c:28:42: warning: unused variable 'c_lower_length' [-Wunused-variable]
   28 |   EXTRACT_NUMERIC_VECTOR(lower, c_lower, c_lower_length);
      |                                          ^~~~~~~~~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r_ind.c -o r_ind.o
In file included from r_ind.c:35:
r_ind.c: In function 'do_unary_r2_ind':
r_ind.c:197:44: warning: unused variable 'n_ideal' [-Wunused-variable]
  197 |     EXTRACT_NUMERIC_VECTOR(s_ideal, ideal, n_ideal);
      |                                            ^~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
r_ind.c:196:48: warning: unused variable 'k_weights' [-Wunused-variable]
  196 |     EXTRACT_NUMERIC_MATRIX(s_weights, weights, k_weights, n_weights);
      |                                                ^~~~~~~~~
macros.h:11:19: note: in definition of macro 'EXTRACT_NUMERIC_MATRIX'
   11 |     const R_len_t N_ROW = nrows(S_EXP); \
      |                   ^~~~~
r_ind.c: In function 'computeRIndicatorC':
r_ind.c:242:44: warning: unused variable 'n_nadir' [-Wunused-variable]
  242 |     EXTRACT_NUMERIC_VECTOR(s_nadir, nadir, n_nadir);
      |                                            ^~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
r_ind.c:241:44: warning: unused variable 'n_ideal' [-Wunused-variable]
  241 |     EXTRACT_NUMERIC_VECTOR(s_ideal, ideal, n_ideal);
      |                                            ^~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c simulatedBinaryCrossover.c -o simulatedBinaryCrossover.o
In file included from simulatedBinaryCrossover.c:4:
simulatedBinaryCrossover.c: In function 'simulatedBinaryCrossoverC':
simulatedBinaryCrossover.c:50:42: warning: unused variable 'c_upper_length' [-Wunused-variable]
   50 |   EXTRACT_NUMERIC_VECTOR(upper, c_upper, c_upper_length);
      |                                          ^~~~~~~~~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
simulatedBinaryCrossover.c:49:42: warning: unused variable 'c_lower_length' [-Wunused-variable]
   49 |   EXTRACT_NUMERIC_VECTOR(lower, c_lower, c_lower_length);
      |                                          ^~~~~~~~~~~~~~
macros.h:16:19: note: in definition of macro 'EXTRACT_NUMERIC_VECTOR'
   16 |     const R_len_t LENGTH = length(S_EXP);
      |                   ^~~~~~
simulatedBinaryCrossover.c:46:49: warning: unused variable 'n' [-Wunused-variable]
   46 |   EXTRACT_NUMERIC_MATRIX(parents, c_parents, d, n);
      |                                                 ^
macros.h:12:19: note: in definition of macro 'EXTRACT_NUMERIC_MATRIX'
   12 |     const R_len_t N_COL = ncols(S_EXP);
      |                   ^~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o ecr.dll tmp.def RcppExports.o avl.o computeHypervolume.o crowdingDistance.o dominance.o emoa.indicators.o eps_ind.o helpers.o hv.o polynomialMutation.o r_ind.o simulatedBinaryCrossover.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpSyO44e/R.INSTALLde1c1c551533/ecr/src'
make[1]: Entering directory '/d/temp/RtmpSyO44e/R.INSTALLde1c1c551533/ecr/src'
make[1]: Leaving directory '/d/temp/RtmpSyO44e/R.INSTALLde1c1c551533/ecr/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-ecr/00new/ecr/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 'ecr' as ecr_2.1.1.zip
* DONE (ecr)