* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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++-14 (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/tmp/RtmpJnMAVj/R.INSTALL330e80334c772/tidynorm/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -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:11: 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++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o tidynorm.so RcppExports.o dct.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpJnMAVj/R.INSTALL330e80334c772/tidynorm/src'
make[1]: Entering directory '/tmp/RtmpJnMAVj/R.INSTALL330e80334c772/tidynorm/src'
make[1]: Leaving directory '/tmp/RtmpJnMAVj/R.INSTALL330e80334c772/tidynorm/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)