* installing *source* package 'mixR' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mixCpp.cpp -o mixCpp.o In file included from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/sugar/functions/functions.h:54, from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/sugar/sugar.h:31, from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp.h:78, from mixCpp.cpp:1: In constructor 'Rcpp::sugar::Pow::Pow(const T&, EXPONENT_TYPE) [with int RTYPE = 14; bool NA = true; T = Rcpp::Vector<14, Rcpp::PreserveStorage>; EXPONENT_TYPE = double]', inlined from 'Rcpp::sugar::Pow Rcpp::pow(const VectorBase&, EXPONENT_TYPE) [with int RTYPE = 14; bool NA = true; T = Vector<14, PreserveStorage>; EXPONENT_TYPE = double]' at D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/sugar/functions/pow.h:83:70, inlined from 'Rcpp::NumericVector newton_weib_C(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, int)' at mixCpp.cpp:867:29: D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/sugar/functions/pow.h:33:76: warning: 'r_new' may be used uninitialized [-Wmaybe-uninitialized] 33 | Pow( const T& object_, EXPONENT_TYPE exponent ) : object(object_), op(exponent) {} | ^~~~~~~~~~~~ mixCpp.cpp: In function 'Rcpp::NumericVector newton_weib_C(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, int)': mixCpp.cpp:860:30: note: 'r_new' was declared here 860 | double theta, lambda, k, r_new; | ^~~~~ mixCpp.cpp: In function 'Rcpp::NumericVector newton_gamma_C(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, int)': mixCpp.cpp:536:12: warning: 'alpha_new' may be used uninitialized [-Wmaybe-uninitialized] 536 | lambda = alpha_new / delta; | ~~~~~~~^~~~~~~~~~~~~~~~~~~ mixCpp.cpp:528:12: note: 'alpha_new' was declared here 528 | double alpha_new, lambda; | ^~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o mixR.dll tmp.def RcppExports.o mixCpp.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-mixR/00new/mixR/libs/x64 ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (mixR)