> On Mon, 15 Jan 2007 17:01:47 +0100,
> Antonio, Fabio Di Narzo (AFDN) wrote:
> Hi all.
> I've noticed that on the R homepage:
> http://www.r-project.org/
> one can read, as the latest news:
> " R version 2.4.0 has been released on 2006-10-03."
> and can't find any citation of
Dear R developers,
just a quick question: I noted that R_ParseVector () has gained an additional
parameter (since SVN rev. 3). Since R_ParseVector () is part of the
public API, I'm wondering, whether this API change was intentional or not.
Either way is fine with me, but in order to make su
Thomas,
On Jan 17, 2007, at 12:53 PM, Thomas Friedrichsmeier wrote:
> Dear R developers,
>
> just a quick question: I noted that R_ParseVector () has gained an
> additional parameter (since SVN rev. 3). Since R_ParseVector
> () is part of the public API, I'm wondering, whether this API
On 1/17/2007 12:53 PM, Thomas Friedrichsmeier wrote:
> Dear R developers,
>
> just a quick question: I noted that R_ParseVector () has gained an additional
> parameter (since SVN rev. 3). Since R_ParseVector () is part of the
> public API, I'm wondering, whether this API change was intention
I just saw the following using R version 2.4.1 (2006-12-18) in
output from R CMD check.
* checking Rd files ... WARNING
Error in as.vector(x, mode) : invalid argument 'mode'
Execution halted
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
In l
On Tuesday, 16. January 2007 12:46, Duncan Murdoch wrote:
> On 1/16/2007 5:26 AM, Arne Henningsen wrote:
> > [...]
> > Is there any reason for deparse() to add spaces around "+", "-", and "*"
> > operators but not around "/" operators?
> > R> deparse(parse( text = "a+b-c*d/e" ))
> > [1] "expression
An earlier thread (in 10/2006) discussed encoding issues in the
context of R data and the desire to represent accented characters.
It matters in another setting: the output generated by R and the
seemingly order character "'" (single quote). In particular, R CMD
check runs test code and compares