diff --git a/src/cheapr_cpp.h b/src/cheapr_cpp.h index 8e0b20f..d911be4 100644 --- a/src/cheapr_cpp.h +++ b/src/cheapr_cpp.h @@ -4,6 +4,10 @@ #include #include +#ifndef R_NO_REMAP +#define R_NO_REMAP +#endif + #define VECTOR_PTR(x) ((SEXP *) DATAPTR(x)) #define VECTOR_PTR_RO(x) ((const SEXP*) DATAPTR_RO(x))