* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘GeDS’ ...
** this is package ‘GeDS’ version ‘0.3.3’
** 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 '/tmp/Rtmpw01dlq/R.INSTALL39dcca3de15672/GeDS/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/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-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:165,
                 from /home/hornik/tmp/R.check/r-devel-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-devel-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-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1158:34,
    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-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1136:29,
    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-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/vector/Vector.h:1128:50,
    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-devel-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-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/lib -Wl,-O1 -o GeDS.so GeDS1.o RcppExports.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpw01dlq/R.INSTALL39dcca3de15672/GeDS/src'
make[1]: Entering directory '/tmp/Rtmpw01dlq/R.INSTALL39dcca3de15672/GeDS/src'
make[1]: Leaving directory '/tmp/Rtmpw01dlq/R.INSTALL39dcca3de15672/GeDS/src'
installing to /home/hornik/tmp/R.check/r-devel-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
** 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 (GeDS)