* 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++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/GeDS/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c GeDS1.cpp -o GeDS1.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.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 /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:162,
                 from /data/gannet/ripley/R/test-dev/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 /data/gannet/ripley/R/test-dev/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 /data/gannet/ripley/R/test-dev/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 /data/gannet/ripley/R/test-dev/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 /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/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++ -std=gnu++17 -shared -L/usr/local/lib64 -o GeDS.so GeDS1.o RcppExports.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/GeDS/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/GeDS/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/GeDS/src'
installing to /data/gannet/ripley/R/packages/tests-devel/GeDS.Rcheck/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)