Displaying 2 results from an estimated 2 matches for "sxalan".
Did you mean:
xalan
2002 Feb 11
1
Code in Rd help files other than in \examples{}
I am stumped in determining the proper syntax for including displayed S code within an R .Rd documentation file, in places other than \examples{}. I have tried
\code{
line 1
line 2
}
but the lines get run together. When I terminate the lines by \cr, the "\cr" actually appears in the resulting html file. This is all inside a customized \section{}.
On a related note, what is
2002 May 02
2
Rversion.h
Our current intention is to no longer include Rversion.h from R.h as from
R 1.6.0 (which is months away).
Package maintainers when revising code might like to check if they
actually use Rversion.h, and if so include it explicitly.
I did a quick grep through the CRAN packages, and in all but one case
(mda) the test is for R < 1.2.0, so it may be simplest just to tidy up
and add `Depends: R