Loading...
Searching...
No Matches
Go to the documentation of this file.
22#ifndef RCPP_R_COMPAT_H
23#define RCPP_R_COMPAT_H
27#if R_VERSION >= R_Version(4, 5, 0)
28# define RCPP_STRING_PTR STRING_PTR_RO
30# define RCPP_STRING_PTR STRING_PTR
33#if R_VERSION >= R_Version(4, 5, 0)
34# define RCPP_VECTOR_PTR VECTOR_PTR_RO
36# define RCPP_VECTOR_PTR VECTOR_PTR