* installing *source* package 'rvMF' ...
** package 'rvMF' 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/Rtmpi8ALO5/R.INSTALL20e70a58767/rvMF/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rvMF64.cpp -o rvMF64.o
rvMF64.cpp: In function 'void get5tbls()':
rvMF64.cpp:24:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   24 |     for(j=0;j<dg(m,1);j++) AA[na+j]=i; na+=dg(m,1);
      |     ^~~
rvMF64.cpp:24:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   24 |     for(j=0;j<dg(m,1);j++) AA[na+j]=i; na+=dg(m,1);
      |                                        ^~
rvMF64.cpp:25:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   25 |     for(j=0;j<dg(m,2);j++) BB[nb+j]=i; nb+=dg(m,2);
      |     ^~~
rvMF64.cpp:25:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   25 |     for(j=0;j<dg(m,2);j++) BB[nb+j]=i; nb+=dg(m,2);
      |                                        ^~
rvMF64.cpp:26:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   26 |     for(j=0;j<dg(m,3);j++) CC[nc+j]=i; nc+=dg(m,3);
      |     ^~~
rvMF64.cpp:26:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   26 |     for(j=0;j<dg(m,3);j++) CC[nc+j]=i; nc+=dg(m,3);
      |                                        ^~
rvMF64.cpp:27:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   27 |     for(j=0;j<dg(m,4);j++) DD[nd+j]=i; nd+=dg(m,4);
      |     ^~~
rvMF64.cpp:27:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   27 |     for(j=0;j<dg(m,4);j++) DD[nd+j]=i; nd+=dg(m,4);
      |                                        ^~
rvMF64.cpp:28:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   28 |     for(j=0;j<dg(m,5);j++) EE[ne+j]=i; ne+=dg(m,5);
      |     ^~~
rvMF64.cpp:28:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   28 |     for(j=0;j<dg(m,5);j++) EE[ne+j]=i; ne+=dg(m,5);
      |                                        ^~
g++ -std=gnu++17 -shared -s -static-libgcc -o rvMF.dll tmp.def RcppExports.o rvMF64.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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpi8ALO5/R.INSTALL20e70a58767/rvMF/src'
make[1]: Entering directory '/d/temp/Rtmpi8ALO5/R.INSTALL20e70a58767/rvMF/src'
make[1]: Leaving directory '/d/temp/Rtmpi8ALO5/R.INSTALL20e70a58767/rvMF/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rvMF/00new/rvMF/libs/x64
** R
** 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 'rvMF' as rvMF_0.1.0.zip
* DONE (rvMF)