* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘GeDS’ ...
** this is package ‘GeDS’ version ‘0.2.9’
** package ‘GeDS’ 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 '/home/hornik/tmp/scratch/Rtmp6wJ4xf/R.INSTALL3027862c2a1ea1/GeDS/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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c GeDS1.cpp -o GeDS1.o
GeDS1.cpp: In function ‘Rcpp::NumericVector ctrlpolyfun(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int)’:
GeDS1.cpp:186:23: warning: ‘k’ may be used uninitialized [-Wmaybe-uninitialized]
  186 |       vector[i] =Ys(k - 1) + (Ys(k) - Ys(k - 1)) * (data(i) - epsilons(k - 1)) / (epsilons(k) - epsilons(k - 1));
      |                     ~~^~~
GeDS1.cpp:176:13: note: ‘k’ was declared here
  176 |   int i, j, k, p, n = data.size();
      |             ^
GeDS1.cpp: In function ‘Rcpp::NumericVector Knotnew(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double)’:
GeDS1.cpp:142:52: warning: ‘best_index’ may be used uninitialized [-Wmaybe-uninitialized]
  142 |   return NumericVector::create(newknot, best_index + 1);
      |                                         ~~~~~~~~~~~^~~
GeDS1.cpp:47:7: note: ‘best_index’ was declared here
   47 |   int best_index, dcumInf, dcumSup, i, j;
      |       ^~~~~~~~~~
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:162,
                 from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp.h:27,
                 from GeDS1.cpp:20:
In function ‘TO Rcpp::internal::caster(FROM) [with FROM = long double; TO = double]’,
    inlined from ‘static Rcpp::internal::element_converter<RTYPE>::target Rcpp::internal::element_converter<RTYPE>::get(const T&) [with T = long double; int RTYPE = 14]’ at /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/converter.h:34:27,
    inlined from ‘static void Rcpp::Vector<RTYPE, StoragePolicy>::create_dispatch_impl(iterator&, const T&, const TArgs& ...) [with T = long double; TArgs = {int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1159:42,
    inlined from ‘static Rcpp::Vector<RTYPE, StoragePolicy> Rcpp::Vector<RTYPE, StoragePolicy>::create__dispatch(Rcpp::traits::false_type, const T& ...) [with T = {long double, int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1139:37,
    inlined from ‘static Rcpp::Vector<RTYPE, StoragePolicy> Rcpp::Vector<RTYPE, StoragePolicy>::create(const T& ...) [with T = {long double, int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]’ at /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1131:33,
    inlined from ‘Rcpp::NumericVector Knotnew(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double)’ at GeDS1.cpp:142:55:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/internal/caster.h:30:36: warning: ‘newknot’ may be used uninitialized [-Wmaybe-uninitialized]
   30 |         return static_cast<TO>(from) ;
      |                                    ^
GeDS1.cpp: In function ‘Rcpp::NumericVector Knotnew(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double)’:
GeDS1.cpp:48:25: note: ‘newknot’ was declared here
   48 |   long double sup, inf, newknot;
      |                         ^~~~~~~
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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o GeDS.so GeDS1.o RcppExports.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp6wJ4xf/R.INSTALL3027862c2a1ea1/GeDS/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp6wJ4xf/R.INSTALL3027862c2a1ea1/GeDS/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp6wJ4xf/R.INSTALL3027862c2a1ea1/GeDS/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-GeDS/00new/GeDS/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 ‘GeDS’
    finding HTML links ... done
    BaFe2As2                                html  
    BivariateFitters                        html  
    CrystalData                             html  
    Derive                                  html  
    EWmortality                             html  
    GGeDS                                   html  
    GeDS-class                              html  
    GeDS-package                            html  
    GeDSboost-class                         html  
    GeDSgam-class                           html  
    IRLSfit                                 html  
    Integrate                               html  
    NGeDS                                   html  
    NGeDSboost                              html  
    NGeDSgam                                html  
    PPolyRep                                html  
    SplineReg                               html  
    UnivariateFitters                       html  
    bl_imp                                  html  
    coalMining                              html  
    coef.GeDSboost_GeDSgam                  html  
    coef                                    html  
    crossv_GeDS                             html  
    deviance.GeDS                           html  
    f                                       html  
    formula.GeDS                            html  
    knots                                   html  
    lines-GeDS-method                       html  
    plot-GeDS-method                        html  
    plot-GeDSboost-method                   html  
    plot-GeDSgam-method                     html  
    predict.GeDS                            html  
    predict.GeDSboost_GeDSgam               html  
    print.GeDS                              html  
    visualize_boosting                      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 (GeDS)