* installing *source* package 'cgmguru' ...
** this is package 'cgmguru' version '0.1.0'
** package 'cgmguru' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++17
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpKaiSBh/R.INSTALL14574366464da/cgmguru/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -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.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c detect_all_events.cpp -o detect_all_events.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c detect_between_maxima.cpp -o detect_between_maxima.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c detect_hyperglycemic_events.cpp -o detect_hyperglycemic_events.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c detect_hypoglycemic_events.cpp -o detect_hypoglycemic_events.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c excursion.cpp -o excursion.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_local_maxima.cpp -o find_local_maxima.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_max_after_hours.cpp -o find_max_after_hours.o
find_max_after_hours.cpp: In member function 'Rcpp::List FindMaxAfterHoursCalculator::calculate(const Rcpp::DataFrame&, const Rcpp::IntegerVector&, double)':
find_max_after_hours.cpp:225:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  225 |         if (subset_idx >= 0 && subset_idx < indices.size()) {
      |                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_max_before_hours.cpp -o find_max_before_hours.o
find_max_before_hours.cpp: In member function 'Rcpp::List FindMaxBeforeHoursCalculator::calculate(const Rcpp::DataFrame&, const Rcpp::IntegerVector&, double)':
find_max_before_hours.cpp:226:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  226 |         if (subset_idx >= 0 && subset_idx < indices.size()) {
      |                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_min_after_hours.cpp -o find_min_after_hours.o
find_min_after_hours.cpp: In member function 'Rcpp::List FindMinAfterHoursCalculator::calculate(const Rcpp::DataFrame&, const Rcpp::IntegerVector&, double)':
find_min_after_hours.cpp:227:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  227 |         if (subset_idx >= 0 && subset_idx < indices.size()) {
      |                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_min_before_hours.cpp -o find_min_before_hours.o
find_min_before_hours.cpp: In member function 'Rcpp::List FindMinBeforeHoursCalculator::calculate(const Rcpp::DataFrame&, const Rcpp::IntegerVector&, double)':
find_min_before_hours.cpp:226:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  226 |         if (subset_idx >= 0 && subset_idx < indices.size()) {
      |                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c find_new_maxima.cpp -o find_new_maxima.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c grid.cpp -o grid.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c id_based_calculator.cpp -o id_based_calculator.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c maxima_grid.cpp -o maxima_grid.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c mod_grid.cpp -o mod_grid.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c start_finder.cpp -o start_finder.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c transform_df.cpp -o transform_df.o
g++ -shared -s -static-libgcc -o cgmguru.dll tmp.def RcppExports.o detect_all_events.o detect_between_maxima.o detect_hyperglycemic_events.o detect_hypoglycemic_events.o excursion.o find_local_maxima.o find_max_after_hours.o find_max_before_hours.o find_min_after_hours.o find_min_before_hours.o find_new_maxima.o grid.o id_based_calculator.o maxima_grid.o mod_grid.o start_finder.o transform_df.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
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpKaiSBh/R.INSTALL14574366464da/cgmguru/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpKaiSBh/R.INSTALL14574366464da/cgmguru/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpKaiSBh/R.INSTALL14574366464da/cgmguru/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-cgmguru/00new/cgmguru/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 'cgmguru' as cgmguru_0.1.0.zip
* DONE (cgmguru)