00001 #ifndef CPM_R_H_ 00002 #define CPM_R_H_ 00003 00004 #include <Rinternals.h> 00005 00007 int CPM_initR(); 00008 00010 void CPM_endR(); 00011 00013 SEXP CPM_getListElement(SEXP list, char *str); 00014 00015 #endif /*CPM_R_H_*/