* installing *source* package 'cocons' ... ** package 'cocons' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/RtmpeqkP5k/R.INSTALL1aa5444c87e7/cocons/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cocons_full.cpp -o cocons_full.o cocons_full.cpp: In function 'Rcpp::NumericMatrix cov_rns(Rcpp::List&, Rcpp::NumericMatrix&, Rcpp::NumericMatrix&, Rcpp::NumericVector&)': cocons_full.cpp:109:38: warning: 'smooth_value' may be used uninitialized [-Wmaybe-uninitialized] 109 | smooth_s_Q_ij = std::sqrt(8 * smooth_value / (global_range * det_ij )) * | ~~^~~~~~~~~~~~~~~ cocons_full.cpp:54:11: note: 'smooth_value' was declared here 54 | double smooth_value; | ^~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cocons_taper.cpp -o cocons_taper.o In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/math/special_functions/bessel.hpp:30, from cocons_types.h:10, from cocons_taper.cpp:1: D:/RCompile/CRANpkg/lib/4.3/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_float<false>, boost::math::policies::promote_double<false>, 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.3/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.3/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.3/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.3/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; | ^ cocons_taper.cpp: In function 'Rcpp::NumericVector cov_rns_taper(Rcpp::List&, Rcpp::NumericMatrix&, Rcpp::NumericMatrix&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&)': cocons_taper.cpp:234:36: warning: 'smooth_value' may be used uninitialized [-Wmaybe-uninitialized] 234 | smooth_s_Q_ij = std::sqrt(8 * smooth_value) * std::sqrt(std::pow(dif_s(0), 2) + | ~~~~~~~~~^~~~~~~~~~~~~~~~~~ cocons_taper.cpp:176:10: note: 'smooth_value' was declared here 176 | double smooth_value; | ^~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o cocons.dll tmp.def RcppExports.o cocons_full.o cocons_taper.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/RtmpeqkP5k/R.INSTALL1aa5444c87e7/cocons/src' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/RtmpeqkP5k/R.INSTALL1aa5444c87e7/cocons/src' make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/RtmpeqkP5k/R.INSTALL1aa5444c87e7/cocons/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-cocons/00new/cocons/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 * MD5 sums packaged installation of 'cocons' as cocons_0.1.4.zip * DONE (cocons)