* installing *source* package 'prototest' ...
** package 'prototest' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmpi2NJAL/R.INSTALL204e074d770d3/prototest/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"     -pedantic -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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hit_and_run.cpp -o hit_and_run.o
hit_and_run.cpp: In function 'void compute_vp_vm(double&, double&, const arma::colvec&, const arma::colvec&, const arma::mat&, const arma::colvec&)':
hit_and_run.cpp:144:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  144 |   for (int i = 0; i < Ac.n_rows; 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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c multivariate_alr.cpp -o multivariate_alr.o
multivariate_alr.cpp: In function 'arma::mat compute_H(const arma::mat&, const std::vector<int, std::allocator<int> >&, int)':
multivariate_alr.cpp:55:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   55 |   for (int k = 0; k < groups.size(); k++){
      |                   ~~^~~~~~~~~~~~~~~
multivariate_alr.cpp:57:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   57 |     for (int l = k; l < groups.size(); l++){
      |                     ~~^~~~~~~~~~~~~~~
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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c multivariate_elr.cpp -o multivariate_elr.o
multivariate_elr.cpp: In function 'void print_vector(const arma::colvec&)':
multivariate_elr.cpp:15:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   15 |   for (int i = 0; i < vec.n_rows; i++){
      |                   ~~^~~~~~~~~~~~
multivariate_elr.cpp: In function 'void print_std_vector(const std::vector<int, std::allocator<int> >&)':
multivariate_elr.cpp:22:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   22 |   for (int i = 0; i < vec.size(); i++){
      |                   ~~^~~~~~~~~~~~
multivariate_elr.cpp: In function 'void print_matrix(const arma::mat&)':
multivariate_elr.cpp:29:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   29 |   for (int i = 0; i < m.n_rows; i++){
      |                   ~~^~~~~~~~~~
multivariate_elr.cpp:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   30 |     for (int j = 0; j < m.n_cols; j++){
      |                     ~~^~~~~~~~~~
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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c univariate_lr.cpp -o univariate_lr.o
univariate_lr.cpp: In function 'double maximise_lr(const arma::colvec&, const arma::mat&, double&, double&, double&, bool, double, int)':
univariate_lr.cpp:81:12: warning: variable 'eta_change' set but not used [-Wunused-but-set-variable]
   81 |     double eta_change = 0, mu_change = 0, sigma_change = 0;
      |            ^~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o prototest.dll tmp.def RcppExports.o hit_and_run.o multivariate_alr.o multivariate_elr.o univariate_lr.o -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/Rtmpi2NJAL/R.INSTALL204e074d770d3/prototest/src'
make[1]: Entering directory '/d/temp/Rtmpi2NJAL/R.INSTALL204e074d770d3/prototest/src'
make[1]: Leaving directory '/d/temp/Rtmpi2NJAL/R.INSTALL204e074d770d3/prototest/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-prototest/00new/prototest/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 'prototest' as prototest_1.2.zip
* DONE (prototest)