* installing *source* package ‘pwrFDR’ ... ** package ‘pwrFDR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Strict/pwrFDR/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 pwrFDRsim.c -o pwrFDRsim.o pwrFDRsim.c: In function 'pwrFDRsim': pwrFDRsim.c:99:25: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 99 | par0 = (distpars *) Calloc(1, distpars); | ^~~~~~ | calloc pwrFDRsim.c:99:35: error: expected expression before 'distpars' 99 | par0 = (distpars *) Calloc(1, distpars); | ^~~~~~~~ pwrFDRsim.c:100:35: error: expected expression before 'distpars' 100 | par1 = (distpars *) Calloc(1, distpars); | ^~~~~~~~ pwrFDRsim.c:101:34: error: expected expression before 'XPHindxd' 101 | pXPH = (XPHindxd *)Calloc(m, XPHindxd); | ^~~~~~~~ pwrFDRsim.c:234:5: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 234 | Free(par0); | ^~~~ | free pwrFDRsim.c:94:53: warning: unused variable 'v' [-Wunused-variable] 94 | double smIpvlgthlf, theta=*ptheta, U, xncp=0.0, v, pv; | ^ pwrFDRsim.c:94:40: warning: unused variable 'U' [-Wunused-variable] 94 | double smIpvlgthlf, theta=*ptheta, U, xncp=0.0, v, pv; | ^ pwrFDRsim.c:92:29: warning: unused variable 'verb' [-Wunused-variable] 92 | int cTst_, n=*pn, done, verb=*pverb, idistopt=*pdistopt; | ^~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: pwrFDRsim.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/pwrFDR/src' ERROR: compilation failed for package ‘pwrFDR’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/pwrFDR-lib/pwrFDR’ Command exited with non-zero status 1 Time 0:03.74, 0.53 + 0.17