* installing *source* package 'depmix' ...
** package 'depmix' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpqOjPxx/R.INSTALL1e0ec23921bd5/depmix/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c depmix_init.c -o depmix_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c derdist.c -o derdist.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hessdist.c -o hessdist.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 logl.cc -o logl.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 matrix.cc -o matrix.o
matrix.cc: In member function 'matrix matrix::operator*(const matrix&)':
matrix.cc:251:33: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  251 |                                 for (int i=0;i<row;i++)
      |                                 ^~~
matrix.cc:255:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  255 |                                         return(target);
      |                                         ^~~~~~
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 mdmm.cc -o mdmm.o
mdmm.cc: In member function 'int mdmm::itemnr(int)':
mdmm.cc:362:13: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  362 |         int prev=colnr;
      |             ^~~~
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 mgdmm.cc -o mgdmm.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 mmts.cc -o mmts.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 mts.cc -o mts.o
g++ -std=gnu++17 -shared -s -static-libgcc -o depmix.dll tmp.def depmix_init.o derdist.o hessdist.o logl.o matrix.o mdmm.o mgdmm.o mmts.o mts.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/RtmpqOjPxx/R.INSTALL1e0ec23921bd5/depmix/src'
make[1]: Entering directory '/d/temp/RtmpqOjPxx/R.INSTALL1e0ec23921bd5/depmix/src'
make[1]: Leaving directory '/d/temp/RtmpqOjPxx/R.INSTALL1e0ec23921bd5/depmix/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-depmix/00new/depmix/libs/x64
** R
** data
** inst
** 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 'depmix' as depmix_0.9.16.zip
* DONE (depmix)