* installing *source* package 'GBOP2' ...
** package 'GBOP2' 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_29_16_12_34_1110/Rtmp843Bis/R.INSTALLe3503a353415/GBOP2/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/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DARMA_DONT_USE_WRAPPER -DSTRICT_R_HEADERS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Calculation2_original.cpp -o Calculation2_original.o
Calculation2_original.cpp:2: warning: "ARMA_DONT_USE_WRAPPER" redefined
    2 | #define ARMA_DONT_USE_WRAPPER
      | 
<command-line>: note: this is the location of the previous definition
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/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DARMA_DONT_USE_WRAPPER -DSTRICT_R_HEADERS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Calculation_minimizeN_twolambda_update.cpp -o Calculation_minimizeN_twolambda_update.o
Calculation_minimizeN_twolambda_update.cpp:2: warning: "ARMA_DONT_USE_WRAPPER" redefined
    2 | #define ARMA_DONT_USE_WRAPPER
      | 
<command-line>: note: this is the location of the previous definition
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/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DARMA_DONT_USE_WRAPPER -DSTRICT_R_HEADERS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Calculation_twoboundaries_jsm.cpp -o Calculation_twoboundaries_jsm.o
Calculation_twoboundaries_jsm.cpp:2: warning: "ARMA_DONT_USE_WRAPPER" redefined
    2 | #define ARMA_DONT_USE_WRAPPER
      | 
<command-line>: note: this is the location of the previous definition
Calculation_twoboundaries_jsm.cpp: In function 'Result_dualE exacterror_recursive(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, int)':
Calculation_twoboundaries_jsm.cpp:148:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  148 |     for (int i = 0; i < nonstop_df.num_event.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:171:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  171 |       for (int k = 0; k < newevent.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:184:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  184 |     for (int i = 0; i < nonstop_df.num_event.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:207:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  207 |       for (int k = 0; k < newevent.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:224:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  224 |     for (int i = 0; i < nonstop_df_new.num_event.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:241:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  241 |     for (int i = 0; i < nonstop_df.num_event.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Calculation_twoboundaries_jsm.cpp:264:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int, std::allocator<int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  264 |       for (int k = 0; k < newevent.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~~~
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/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DARMA_DONT_USE_WRAPPER -DSTRICT_R_HEADERS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
GBOP2_types.h:5: warning: "ARMA_DONT_USE_WRAPPER" redefined
    5 | #define ARMA_DONT_USE_WRAPPER
      | 
<command-line>: note: this is the location of the previous definition
g++ -std=gnu++17 -shared -s -static-libgcc -o GBOP2.dll tmp.def Calculation2_original.o Calculation_minimizeN_twolambda_update.o Calculation_twoboundaries_jsm.o RcppExports.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_29_16_12_34_1110/Rtmp843Bis/R.INSTALLe3503a353415/GBOP2/src'
make[1]: Entering directory '/d/temp/2025_12_29_16_12_34_1110/Rtmp843Bis/R.INSTALLe3503a353415/GBOP2/src'
make[1]: Leaving directory '/d/temp/2025_12_29_16_12_34_1110/Rtmp843Bis/R.INSTALLe3503a353415/GBOP2/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-GBOP2/00new/GBOP2/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 'GBOP2' as GBOP2_0.1.4.zip
* DONE (GBOP2)