* installing *source* package 'ddalpha' ...
** package 'ddalpha' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using Fortran compiler: 'GNU Fortran (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpw5Aw5v/R.INSTALLdccc8387ef8/ddalpha/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 AlphaProcedure.cpp -o AlphaProcedure.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from AlphaProcedure.cpp:14:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 BandDepth.cpp -o BandDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from BandDepth.cpp:1:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 Common.cpp -o Common.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from Common.cpp:10:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
Common.cpp: In function 'double determinant(bMatrix&)':
Common.cpp:164:27: warning: comparison of integer expressions of different signedness: 'int' and 'boost::numeric::ublas::vector<long long unsigned int, boost::numeric::ublas::unbounded_array<long long unsigned int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  164 |         for (int i = 0; i < pivots.size(); ++i)
      |                         ~~^~~~~~~~~~~~~~~
Common.cpp:166:31: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
  166 |                 if (pivots(i) != i)
      |                     ~~~~~~~~~~^~~~
Common.cpp: In function 'void outVector(TPoint&)':
Common.cpp:270:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  270 |         for (int j = 0; j < point.size(); j++){
      |                         ~~^~~~~~~~~~~~~~
Common.cpp: In function 'void outMatrix(TMatrix&)':
Common.cpp:280:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  280 |         for (int i = 0; i < points.size(); i++){
      |                         ~~^~~~~~~~~~~~~~~
Common.cpp:282:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  282 |                 for (int j = 0; j < points[i].size(); j++){
      |                                 ~~^~~~~~~~~~~~~~~~~~
Common.cpp: In function 'void outFeatures(Features)':
Common.cpp:294:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Feature>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  294 |         for (int i = 0; i < fs.size(); i++){
      |                         ~~^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 DKnn.cpp -o DKnn.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from DKnn.cpp:10:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
DKnn.cpp: In function 'void knnGetClasses(TDMatrix, int*, int, int, int, TDMatrix, int, int, bool, int, int*)':
DKnn.cpp:76:28: warning: 'prjs' may be used uninitialized [-Wmaybe-uninitialized]
   76 |                 CountDepths(reflected, learnlabels, nlearn * 2, d, learnpoints, nlearn,
      |                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |                         depthType, depths, tempDepths,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |                         car, dirs, prjs, ptPrjDepths, ndir // halfspace
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         );
      |                         ~   
DKnn.cpp:63:18: note: 'prjs' was declared here
   63 |         TDMatrix prjs; if (depthType == 1) prjs = newM(ndir, nlearn * 2);
      |                  ^~~~
DKnn.cpp:76:28: warning: 'dirs' may be used uninitialized [-Wmaybe-uninitialized]
   76 |                 CountDepths(reflected, learnlabels, nlearn * 2, d, learnpoints, nlearn,
      |                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |                         depthType, depths, tempDepths,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |                         car, dirs, prjs, ptPrjDepths, ndir // halfspace
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         );
      |                         ~   
DKnn.cpp:62:18: note: 'dirs' was declared here
   62 |         TDMatrix dirs; if (depthType == 1) dirs = newM(ndir, d);
      |                  ^~~~
DKnn.cpp:76:28: warning: 'ptPrjDepths' may be used uninitialized [-Wmaybe-uninitialized]
   76 |                 CountDepths(reflected, learnlabels, nlearn * 2, d, learnpoints, nlearn,
      |                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |                         depthType, depths, tempDepths,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |                         car, dirs, prjs, ptPrjDepths, ndir // halfspace
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         );
      |                         ~   
DKnn.cpp:64:18: note: 'ptPrjDepths' was declared here
   64 |         TDMatrix ptPrjDepths; if (depthType == 1) ptPrjDepths = newM(ndir, 1);
      |                  ^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 HD.cpp -o HD.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from HD.cpp:12:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 Knn.cpp -o Knn.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from Knn.cpp:10:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 LensDepth.cpp -o LensDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from LensDepth.cpp:15:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 Mahalanobis.cpp -o Mahalanobis.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from Mahalanobis.cpp:2:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
Mahalanobis.cpp: In function 'void MahalanobisDepth(TDMatrix, TDMatrix, int, int, int, double, double*)':
Mahalanobis.cpp:32:13: warning: unused variable 'res' [-Wunused-variable]
   32 |         int res = lu_factorize(A, pm);
      |             ^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 OjaDepth.cpp -o OjaDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from OjaDepth.cpp:1:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 Polynomial.cpp -o Polynomial.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from Polynomial.cpp:14:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
Polynomial.cpp: In function 'TPoint PolynomialLearnCV(TDMatrix, int, int, int, int, int*, int*)':
Polynomial.cpp:396:25: warning: unused variable 'tmp' [-Wunused-variable]
  396 |         for (int i = 0, tmp; i < numPoints; i++){ input2[i][0] = input[i][1]; input2[i][1] = input[i][0]; } // swap columns
      |                         ^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 PotentialDepth.cpp -o PotentialDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from PotentialDepth.cpp:1:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
PotentialDepth.cpp: In function 'double EuclidianDistance(TPoint&, TPoint&)':
PotentialDepth.cpp:5:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
    5 |         for (int i = 0; i < x.size(); i++){
      |                         ~~^~~~~~~~~~
PotentialDepth.cpp: In function 'double EuclidianDistance2(TPoint&, TPoint&)':
PotentialDepth.cpp:13:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   13 |         for (int i = 0; i< x.size(); i++){
      |                         ~^~~~~~~~~~
PotentialDepth.cpp: In function 'void PotentialDepths(TMatrix&, TVariables&, TMatrix&, TMatrix&, double (*)(TPoint&, TPoint&, double), double, int)':
PotentialDepth.cpp:60:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   60 |         for (int i = 0; i < cardinalities.size(); classBeginning += cardinalities[i], i++){
      |                         ~~^~~~~~~~~~~~~~~~~~~~~~
PotentialDepth.cpp:67:60: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} [-Wsign-compare]
   67 |                         else if (classPointsDepths->size() < cardinalities[i])
PotentialDepth.cpp:76:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   76 |                 for (int p = 0; p < testpoints.size(); p++){
      |                                 ~~^~~~~~~~~~~~~~~~~~~
PotentialDepth.cpp:96:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   96 |                         for (int p = 0; p < testpoints.size(); p++){
      |                                         ~~^~~~~~~~~~~~~~~~~~~
In file included from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\vector:64,
                 from stdafx.h:18:
In member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = double; _Alloc = std::allocator<double>]',
    inlined from 'void PotentialDepths(TMatrix&, TVariables&, TMatrix&, TMatrix&, double (*)(TPoint&, TPoint&, double), double, int)' at PotentialDepth.cpp:67:36:
d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\stl_vector.h:988:40: warning: 'classPointsDepths' may be used uninitialized [-Wmaybe-uninitialized]
  988 |       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
      |                          ~~~~~~~~~~~~~~^~~~~~~~~
PotentialDepth.cpp: In function 'void PotentialDepths(TMatrix&, TVariables&, TMatrix&, TMatrix&, double (*)(TPoint&, TPoint&, double), double, int)':
PotentialDepth.cpp:56:17: note: 'classPointsDepths' was declared here
   56 |         TPoint* classPointsDepths;
      |                 ^~~~~~~~~~~~~~~~~
PotentialDepth.cpp:103:17: warning: 'classPoints' may be used uninitialized [-Wmaybe-uninitialized]
  103 |                 delete[] classPoints;
      |                 ^~~~~~~~~~~~~~~~~~~~
PotentialDepth.cpp:55:18: note: 'classPoints' was declared here
   55 |         TMatrix* classPoints;
      |                  ^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 ProjectionDepth.cpp -o ProjectionDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from ProjectionDepth.cpp:14:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
ProjectionDepth.cpp:21:12: warning: 'int CompareDec(OrderRec, OrderRec)' defined but not used [-Wunused-function]
   21 | static int CompareDec(OrderRec x, OrderRec y)
      |            ^~~~~~~~~~
ProjectionDepth.cpp:16:12: warning: 'int CompareAsc(OrderRec, OrderRec)' defined but not used [-Wunused-function]
   16 | static int CompareAsc(OrderRec x, OrderRec y)
      |            ^~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 SimplicialDepth.cpp -o SimplicialDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from SimplicialDepth.cpp:2:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
SimplicialDepth.cpp: In function 'void SimplicialDepthsEx(TDMatrix, TDMatrix, int, int, int, double*)':
SimplicialDepth.cpp:46:22: warning: unused variable 'sc' [-Wunused-variable]
   46 |                 bool sc = numSimplicesChecked == div0;
      |                      ^~
SimplicialDepth.cpp: In function 'long long unsigned int intSD2(double**, int)':
SimplicialDepth.cpp:153:28: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
  153 |         for (int i = nh; i < nn; i++) {
      |                          ~~^~~~
SimplicialDepth.cpp:154:27: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
  154 |                 while ((j <= nh - 1) && (alpha[j] + M_PI <= alpha[i] - eps)) j++;
      |                         ~~^~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 TukeyDepth.cpp -o TukeyDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from TukeyDepth.cpp:14:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 ZonoidDepth.cpp -o ZonoidDepth.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from ZonoidDepth.cpp:15:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
ZonoidDepth.cpp: In function 'double ZonoidDepth(std::vector<std::vector<double> >&, TPoint&, int&)':
ZonoidDepth.cpp:403:21: warning: comparison of integer expressions of different signedness: 'std::vector<SortRec>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  403 |   if (x_sort.size() == n) { /* Allocation successful. */
      |       ~~~~~~~~~~~~~~^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 asa047.cpp -o asa047.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 ddalpha.cpp -o ddalpha.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from ddalpha.cpp:14:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
ddalpha.cpp: In function 'void AlphaLearn(double*, int*, int*, int*, int*, int*, double*)':
ddalpha.cpp:295:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  295 |         for (int i = 0; i < direction.size(); i++){
      |                         ~~^~~~~~~~~~~~~~~~~~
ddalpha.cpp: In function 'void AlphaLearnCV(double*, int*, int*, int*, int*, int*, int*, int*, double*)':
ddalpha.cpp:314:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  314 |         for (int i = 0; i < direction.size(); i++){
      |                         ~~^~~~~~~~~~~~~~~~~~
ddalpha.cpp: In function 'void AlphaClassify(double*, int*, int*, int*, double*, int*)':
ddalpha.cpp:330:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  330 |         for (int i = 0; i < _x[0].size(); i++){
      |                         ~~^~~~~~~~~~~~~~
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c depth.fd.f -o depth.fd.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -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 stdafx.cpp -o stdafx.o
In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/arg.hpp:25,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/placeholders.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/apply.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_optimization.hpp:18,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array_wrapper.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/serialization/array.hpp:26,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/storage.hpp:22,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/vector.hpp:21,
                 from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/numeric/ublas/matrix.hpp:18,
                 from stdafx.h:21,
                 from stdafx.cpp:5:
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
  194 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  195 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |     );
      |     ~                
      |     -
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  200 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |     );
      |     ~                
      |     -
g++ -std=gnu++17 -shared -s -static-libgcc -o ddalpha.dll tmp.def AlphaProcedure.o BandDepth.o Common.o DKnn.o HD.o Knn.o LensDepth.o Mahalanobis.o OjaDepth.o Polynomial.o PotentialDepth.o ProjectionDepth.o SimplicialDepth.o TukeyDepth.o ZonoidDepth.o asa047.o ddalpha.o depth.fd.o init.o stdafx.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpw5Aw5v/R.INSTALLdccc8387ef8/ddalpha/src'
make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpw5Aw5v/R.INSTALLdccc8387ef8/ddalpha/src'
make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpw5Aw5v/R.INSTALLdccc8387ef8/ddalpha/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-ddalpha/00new/ddalpha/libs/x64
** R
** data
** 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 'ddalpha' as ddalpha_1.3.16.zip
* DONE (ddalpha)