* installing *source* package 'conquer' ...
** package 'conquer' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++17
make[1]: Entering directory '/d/temp/RtmpOCoirL/R.INSTALL2b99861fc3308/conquer/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c defFun.cpp -o defFun.o
defFun.cpp: In function 'void lossQr(const arma::mat&, const arma::vec&, const arma::vec&, double, int, arma::vec&, arma::vec&)':
defFun.cpp:33:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   33 |   for (int k = 0; k < res.size(); k++) {
      |                   ~~^~~~~~~~~~~~
defFun.cpp: In function 'double lossL2(const arma::mat&, const arma::vec&, const arma::vec&, double, double)':
defFun.cpp:51:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   51 |   for (int i = 0; i < Y.size(); i++) {
      |                   ~~^~~~~~~~~~
defFun.cpp: In function 'double updateL2(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double)':
defFun.cpp:62:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   62 |   for (int i = 0; i < Y.size(); i++) {
      |                   ~~^~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c highdGauss.cpp -o highdGauss.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c highdLogistic.cpp -o highdLogistic.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c highdPara.cpp -o highdPara.o
highdPara.cpp: In function 'double lossParaHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double, double)':
highdPara.cpp:11:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   11 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
highdPara.cpp: In function 'double updateParaHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double, double)':
highdPara.cpp:24:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   24 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c highdTrian.cpp -o highdTrian.o
highdTrian.cpp: In function 'double lossTrianHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double, double)':
highdTrian.cpp:11:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   11 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
highdTrian.cpp: In function 'double updateTrianHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double, double)':
highdTrian.cpp:24:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   24 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c highdUnif.cpp -o highdUnif.o
highdUnif.cpp: In function 'double lossUnifHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double)':
highdUnif.cpp:11:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   11 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
highdUnif.cpp: In function 'double updateUnifHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double)':
highdUnif.cpp:24:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   24 |   for (int i = 0; i < res.size(); i++) {
      |                   ~~^~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c lowd.cpp -o lowd.o
g++ -shared -s -static-libgcc -o conquer.dll tmp.def RcppExports.o defFun.o highdGauss.o highdLogistic.o highdPara.o highdTrian.o highdUnif.o lowd.o -fopenmp -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpOCoirL/R.INSTALL2b99861fc3308/conquer/src'
make[1]: Entering directory '/d/temp/RtmpOCoirL/R.INSTALL2b99861fc3308/conquer/src'
make[1]: Leaving directory '/d/temp/RtmpOCoirL/R.INSTALL2b99861fc3308/conquer/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-conquer/00new/conquer/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 'conquer' as conquer_1.3.3.zip
* DONE (conquer)