* installing *source* package ‘rmargint’ ...
** package ‘rmargint’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rmargint/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c rmargint-fn.c -o rmargint-fn.o
rmargint-fn.c: In function 'ini_mu_pos_multi':
rmargint-fn.c:166:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  166 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      | ^~~
rmargint-fn.c:166:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  166 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      |                                 ^~~~
rmargint-fn.c: In function 'kernel_cl_pos_multi':
rmargint-fn.c:210:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  210 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      | ^~~
rmargint-fn.c:210:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  210 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      |                                 ^~~~
rmargint-fn.c: In function 'kernel_huber_pos_multi':
rmargint-fn.c:269:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  269 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      | ^~~
rmargint-fn.c:269:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  269 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      |                                 ^~~~
rmargint-fn.c: In function 'kernel_tukey_pos_multi':
rmargint-fn.c:329:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  329 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      | ^~~
rmargint-fn.c:329:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  329 | for(i=0; i<n; i++) free(xx[i]); free(xx);
      |                                 ^~~~
rmargint-fn.c: In function 'lu':
rmargint-fn.c:1123:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1123 |           for(j=0;j<i;j++)
      |           ^~~
rmargint-fn.c:1125:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1125 |             x[i] = a[i][p] - s;          /* y[i]=a[i][p] */
      |             ^
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rmargint.so init.o rmargint-fn.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rmargint/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rmargint/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rmargint/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rmargint.Rcheck/00LOCK-rmargint/00new/rmargint/libs
** 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
** 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 (rmargint)