* installing *source* package ‘crrSC’ ... ** package ‘crrSC’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 19.1.5’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/crrSC/src' /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -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. /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -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. /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -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. /usr/local/clang19/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o crrSC.so crrc.o crrcc.o crrcs.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/crrSC/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/crrSC/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/crrSC/src' installing to /data/gannet/ripley/R/packages/tests-clang/crrSC.Rcheck/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)