* installing *source* package 'RPANDA' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c C_panda-covar-ou.c -o C_panda-covar-ou.o C_panda-covar-ou.c: In function 'multi_weight_matrix': C_panda-covar-ou.c:98:11: warning: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 98 | elt = Calloc(np*n,double); | ^~~~~~ | calloc C_panda-covar-ou.c:98:23: error: expected expression before 'double' 98 | elt = Calloc(np*n,double); | ^~~~~~ C_panda-covar-ou.c:121:5: warning: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 121 | Free(elt); | ^~~~ | free C_panda-covar-ou.c: In function 'C_panda_weights': C_panda-covar-ou.c:151:25: error: expected expression before 'int' 151 | nreg = Calloc(nchar,int); | ^~~ C_panda-covar-ou.c:164:48: error: expected expression before 'double' 164 | double *y = Calloc(nchar*nchar*np, double); | ^~~~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:290: C_panda-covar-ou.o] Error 1 ERROR: compilation failed for package 'RPANDA' * removing 'd:/RCompile/CRANincoming/R-devel/lib/RPANDA'