* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘rmargint’ ...
** package ‘rmargint’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpxfZ0PK/R.INSTALL89802dd3791d/rmargint/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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 -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o rmargint.so init.o rmargint-fn.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpxfZ0PK/R.INSTALL89802dd3791d/rmargint/src'
make[1]: Entering directory '/tmp/RtmpxfZ0PK/R.INSTALL89802dd3791d/rmargint/src'
make[1]: Leaving directory '/tmp/RtmpxfZ0PK/R.INSTALL89802dd3791d/rmargint/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)