Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 231 Bytes

other-headers.md

File metadata and controls

15 lines (11 loc) · 231 Bytes

Other header files

Rversion.h

Used test current version of R

#include <Rversion.h>

#if defined(R_VERSION) && R_VERSION < R_Version(3, 2, 0)
SEXP Rf_installChar(SEXP x) {
  return Rf_install(CHAR(x));
}
#endif