* installing *source* package 'fastcmprsk' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c denseElastic.c -o denseElastic.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c denseFit.c -o denseFit.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c denseGroupPen.c -o denseGroupPen.o denseGroupPen.c: In function 'ccd_dense_gpen': denseGroupPen.c:224:21: warning: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 224 | double *z = Calloc(K, double); | ^~~~~~ | calloc denseGroupPen.c:224:31: error: expected expression before 'double' 224 | double *z = Calloc(K, double); | ^~~~~~ denseGroupPen.c:225:31: error: expected expression before 'double' 225 | double *v = Calloc(K, double); | ^~~~~~ denseGroupPen.c:252:9: warning: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 252 | Free(z); | ^~~~ | free denseGroupPen.c:85:29: warning: unused variable 'si' [-Wunused-variable] 85 | double grad, hess, shift, si, l1; | ^~ denseGroupPen.c:85:22: warning: unused variable 'shift' [-Wunused-variable] 85 | double grad, hess, shift, si, l1; | ^~~~~ denseGroupPen.c:85:16: warning: unused variable 'hess' [-Wunused-variable] 85 | double grad, hess, shift, si, l1; | ^~~~ denseGroupPen.c:85:10: warning: unused variable 'grad' [-Wunused-variable] 85 | double grad, hess, shift, si, l1; | ^~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:290: denseGroupPen.o] Error 1 ERROR: compilation failed for package 'fastcmprsk' * removing 'd:/RCompile/CRANincoming/R-devel/lib/fastcmprsk'