CXXR (C++ R)
|
Header file defining the R API (cf. 'Writing R Extensions'). More...
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <math.h>
#include <Rconfig.h>
#include <R_ext/Arith.h>
#include <R_ext/Boolean.h>
#include <R_ext/Complex.h>
#include <R_ext/Constants.h>
#include <R_ext/Error.h>
#include <R_ext/Memory.h>
#include <R_ext/Print.h>
#include <R_ext/Random.h>
#include <R_ext/Utils.h>
#include <R_ext/RS.h>
Go to the source code of this file.
Macros | |
#define | USING_R |
#define | SINT_MAX INT_MAX |
#define | SINT_MIN INT_MIN |
Typedefs | |
typedef double | Sfloat |
typedef int | Sint |
Functions | |
void | R_FlushConsole (void) |
void | R_ProcessEvents (void) |
Header file defining the R API (cf. 'Writing R Extensions').