* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘FKSUM’ ...
** package ‘FKSUM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpTHUCOl/R.INSTALL2d071194486f8/FKSUM/src'
g++-13 -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   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c FKSUM_CPP_FUNCTIONS.cpp -o FKSUM_CPP_FUNCTIONS.o
g++-13 -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   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -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   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mdh.cpp -o mdh.o
mdh.cpp: In function ‘double fk_md(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double, double)’:
mdh.cpp:190:9: warning: ‘f_at_min’ may be used uninitialized [-Wmaybe-uninitialized]
  190 |         if(f_at_min < miny){
      |         ^~
mdh.cpp:136:12: note: ‘f_at_min’ was declared here
  136 |     double f_at_min, df_at_min, lo, hi, mid; /* lo, hi, mid are the lower/upper/middle points for binary search interval */
      |            ^~~~~~~~
mdh.cpp: In function ‘Rcpp::NumericVector fk_md_dp(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double, double)’:
mdh.cpp:353:9: warning: ‘f_at_min’ may be used uninitialized [-Wmaybe-uninitialized]
  353 |         if(f_at_min < miny){
      |         ^~
mdh.cpp:307:12: note: ‘f_at_min’ was declared here
  307 |     double f_at_min, df_at_min, lo, hi, mid;
      |            ^~~~~~~~
mdh.cpp:383:3: warning: ‘minx’ may be used uninitialized [-Wmaybe-uninitialized]
  383 |   if(minx < (-al * stdv)){
      |   ^~
mdh.cpp:237:10: note: ‘minx’ was declared here
  237 |   double minx = 0; /* location of minimum density hyperplane, i.e., f(minx) = miny. Important for derivatives. */
      |          ^~~~
mdh.cpp: In function ‘double fk_is_minim_md(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double, double)’:
mdh.cpp:549:9: warning: ‘f_at_min’ may be used uninitialized [-Wmaybe-uninitialized]
  549 |         if(f_at_min < miny){
      |         ^~
mdh.cpp:490:12: note: ‘f_at_min’ was declared here
  490 |     double f_at_min, df_at_min, lo, hi, mid;
      |            ^~~~~~~~
mdh.cpp:560:3: warning: ‘minx’ may be used uninitialized [-Wmaybe-uninitialized]
  560 |   if(minx > mode1 && minx < modef) ret = 1;
      |   ^~
mdh.cpp:415:10: note: ‘minx’ was declared here
  415 |   double minx = 0;
      |          ^~~~
mdh.cpp:560:19: warning: ‘modef’ may be used uninitialized [-Wmaybe-uninitialized]
  560 |   if(minx > mode1 && minx < modef) ret = 1;
      |      ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
mdh.cpp:418:10: note: ‘modef’ was declared here
  418 |   double modef;
      |          ^~~~~
mdh.cpp: In function ‘double fk_md_b(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double, double)’:
mdh.cpp:697:9: warning: ‘f_at_min’ may be used uninitialized [-Wmaybe-uninitialized]
  697 |         if(f_at_min < miny){
      |         ^~
mdh.cpp:651:12: note: ‘f_at_min’ was declared here
  651 |     double f_at_min, df_at_min, lo, hi, mid;
      |            ^~~~~~~~
mdh.cpp:712:10: warning: ‘minx’ may be used uninitialized [-Wmaybe-uninitialized]
  712 |   return minx;
      |          ^~~~
mdh.cpp:584:10: note: ‘minx’ was declared here
  584 |   double minx = 0;
      |          ^~~~
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o FKSUM.so FKSUM_CPP_FUNCTIONS.o RcppExports.o mdh.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpTHUCOl/R.INSTALL2d071194486f8/FKSUM/src'
make[1]: Entering directory '/tmp/RtmpTHUCOl/R.INSTALL2d071194486f8/FKSUM/src'
make[1]: Leaving directory '/tmp/RtmpTHUCOl/R.INSTALL2d071194486f8/FKSUM/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-FKSUM/00new/FKSUM/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘FKSUM’
    finding HTML links ... done
    FKSUM-package                           html  
    bin_wts                                 html  
    cbin_alloc                              html  
    df_ica                                  html  
    df_ppr                                  html  
    dksum                                   html  
    f_ica                                   html  
    f_ppr                                   html  
    fancy_PPR_initialisation                html  
    fk_ICA                                  html  
    fk_NW                                   html  
    fk_density                              html  
    fk_dfmdh                                html  
    fk_fmdh                                 html  
    fk_is_minim_md                          html  
    fk_loc_lin                              html  
    fk_md                                   html  
    fk_md_b                                 html  
    fk_md_dp                                html  
    fk_mdh                                  html  
    fk_ppr                                  html  
    fk_regression                           html  
    fk_sum                                  html  
    h_Gauss_to_K                            html  
    h_K_to_Gauss                            html  
    kLLreg                                  html  
    kndksum                                 html  
    ksum                                    html  
    norm_K                                  html  
    norm_const_K                            html  
    plot.fk_ICA                             html  
    plot.fk_density                         html  
    plot.fk_mdh                             html  
    plot.fk_ppr                             html  
    plot.fk_regression                      html  
    plot_kernel                             html  
    predict.fk_ppr                          html  
    predict.fk_regression                   html  
    print.fk_ICA                            html  
    print.fk_density                        html  
    print.fk_mdh                            html  
    print.fk_ppr                            html  
    print.fk_regression                     html  
    roughness_K                             html  
    sm_bin_wts                              html  
    var_K                                   html  
    whiten                                  html  
** building package indices
** 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 (FKSUM)