Skip to content

R-beta: Corrections to documentation

2 messages · Jim Lemon, Friedrich Leisch

#
Thanks to Peter Dalgaard's message, I learned a bit more about the 'par'
function and rewrote my HTML help file accordingly.  Is it appropriate
to submit such changes somewhere to improve the documentation?  I would
also be willing to write some missing documentation as well.

Dr. Jim Lemon

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
JL> Thanks to Peter Dalgaard's message, I learned a bit more about the 'par'
JL> function and rewrote my HTML help file accordingly.  Is it appropriate
JL> to submit such changes somewhere to improve the documentation?

Volunteers are always warmly welcome! Simply send improvements to the
code to r-core at stat.math.ethz.ch (list of core developers team).

Just to avoid reinvention of the wheel:

*) Please make sure that you modify only code from a recent
development version of R (a daily snapshot can be obtained from CRAN),
because in the meantime we have changed considerably from the stable
releases.

*) You mentioned that you ``rewrote my HTML help file'' ... maybe this
is just a misunderstanding on my side, but the HTML function pages are
created automatically from R documentation source files (the *.Rd
files in the man directory of each package). Modifications should be
made to this files, the HTML files can then be created using

	$RHOME/etc/Rdconv --html file.Rd



JL> I would also be willing to write some missing documentation as well.

What exactly do you have in mind (there's so much documentation
missing, that there's a wide variaty of fields to choose from ...).
Anything would be welcome ...

Best,