* installing to library ‘/home/hornik/tmp/R.check/r-patched-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-23) 13.2.0’
make[1]: Entering directory '/tmp/Rtmp6xQBRy/R.INSTALL100cc7bd3d9ea/rmargint/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-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-patched-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-patched-gcc/Work/build/lib -Wl,-O1 -o rmargint.so init.o rmargint-fn.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp6xQBRy/R.INSTALL100cc7bd3d9ea/rmargint/src'
make[1]: Entering directory '/tmp/Rtmp6xQBRy/R.INSTALL100cc7bd3d9ea/rmargint/src'
make[1]: Leaving directory '/tmp/Rtmp6xQBRy/R.INSTALL100cc7bd3d9ea/rmargint/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-rmargint/00new/rmargint/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘rmargint’
    finding HTML links ... done
    deviance.margint                        html  
    fitted.values.margint                   html  
    formula.margint                         html  
    k.epan                                  html  
    kernel10                                html  
    kernel4                                 html  
    kernel6                                 html  
    kernel8                                 html  
    margint.cl                              html  
    margint.rob                             html  
    my.norm.2                               html  
    plot.margint                            html  
    predict.margint                         html  
    print.margint                           html  
    psi.huber                               html  
    psi.tukey                               html  
    residuals.margint                       html  
    rmargint-package                        html  
    summary.margint                         html  
** 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)