* installing *source* package 'tidynorm' ...
** this is package 'tidynorm' version '0.3.0'
** package 'tidynorm' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_06_17_01_50_00_15949/RtmpYPNm2j/R.INSTALL11fdc4493279e/tidynorm/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c dct.cpp -o dct.o
dct.cpp: In function 'arma::mat dct_fun(arma::vec, int)':
dct.cpp:53:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   53 |   for(int i = 0; i < y.n_rows; ++i){
      |                  ~~^~~~~~~~~~
dct.cpp:59:14: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   59 |   if(nfinite < y.n_rows){
      |      ~~~~~~~~^~~~~~~~~~
dct.cpp: In function 'arma::mat dct_mat(arma::mat, int)':
dct.cpp:72:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   72 |   for(int i = 0; i < y.n_cols; ++i){
      |                  ~~^~~~~~~~~~
dct.cpp: In function 'arma::mat idct_mat(arma::mat, int)':
dct.cpp:92:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   92 |   for(int i = 0; i < y.n_cols; ++i){
      |                  ~~^~~~~~~~~~
dct.cpp: In function 'Rcpp::NumericVector idct_interp(Rcpp::NumericVector, int, double)':
dct.cpp:156:25: warning: 'low_idx' may be used uninitialized [-Wmaybe-uninitialized]
  156 |   for(int i=low_idx-1; i>=0; --i){
      |                        ~^~~
dct.cpp:145:7: note: 'low_idx' was declared here
  145 |   int low_idx;
      |       ^~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o tidynorm.dll tmp.def RcppExports.o dct.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_06_17_01_50_00_15949/RtmpYPNm2j/R.INSTALL11fdc4493279e/tidynorm/src'
make[1]: Entering directory '/d/temp/2025_06_17_01_50_00_15949/RtmpYPNm2j/R.INSTALL11fdc4493279e/tidynorm/src'
make[1]: Leaving directory '/d/temp/2025_06_17_01_50_00_15949/RtmpYPNm2j/R.INSTALL11fdc4493279e/tidynorm/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-tidynorm/00new/tidynorm/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 'tidynorm' as tidynorm_0.3.0.zip
* DONE (tidynorm)