Brotli for R is not compiling correctly
问题 I am trying to install the brotli package in R. As usual, I run: install.packages("brotli") However, for some reason, the compilation seems to not be completing. I have tried this now on two different systems (one on my Mac, the other on an EC2 instance). Here are the errors: wrapper.c:94:14: error: unknown type name 'R_CallMethodDef' static const R_CallMethodDef CallEntries[] = { ^ wrapper.c:95:28: error: use of undeclared identifier 'DL_FUNC' {"R_brotli_compress", (DL_FUNC) &R_brotli