* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘rvMF’ ...
** package ‘rvMF’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLweDYr/R.INSTALL1c99df4521a761/rvMF/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -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++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o rvMF.so RcppExports.o rvMF64.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLweDYr/R.INSTALL1c99df4521a761/rvMF/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLweDYr/R.INSTALL1c99df4521a761/rvMF/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLweDYr/R.INSTALL1c99df4521a761/rvMF/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-rvMF/00new/rvMF/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* creating tarball
packaged installation of ‘rvMF’ as ‘rvMF_0.1.0_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (rvMF)