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              |
+--------------------------+

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to