* installing *source* package 'Rdimtools' ...
** package 'Rdimtools' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpqYhxBr/R.INSTALL140206136e1/Rdimtools/src'
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/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++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rdimtools_auxiliary.cpp -o Rdimtools_auxiliary.o
Rdimtools_auxiliary.cpp: In function 'Rcpp::List single_bicgstab(const arma::mat&, const arma::colvec&, arma::colvec&, double, int, const arma::mat&)':
Rdimtools_auxiliary.cpp:652:10: warning: variable 'resid' set but not used [-Wunused-but-set-variable]
  652 |   double resid = 0;
      |          ^~~~~
Rdimtools_auxiliary.cpp: In function 'Rcpp::List single_bicgstab_sparse(arma::sp_mat, arma::sp_mat, arma::colvec&, double, int, arma::sp_mat)':
Rdimtools_auxiliary.cpp:769:10: warning: variable 'resid' set but not used [-Wunused-but-set-variable]
  769 |   double resid = 0;
      |          ^~~~~
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c example_class.cpp -o example_class.o
example_class.cpp: In member function 'arma::mat ClNLproc::MainFunc(arma::mat&)':
example_class.cpp:31:9: warning: unused variable 'N' [-Wunused-variable]
   31 |     int N = X.n_rows;
      |         ^
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods_estimation.cpp -o methods_estimation.o
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods_handytools.cpp -o methods_handytools.o
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods_linear.cpp -o methods_linear.o
methods_linear.cpp: In function 'arma::vec method_spufs(arma::mat&, arma::mat, double, double, double)':
methods_linear.cpp:780:13: warning: unused variable 'n' [-Wunused-variable]
  780 |   const int n = X.n_rows;
      |             ^
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods_nonlinear.cpp -o methods_nonlinear.o
methods_nonlinear.cpp: In function 'Rcpp::List main_bmds(arma::mat, arma::mat, double, double, double, int, double, bool, arma::vec)':
methods_nonlinear.cpp:836:7: warning: unused variable 'accept' [-Wunused-variable]
  836 |   int accept = 0;
      |       ^~~~~~
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ver1_computation.cpp -o ver1_computation.o
ver1_computation.cpp: In function 'arma::mat v2aux_pca(arma::mat&, int)':
ver1_computation.cpp:12:7: warning: unused variable 'P' [-Wunused-variable]
   12 |   int P = X.n_cols;
      |       ^
ver1_computation.cpp: In function 'arma::mat v2aux_pdist(arma::mat&)':
ver1_computation.cpp:30:7: warning: unused variable 'P' [-Wunused-variable]
   30 |   int P = X.n_cols;
      |       ^
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ver1_feature.cpp -o ver1_feature.o
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ver1_linear.cpp -o ver1_linear.o
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ver1_nonlinear.cpp -o ver1_nonlinear.o
ver1_nonlinear.cpp: In function 'Rcpp::List dt_mmds(arma::mat&, int, int, double)':
ver1_nonlinear.cpp:98:25: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   98 |   if ((ndim < 1)||(ndim >= X.n_cols)){
      |                    ~~~~~^~~~~~~~~~~
ver1_nonlinear.cpp:97:7: warning: unused variable 'P' [-Wunused-variable]
   97 |   int P = X.n_cols;
      |       ^
ver1_nonlinear.cpp: In function 'Rcpp::List dt_rpca(arma::mat&, double, double, int, double)':
ver1_nonlinear.cpp:394:7: warning: unused variable 'N' [-Wunused-variable]
  394 |   int N = X.n_rows;
      |       ^
ver1_nonlinear.cpp:395:7: warning: unused variable 'P' [-Wunused-variable]
  395 |   int P = X.n_cols;
      |       ^
g++  -std=gnu++11 -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:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/maotai/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ver1_utility.cpp -o ver1_utility.o
g++ -shared -s -static-libgcc -o Rdimtools.dll tmp.def RcppExports.o Rdimtools_auxiliary.o example_class.o methods_estimation.o methods_handytools.o methods_linear.o methods_nonlinear.o ver1_computation.o ver1_feature.o ver1_linear.o ver1_nonlinear.o ver1_utility.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/RtmpqYhxBr/R.INSTALL140206136e1/Rdimtools/src'
make[1]: Entering directory '/d/temp/RtmpqYhxBr/R.INSTALL140206136e1/Rdimtools/src'
make[1]: Leaving directory '/d/temp/RtmpqYhxBr/R.INSTALL140206136e1/Rdimtools/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-Rdimtools/00new/Rdimtools/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'Rdimtools' as Rdimtools_1.1.2.zip
* DONE (Rdimtools)