search for: r_parse

Displaying 6 results from an estimated 6 matches for "r_parse".

Did you mean: rd_parse
2004 Feb 11
1
About the macro defined in Rinternals.h
Hello everyone, I try to write a c++ code which calls embedded R and uses some of R internal functions. What I read is just lots of macro names defined in the Rinternals.h or Rdefines like R_Parse, Rf_install and so on. But where can I get the detailed information about the parameters of these macro? For example, what about the parameters of SEXP R_ParseVector(SEXP, int, ParseStatus *)? Thank you very much! Baiyi Song Computer Engineering Institute Dortmund Univercity
2002 Aug 14
0
source() crashes on long lines (PR#1900)
...ecx=3D0091ecb0 edx=3D00484028 = esi=3D00000000 edi=3D0000007b # eip=3D00486a03 esp=3D0091e8f4 ebp=3D0091e900 iopl=3D0 nv up = ei pl nz na po cy # cs=3D018f ss=3D0197 ds=3D0197 es=3D0197 fs=3D271f gs=3D0000 = efl=3D00010207 # =20 # Call stack: # 00486A03 R.DLL:00486A03 R_Parse # 004873D1 R.DLL:004873D1 Rf_yyerror # 00487933 R.DLL:00487933 Rf_isValidName # 00487ECC R.DLL:00487ECC Rf_yylex # 00484D71 R.DLL:00484D71 Rf_yyparse # 004866DF R.DLL:004866DF Rf_yyparse # 004869E1 R.DLL:004869E1 R_Parse # 00486B66 R.DLL:00486B66 R_ParseConn # 004F6AC3 R.DLL:...
2003 Apr 16
0
vignette segfault bt
...bolValue (c=255) at /ext/R/cvs/R-devel/src/main/gram.y:1673 #4 0x080aab01 in token () at /ext/R/cvs/R-devel/src/main/gram.y:1744 #5 0x080aaefa in Rf_yylex () at /ext/R/cvs/R-devel/src/main/gram.y:1886 #6 0x080a87e4 in Rf_yyparse () at /usr/local/share/bison/bison.simple:595 #7 0x080a98cd in R_Parse1 (status=0x46) at /ext/R/cvs/R-devel/src/main/gram.y:948 #8 0x080a9bee in R_Parse (n=-1, status=0xbfffcd68) at /ext/R/cvs/R-devel/src/main/gram.y:1083 #9 0x081175d1 in do_parse (call=0x883d674, op=0x8205024, args=0x8839138, env=0x9207e84) at source.c:76 #10 0x080c99e4 in do_internal (...
2004 Jun 25
4
Bug in parse(text = <long polynom>) (PR#7022)
Merci beaucoup, Jean, for the bug report -- which I'm no "completeing" to R-bugs >>>>> "Jean" == Jean Coursol <coursol@cristal.math.u-psud.fr> >>>>> on Thu, 24 Jun 2004 15:22:37 +0200 (CEST) writes: Jean> I was exploring the polynom library with students: <and found a segmentation fault from parsing a long expression>
2003 Apr 05
0
sweave/gc segfault bt
...in SymbolValue (c=0) at /ext/R/cvs/R-devel/src/main/gram.y:1673 #4 0x080aad30 in token () at /ext/R/cvs/R-devel/src/main/gram.y:1744 #5 0x080ab12a in Rf_yylex () at /ext/R/cvs/R-devel/src/main/gram.y:1886 #6 0x080a89f4 in Rf_yyparse () at /usr/local/share/bison/bison.simple:595 #7 0x080a9afd in R_Parse1 (status=0x46) at /ext/R/cvs/R-devel/src/main/gram.y:948 #8 0x080a9e1e in R_Parse (n=-1, status=0xbfffcdf8) at /ext/R/cvs/R-devel/src/main/gram.y:1083 #9 0x080a9fa3 in R_ParseConn (con=0x1, n=-1, status=0xbfffcdf8) at /ext/R/cvs/R-devel/src/main/gram.y:1147 #10 0x08117b61 in do_parse...
2008 May 13
2
(PR#11281) Bug in R 2.7 for over long lines (crasher+proposed fix!)
>>>>> "BDR" == Prof Brian Ripley <ripley at stats.ox.ac.uk> >>>>> on Tue, 13 May 2008 07:32:43 +0100 (BST) writes: BDR> This example does not crash in R 2.7.0, R-patched nor BDR> R-devel (r45677) for me (x86_64 F8 Linux.) It also BDR> does not crash with the CRAN build of R 2.7.0 on BDR> Windows XP. Neither does it