* installing *source* package 'maq' ...
** package 'maq' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpqWt50B/R.INSTALL1139455945b18/maq/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"  -I. -Isrc -DR_BUILD   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppBindings.cpp -o RcppBindings.o
In file included from src/MAQ.h:10,
                 from RcppBindings.cpp:3:
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Matrix>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Matrix>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Matrix>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Matrix>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Matrix>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Matrix>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Matrix>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Matrix>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Matrix>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Matrix>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Matrix>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Matrix>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Vector>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Vector>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Default, maq::CostType::Vector>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Vector>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Vector>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Default, maq::CostType::Vector>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Vector>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Vector>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Provided, maq::TieBreaker::Provided, maq::CostType::Vector>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
In member function 'void maq::Solver<DataType>::compute_std_err(maq::solution_path&, const std::vector<std::vector<double> >&) [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Vector>]',
    inlined from 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Vector>]' at src/Solver.hpp:68:22:
src/Solver.hpp:210:28: warning: 'S' may be used uninitialized [-Wmaybe-uninitialized]
  210 |           std_err[i] = sqrt(S / (n - 1));
      |                        ~~~~^~~~~~~~~~~~~
src/Solver.hpp: In member function 'std::pair<std::pair<std::vector<std::vector<double> >, std::vector<std::vector<long long unsigned int> > >, std::vector<std::vector<double> > > maq::Solver<DataType>::fit() [with DataType = maq::Data<maq::Storage::ColMajor, maq::SampleWeights::Default, maq::TieBreaker::Provided, maq::CostType::Vector>]':
src/Solver.hpp:187:16: note: 'S' was declared here
  187 |         double S;
      |                ^
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"  -I. -Isrc -DR_BUILD   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -shared -s -static-libgcc -o maq.dll tmp.def RcppBindings.o RcppExports.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/RtmpqWt50B/R.INSTALL1139455945b18/maq/src'
make[1]: Entering directory '/d/temp/RtmpqWt50B/R.INSTALL1139455945b18/maq/src'
make[1]: Leaving directory '/d/temp/RtmpqWt50B/R.INSTALL1139455945b18/maq/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-maq/00new/maq/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 'maq' as maq_0.4.0.zip
* DONE (maq)