[R] R CMD Sd2Rd

Jason Sinnwell Sinnwell.Jason at mayo.edu
Wed Mar 17 18:42:32 CET 2004


Using R 1.8.1 on Solaris

Developing an Splus and R package from the same files.  
Creating an alias for multiple functions to the same file in .sgml:  
<s-topics>
<s-topic> my.function </s-topic>
<s-topic> print.my.function </s-topic>
</s-topics>

using R CMD Sd2Rd would convert to:

\name{my.function}
\alias{my.function}
\name{print.my.function}
\alias{print.my.function}

which is a syntax error.  Rd format would understand it if the third line were 
not there. (R-exts 2.1.1)



+--------------------------+
|Jason P. Sinnwell, M.S.   |
|Mayo Clinic, Rochester    |
|Health Sciences Research  |
|Division of Biostatistics |
|Harwick 7-97		   |
|507.284.3270              |
+--------------------------+




More information about the R-help mailing list