* installing *source* package ‘tranSurv’ ... ** package ‘tranSurv’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-Strict/tranSurv/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c getKendall.c -o getKendall.o getKendall.c: In function 'condKendallC': getKendall.c:33:16: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 33 | double *bb = Calloc(*n * (*n - 1), double); | ^~~~~~ | calloc getKendall.c:33:38: error: expected expression before 'double' 33 | double *bb = Calloc(*n * (*n - 1), double); | ^~~~~~ getKendall.c:77:3: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 77 | Free(bb); | ^~~~ | free make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: getKendall.o] Error 1 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/tranSurv/src' ERROR: compilation failed for package ‘tranSurv’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/tranSurv-lib/tranSurv’ Command exited with non-zero status 1 Time 0:01.11, 0.53 + 0.17