* installing *source* package 'morseTKTD' ... ** this is package 'morseTKTD' version '0.1.0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' using C++ compiler: 'g++.exe (GCC) 14.2.0' using C++17 gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include" -I"D:/RCompile/CRANpkg/lib/4.6/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DRCPP_PARALLEL_USE_TBB=1 -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppEigen/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.6/rstan/include' -I'D:/RCompile/CRANpkg/lib/4.6/StanHeaders/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c gutsRedIT.c -o gutsRedIT.o gutsRedIT.c: In function 'gutsredit_init': gutsRedIT.c:43:26: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 43 | double *arr = (double*)Calloc(N, double); | ^~~~~~ | calloc gutsRedIT.c:43:36: error: expected expression before 'double' 43 | double *arr = (double*)Calloc(N, double); | ^~~~~~ gutsRedIT.c:44:30: error: expected expression before 'double' 44 | kd = (double*)Calloc(MCMC, double); | ^~~~~~ gutsRedIT.c:45:30: error: expected expression before 'double' 45 | hb = (double*)Calloc(MCMC, double); | ^~~~~~ gutsRedIT.c:53:3: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 53 | Free(arr); | ^~~~ | free make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:289: gutsRedIT.o] Error 1 ERROR: compilation failed for package 'morseTKTD' * removing 'd:/RCompile/CRANincoming/R-devel/lib/morseTKTD'