* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/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: ‘Debian clang version 19.1.7 (3)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOL5k1H/R.INSTALL3ea20d2b814a28/tidynorm/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c dct.cpp -o dct.o
dct.cpp:147:16: warning: variable 'low_idx' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized]
  147 |   for(int i=0; i<n; ++i){
      |                ^~~
dct.cpp:154:22: note: uninitialized use occurs here
  154 |   int high_idx = n-1-low_idx;
      |                      ^~~~~~~
dct.cpp:147:16: note: remove the condition if it is always true
  147 |   for(int i=0; i<n; ++i){
      |                ^~~
dct.cpp:145:14: note: initialize the variable 'low_idx' to silence this warning
  145 |   int low_idx;
      |              ^
      |               = 0
1 warning generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o tidynorm.so RcppExports.o dct.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOL5k1H/R.INSTALL3ea20d2b814a28/tidynorm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOL5k1H/R.INSTALL3ea20d2b814a28/tidynorm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOL5k1H/R.INSTALL3ea20d2b814a28/tidynorm/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/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)