* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘crrSC’ ...
** package ‘crrSC’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/Rtmpe6nGJv/R.INSTALLf05a17c773be7/crrSC/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c crrc.c -o crrc.o
crrc.c:456:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  456 |         for (i=0; i<np*np; i++)
      |         ^
crrc.c:452:5: note: previous statement is here
  452 |     for (j = 0; j < np; j++)
      |     ^
crrc.c:464:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  464 |         free(a);free(aa);free(tt);free(vt);free(ss1);free(ss2);free(eta);free(q);
      |         ^
crrc.c:459:5: note: previous statement is here
  459 |     for (j = 0; j < np; j++)
      |     ^
2 warnings generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c crrcc.c -o crrcc.o
crrcc.c:253:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
  253 |         for (i = 0; i < n; i++)
      |         ^
crrcc.c:247:5: note: previous statement is here
  247 |     if (n2 > 0)
      |     ^
crrcc.c:467:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  467 |         for (i=0; i< np*np; i++)
      |         ^
crrcc.c:463:5: note: previous statement is here
  463 |     for (j = 0; j < np; j++)
      |     ^
2 warnings generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c crrcs.c -o crrcs.o
crrcs.c:47:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
   47 |         for (i = 0; i < n; i++)
      |         ^
crrcs.c:41:5: note: previous statement is here
   41 |     if (n2 > 0)
      |     ^
crrcs.c:226:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  226 |         for (i = 0; i < np*np; i++)
      |         ^
crrcs.c:221:5: note: previous statement is here
  221 |     for (j = 0; j < np; j++)
      |     ^
crrcs.c:19:34: warning: unused variable 'count1' [-Wunused-variable]
   19 |         int i,j, k, j1, j2, s, count=0, count1=0, count2=0, pi[n];
      |                                         ^~~~~~
crrcs.c:684:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  684 |         for (i=0; i<np*np; i++)
      |         ^
crrcs.c:680:5: note: previous statement is here
  680 |     for (j = 0; j < np; j++)
      |     ^
4 warnings generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o crrSC.so crrc.o crrcc.o crrcs.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpe6nGJv/R.INSTALLf05a17c773be7/crrSC/src'
make[1]: Entering directory '/tmp/Rtmpe6nGJv/R.INSTALLf05a17c773be7/crrSC/src'
make[1]: Leaving directory '/tmp/Rtmpe6nGJv/R.INSTALLf05a17c773be7/crrSC/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-crrSC/00new/crrSC/libs
** R
** data
** 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 (crrSC)