The R Project SVN R

Rev

Blame | Last modification | View Log | Download | RSS feed

#ifndef USE_RINTERNALS
#define USE_RINTERNALS 1
#endif

#include <Rinternals.h>

@interface RList : RObject
{
}
@end

@interface RVector : RObject
{
}
@end

@interface REnvironment : RObject
{
}
@end

@interface RPromise : RObject
{
}
@end