* installing *source* package 'rmargint' ...
** package 'rmargint' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpE3NYxi/R.INSTALL2d86c21247980/rmargint/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 -shared -s -static-libgcc -o rmargint.dll tmp.def init.o rmargint-fn.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpE3NYxi/R.INSTALL2d86c21247980/rmargint/src'
make[1]: Entering directory '/d/temp/RtmpE3NYxi/R.INSTALL2d86c21247980/rmargint/src'
make[1]: Leaving directory '/d/temp/RtmpE3NYxi/R.INSTALL2d86c21247980/rmargint/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-rmargint/00new/rmargint/libs/x64
** 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
** 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 'rmargint' as rmargint_2.0.3.zip
* DONE (rmargint)