r.h

Go to the documentation of this file.
00001 #include "lib/config.h"
00002 
00003 #ifdef HAVE_R
00004 
00005 #ifndef __R_H__
00006 #define __R_H__
00007 
00008 extern "C" {
00009 #include <R.h>
00010 #include <Rinternals.h>
00011 #include <Rdefines.h>
00012 #include <R_ext/Rdynload.h>
00013 #include <Rembedded.h>
00014 #include <Rinterface.h>
00015 #include <R_ext/RS.h>
00016 #include <R_ext/Error.h>
00017 }
00018 
00019 #endif //__R_H__
00020 #endif //HAVE_R

SHOGUN Machine Learning Toolbox - Documentation