* installing *source* package 'boostmath' ... ** this is package 'boostmath' version '1.0.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boostmath.cpp -o boostmath.o In file included from boostmath.cpp:24: quadrature_and_differentiation/numerical_differentiation.cpp: In function 'SEXPREC* finite_difference_derivative_(SEXP, SEXP, SEXP)': quadrature_and_differentiation/numerical_differentiation.cpp:17:12: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized] 17 | double result; | ^~~~~~ In file included from D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/bessel.hpp:30, from D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/airy.hpp:16, from special_functions/airy_functions.cpp:3, from boostmath.cpp:1: D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp: In function 'int boost::math::detail::bessel_ik(T, T, T*, T*, int, const Policy&) [with T = long double; Policy = boost::math::policies::policy, boost::math::policies::promote_double, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]': D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:421:22: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized] 421 | T z = (u + n % 2); | ~~^~~ D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:311:14: note: 'n' was declared here 311 | unsigned n, k; | ^ D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:421:11: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized] 421 | T z = (u + n % 2); | ^ D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:308:7: note: 'u' was declared here 308 | T u, Iv, Kv, Kv1, Ku, Ku1, fv; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -shared -s -static-libgcc -o boostmath.dll tmp.def boostmath.o init.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-boostmath/00new/boostmath/libs/x64 ** R ** 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 (boostmath)