[Rd] Parsing code with newlines

2008-08-04 Thread Peter Jaeger
Dear List, When I try to parse code containing newline characters with R_ParseVector, I get a compilation error. How can I compile code that includes comments and newlines? I am using the following: void* my_compile(char *code) { SEXP cmdSexp, cmdExpr = R_NilValue; ParseStatus status;

[Rd] Newline in R_ParseVector

2008-08-04 Thread Peter Jaeger
Dear List, When I try to parse code containing newline characters with R_ParseVector, I get a compilation error. How can I compile code that includes comments and newlines? I am using the following: void* my_compile(char *code) { SEXP cmdSexp, cmdExpr = R_NilValue; ParseStatus status;

[Rd] Rinterfaces.h

2008-07-16 Thread Peter Jaeger
Dear List, Is there a reason that Rinterfaces.h is not contained in include directory of the official distribution on Windows? thx, Peter [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/li