* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘tidynorm’ ...
** this is package ‘tidynorm’ version ‘0.4.0’
** package ‘tidynorm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMRG4PB/R.INSTALL1a03ed1e33c4e1/tidynorm/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-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:54:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
54 | for(int i = 0; i < y.n_rows; ++i){
| ~~^~~~~~~~~~
dct.cpp:60:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
60 | if(nfinite < y.n_rows){
| ~~~~~~~~^~~~~~~~~~
dct.cpp: In function ‘arma::mat dct_mat(arma::mat, int)’:
dct.cpp:73:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
73 | for(int i = 0; i < y.n_cols; ++i){
| ~~^~~~~~~~~~
dct.cpp: In function ‘arma::mat idct_mat(arma::mat, int)’:
dct.cpp:93:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
93 | for(int i = 0; i < y.n_cols; ++i){
| ~~^~~~~~~~~~
dct.cpp: In function ‘Rcpp::NumericVector idct_interp(Rcpp::NumericVector, int, double)’:
dct.cpp:157:11: warning: ‘low_idx’ may be used uninitialized [-Wmaybe-uninitialized]
157 | for(int i=low_idx-1; i>=0; --i){
| ^
dct.cpp:146:7: note: ‘low_idx’ was declared here
146 | int low_idx;
| ^~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o tidynorm.so RcppExports.o dct.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMRG4PB/R.INSTALL1a03ed1e33c4e1/tidynorm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMRG4PB/R.INSTALL1a03ed1e33c4e1/tidynorm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMRG4PB/R.INSTALL1a03ed1e33c4e1/tidynorm/src'
installing to /home/hornik/tmp/R.check/r-patched-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
converting help for package ‘tidynorm’
finding HTML links ... done
bark_to_hz html
check_norm html
dct html
dct_basis html
hz_to_bark html
hz_to_mel html
idct html
idct_accel html
idct_rate html
mel_to_hz html
norm_barkz html
norm_dct_barkz html
norm_dct_deltaF html
norm_dct_generic html
norm_dct_lobanov html
norm_dct_nearey html
norm_dct_wattfab html
norm_deltaF html
norm_generic html
norm_lobanov html
norm_nearey html
norm_track_barkz html
norm_track_deltaF html
norm_track_generic html
norm_track_lobanov html
norm_track_nearey html
norm_track_wattfab html
norm_wattfab html
options html
reframe_with_dct html
reframe_with_dct_smooth html
reframe_with_idct html
speaker_data html
speaker_tracks html
tidynorm-package html
tidynorm_options html
*** 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)