* 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++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tidynorm/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -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 -L/usr/local/lib64 -o tidynorm.so RcppExports.o dct.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tidynorm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tidynorm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tidynorm/src'
installing to /data/gannet/ripley/R/packages/tests-devel/tidynorm.Rcheck/00LOCK-tidynorm/00new/tidynorm/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tidynorm)