* installing *source* package 'SMME' ...
** package 'SMME' 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/Rtmps7ZjBM/R.INSTALL31d501694384/SMME/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/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"  -I../inst/include -I. -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/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"  -I../inst/include -I. -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rcppfunc.cpp -o rcppfunc.o
In file included from rcppfunc.cpp:7:
auxfunc.h: In function 'arma::mat gradloss(const arma::cube&, const arma::mat&, const arma::vec&, int, double, int)':
auxfunc.h:107:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  107 | for(int j = 0; j < PhitZ.n_slices; j++){
      |                ~~^~~~~~~~~~~~~~~~
auxfunc.h:115:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  115 | for(int j = 0; j < PhitZ.n_slices; j++){
      |                ~~^~~~~~~~~~~~~~~~
rcppfunc.cpp: In function 'Rcpp::List pga(Rcpp::List, Rcpp::List, std::string, arma::vec, double, arma::vec, int, int, double, arma::mat, double, int, int, int, int, double, double, int, int, int, double, int, int, int, int, std::string)':
rcppfunc.cpp:92:20: warning: 'Lwave' may be used uninitialized [-Wmaybe-uninitialized]
   92 | PhitZ.slice(j) = wt(Z.slice(j), dim, Lwave, h, g, J, p1, p2, p3, PhitZ.slice(j));
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rcppfunc.cpp:55:5: note: 'Lwave' was declared here
   55 | int Lwave, n1, n2, n3, p1, p2, p3;
      |     ^~~~~
g++  -std=gnu++11 -I"D:/RCompile/recent/R/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"  -I../inst/include -I. -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c wave_filter.cpp -o wave_filter.o
g++ -shared -s -static-libgcc -o SMME.dll tmp.def RcppExports.o rcppfunc.o wave_filter.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmps7ZjBM/R.INSTALL31d501694384/SMME/src'
make[1]: Entering directory '/d/temp/Rtmps7ZjBM/R.INSTALL31d501694384/SMME/src'
make[1]: Leaving directory '/d/temp/Rtmps7ZjBM/R.INSTALL31d501694384/SMME/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-SMME/00new/SMME/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 'SMME' as SMME_1.1.1.zip
* DONE (SMME)