* installing *source* package 'CircularSilhouette' ...
** package 'CircularSilhouette' 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_11_18_01_50_01_1577/Rtmp8GD7UC/R.INSTALL228b8446c7cc0/CircularSilhouette/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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c CirSil.cpp -o CirSil.o
CirSil.cpp: In function 'Rcpp::NumericVector inter(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, int, int)':
CirSil.cpp:109:36: warning: 'B' may be used uninitialized [-Wmaybe-uninitialized]
  109 |             if (n == 0)ter[0] = (B / b[k1]);
      |                                 ~~~^~~~~~~~
CirSil.cpp:84:12: note: 'B' was declared here
   84 |     double B;
      |            ^
CirSil.cpp:83:9: warning: 'h' may be used uninitialized [-Wmaybe-uninitialized]
   83 |     int h;
      |         ^
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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FastCirSil.cpp -o FastCirSil.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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FastLinearSil.cpp -o FastLinearSil.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:/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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SlowCirSil.cpp -o SlowCirSil.o
g++ -std=gnu++17 -shared -s -static-libgcc -o CircularSilhouette.dll tmp.def CirSil.o FastCirSil.o FastLinearSil.o RcppExports.o SlowCirSil.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_11_18_01_50_01_1577/Rtmp8GD7UC/R.INSTALL228b8446c7cc0/CircularSilhouette/src'
make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/Rtmp8GD7UC/R.INSTALL228b8446c7cc0/CircularSilhouette/src'
make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/Rtmp8GD7UC/R.INSTALL228b8446c7cc0/CircularSilhouette/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-CircularSilhouette/00new/CircularSilhouette/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
* MD5 sums
packaged installation of 'CircularSilhouette' as CircularSilhouette_0.0.1.zip
* DONE (CircularSilhouette)