* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘crrSC’ ...
** package ‘crrSC’ 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/RtmpSCkImu/R.INSTALL83f4f7803db3f/crrSC/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 crrc.c -o crrc.o
crrc.c: In function ‘crrvvo’:
crrc.c:452:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  452 |     for (j = 0; j < np; j++)
      |     ^~~
crrc.c:456:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  456 |         for (i=0; i<np*np; i++)
      |         ^~~
crrc.c:459:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  459 |     for (j = 0; j < np; j++)
      |     ^~~
crrc.c:464:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  464 |         free(a);free(aa);free(tt);free(vt);free(ss1);free(ss2);free(eta);free(q);
      |         ^~~~
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 crrcc.c -o crrcc.o
crrcc.c: In function ‘crrvvoo’:
crrcc.c:463:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  463 |     for (j = 0; j < np; j++)
      |     ^~~
crrcc.c:467:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  467 |         for (i=0; i< np*np; i++)
      |         ^~~
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 crrcs.c -o crrcs.o
crrcs.c: In function ‘crrvvh’:
crrcs.c:221:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  221 |     for (j = 0; j < np; j++)
      |     ^~~
crrcs.c:226:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  226 |         for (i = 0; i < np*np; i++)
      |         ^~~
crrcs.c:19:41: warning: unused variable ‘count1’ [-Wunused-variable]
   19 |         int i,j, k, j1, j2, s, count=0, count1=0, count2=0, pi[n];
      |                                         ^~~~~~
crrcs.c: In function ‘crrvv’:
crrcs.c:680:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  680 |     for (j = 0; j < np; j++)
      |     ^~~
crrcs.c:684:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  684 |         for (i=0; i<np*np; i++)
      |         ^~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o crrSC.so crrc.o crrcc.o crrcs.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpSCkImu/R.INSTALL83f4f7803db3f/crrSC/src'
make[1]: Entering directory '/tmp/RtmpSCkImu/R.INSTALL83f4f7803db3f/crrSC/src'
make[1]: Leaving directory '/tmp/RtmpSCkImu/R.INSTALL83f4f7803db3f/crrSC/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-crrSC/00new/crrSC/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘crrSC’
    finding HTML links ... done
    bce                                     html  
    cdata                                   html  
    center                                  html  
    crrc                                    html  
    crrs                                    html  
    internal-crrSC                          html  
    print.crrs                              html  
    pshtest                                 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 (crrSC)