In src/main/gram.y, the documentation for R_ParseVector has a wrong
signature:
SEXP R_ParseVector(TextBuffer *text, int n, ParseStatus *status)
should be
SEXP R_ParseVector(SEXP text, int n, ParseStatus *status)
In addition, the two occurrences of "IOBuffer" in the documentation
should be repla
* On Wed 07:19AM, 19 Apr 2006, Prof Brian Ripley ([EMAIL PROTECTED]) wrote:
> By `documentation' do you mean `comments in the file'? If so, this is too
> minor to change whilst R 2.3.0 is in code freeze, but has been changed for
> R-devel.
Yes, I am referring to the comments in the file src/mai
Full_Name: Hsiu-Khuern Tang
Version: 2.3.0
OS: Debian GNU/Linux
Submission from: (NULL) (15.243.169.73)
On reading ?Startup, I cannot find anything that says that
R_HOME/library/base/R/Rprofile is always run. The "Note" section does say that
R_HOME/etc/Renviron is distinct from the site-wide Ren