”\r" is CR not LF. On systems that use CRLF as newline, the combination should
be "\n" at the C (or R) level.
However, I suppose there is no particular reason not to treat CR as whitespace,
as does happen with FF and HT.
-pd
> On 11 Apr 2019, at 01:59 , Mikhail Titov wrote:
>
> The barely m
On Wed, Apr 10, 2019 at 5:06 AM, Tomas Kalibera
wrote:
>> This is my first post here. I came across the very same problem.
>> It can be reproduced within modified tests/Embedding/RParseEval.c
>
> Please check https://www.r-project.org/posting-guide.html and update
> your post if you still need t
On 4/5/19 8:14 AM, Mikhail Titov wrote:
Hello!
This is my first post here. I came across the very same problem.
It can be reproduced within modified tests/Embedding/RParseEval.c
Please check https://www.r-project.org/posting-guide.html and update
your post if you still need to get help here -
Hello!
This is my first post here. I came across the very same problem.
It can be reproduced within modified tests/Embedding/RParseEval.c
Actually this example has another issue, namely it doesn't wrap
everything in R_ToplevelExec . This is a major show stopper for
newcomers as that function is b
Duncan Murdoch wrote on 08/04/2008 08:11 AM:
On 04/08/2008 8:50 AM, Peter Jaeger wrote:
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:
voi
This adds nothing to your previous post: please don't be annoying and post
almost identical messages.
I strongly suspect you mean 'parse error' and 'how can I parse R code',
but we don't know what the example was and what the error message was.
Nor do we know what you are doing with this frage
On 04/08/2008 8:50 AM, Peter Jaeger wrote:
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, cmd
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;