search for: rf_match

Displaying 3 results from an estimated 3 matches for "rf_match".

Did you mean: re_match
2010 May 20
1
RSpython Ubuntu
...cifier-qualifier-list before ?ToPythonConverter? ../inst/include/UserConverters.h:63: error: expected ?)? before ?*? token ../inst/include/UserConverters.h:64: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token ../inst/include/UserConverters.h:74: error: expected ?)? before ?Rf_match? ../inst/include/UserConverters.h:78: error: expected declaration specifiers or ?...? before ?ToPythonConverter? GeneralConverters.c: In function ?removeFromTargetConverterByIndex?: GeneralConverters.c:23: error: ?RSFromPythonConverter? has no member named ?next? GeneralConverters.c:29: error: ?R...
2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...his a MBCS locale? */ > --- >> extern Rboolean utf8locale INI_as(FALSE); /* is this a UTF-8 locale? */ > 596a594 >> # define duplicated Rf_duplicated > 633c631 > < # define Mbrtowc Rf_mbrtowc > --- >> # define match Rf_match > 686a685 >> int R_ShowFile(char*, char*); > 799,800c798 > < SEXP R_data_class(SEXP , Rboolean); > < SEXP R_data_class2(SEXP); > --- >> SEXP R_data_class(SEXP , int); > 864,869d861 > < typedef enum { > < Rprt_adj_left = 0, > < Rprt_adj...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...n mbcslocale INI_as(FALSE); /* is this a MBCS locale? */ --- > extern Rboolean utf8locale INI_as(FALSE); /* is this a UTF-8 locale? */ 596a594 > # define duplicated Rf_duplicated 633c631 < # define Mbrtowc Rf_mbrtowc --- > # define match Rf_match 686a685 > int R_ShowFile(char*, char*); 799,800c798 < SEXP R_data_class(SEXP , Rboolean); < SEXP R_data_class2(SEXP); --- > SEXP R_data_class(SEXP , int); 864,869d861 < typedef enum { < Rprt_adj_left = 0, < Rprt_adj_right = 1, < Rprt_adj_centre = 2 < } Rprt_...