libR-sys 0.1.6

Low level bindings to the R programming language.
1
2
3
4
5
6
7
8
9
10
11
12


// Define this for R_CStackLimit
//#define HAVE_UINTPTR_T
#define CSTACK_DEFNS

// Currently, I'm adding these on as-needed basis
// but we may simply throw the whole lot in in the future.
#include <Rinterface.h>
#include <Rinternals.h>
#include <Rembedded.h>
#include <R_ext/Parse.h>