* installing *source* package 'cocons' ...
** package 'cocons' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCuvpZn/R.INSTALL3c20116157d0/cocons/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/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.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cocons_full.cpp -o cocons_full.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cocons_taper.cpp -o cocons_taper.o
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:292:36: warning: 'smooth_value' may be used uninitialized [-Wmaybe-uninitialized]
292 | smooth_s_Q_ij = std::sqrt(8 * smooth_value) * std::sqrt(std::pow(dif_s(0), 2) +
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~
cocons_taper.cpp:186:10: note: 'smooth_value' was declared here
186 | 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:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCuvpZn/R.INSTALL3c20116157d0/cocons/src'
make[1]: Entering directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCuvpZn/R.INSTALL3c20116157d0/cocons/src'
make[1]: Leaving directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCuvpZn/R.INSTALL3c20116157d0/cocons/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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.5.zip
* DONE (cocons)