There are so many things that might be going on here that I at least can't
do more than guess pretty blindly.
First, you are assuming that this is a parser issue, but that's not proved
by your test -- it might be a printing issue, which potentially involves
deparsing. So I would have at least e
Dear all,
my aim is to integrate R in an interactive visualisation software
called Bulk Analyzer developed by VrVis (http://www.vrvis.at).
the code:
SEXP e, tmp;
ParseStatus status;
PROTECT(tmp = mkString("x <- c(1.234,-3.45)"));
PrintValue(tmp);
PROTECT(e = R_ParseVector(tmp, -1, &status, R_Ni