* installing *source* package ‘rvMF’ ... ** package ‘rvMF’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rvMF/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -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++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o rvMF.so RcppExports.o rvMF64.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rvMF/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rvMF/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rvMF/src' installing to /data/gannet/ripley/R/packages/tests-devel/rvMF.Rcheck/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 * DONE (rvMF)