[Rd] typos in src/main/gram.y (PR#8780)
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 replaced by "IoBuffer". version.string = Version 2.3.0 beta (2006-04-14 r37779) Best, Hsiu-Khuern Tang HP Labs __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] typos in src/main/gram.y (PR#8780)
* 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/main/gram.y. I agree that these are very minor errors. I have checked out R-devel and I see that the changes have been made (as you said). Thank you! > [ snipped ] Best, Hsiu-Khuern Tang HP Labs __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] documentation for "Startup" should be clearer about system Rprofile (PR#8969)
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 Renviron file, so I think this is a natural place to also mention that base/R/Rprofile is distinct from the site-wide Rprofile file. In addition, it would be helpful to indicate when base/R/Rprofile is run: after reading the Renviron files and before reading the site-wide Rprofile file. I suppose one possible reason for not including this information is that users are not supposed to alter base/R/Rprofile. Thanks, Hsiu-Khuern. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel