* installing *source* package 'GeDS' ... ** this is package 'GeDS' version '0.3.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/RcppCommon.h:162, from D:/RCompile/CRANpkg/lib/4.6/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::target Rcpp::internal::element_converter::get(const T&) [with T = long double; int RTYPE = 14]' at D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/vector/converter.h:34:27, inlined from 'static void Rcpp::Vector::create_dispatch_impl(iterator&, const T&, const TArgs& ...) [with T = long double; TArgs = {int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/vector/Vector.h:1159:42, inlined from 'static Rcpp::Vector Rcpp::Vector::create__dispatch(Rcpp::traits::false_type, const T& ...) [with T = {long double, int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/vector/Vector.h:1139:37, inlined from 'static Rcpp::Vector Rcpp::Vector::create(const T& ...) [with T = {long double, int}; int RTYPE = 14; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.6/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: D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/internal/caster.h:30:36: warning: 'newknot' may be used uninitialized [-Wmaybe-uninitialized] 30 | return static_cast(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 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -shared -s -static-libgcc -o GeDS.dll tmp.def GeDS1.o RcppExports.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-GeDS/00new/GeDS/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (GeDS)