* installing *source* package 'flsa' ...
** package 'flsa' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp6lSsXX/R.INSTALL98f4306f6931/flsa/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FLSA.cc -o FLSA.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FLSAGeneral.cc -o FLSAGeneral.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FLSAGeneralMain.cc -o FLSAGeneralMain.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c GeneralFunctions.cc -o GeneralFunctions.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Groups.cc -o Groups.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c MaxFlowGraph.cc -o MaxFlowGraph.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c PenaltyGraph.cc -o PenaltyGraph.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Scheduler.cc -o Scheduler.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c flsaBackwards.cc -o flsaBackwards.o
flsaBackwards.cc: In member function 'void FLSABackwards::calcTauDeriv(int, int, double)':
flsaBackwards.cc:72:10: warning: variable 'violated' set but not used [-Wunused-but-set-variable]
   72 |     bool violated = false;
      |          ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c flsa_init.cc -o flsa_init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c helperFuncsSEXP.cc -o helperFuncsSEXP.o
g++ -std=gnu++17 -shared -s -static-libgcc -o flsa.dll tmp.def FLSA.o FLSAGeneral.o FLSAGeneralMain.o GeneralFunctions.o Groups.o MaxFlowGraph.o PenaltyGraph.o Scheduler.o flsaBackwards.o flsa_init.o helperFuncsSEXP.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp6lSsXX/R.INSTALL98f4306f6931/flsa/src'
make[1]: Entering directory '/d/temp/Rtmp6lSsXX/R.INSTALL98f4306f6931/flsa/src'
make[1]: Leaving directory '/d/temp/Rtmp6lSsXX/R.INSTALL98f4306f6931/flsa/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-flsa/00new/flsa/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'flsa' as flsa_1.5.5.zip
* DONE (flsa)