On Sat, 22 Sep 2007, [EMAIL PROTECTED] wrote:

> When constructing an R extension, how can a hyperlink from an .Rd file 
> to a pdf (not generated by Sweave, so not a vignette) located in the 
> inst/doc folder be constructed?

With \url.

I presume you mean writing a package, and installing into the 'doc' 
subdirectory (which is what by default happens for anything in the 
inst/doc subdirectory _of the package sources_).  That would need 
\url{"../doc/something.pdf"}.

(There are extensions other than packages, which is why the manual is 
called 'Writing R Extensions.)

> Bill Morphet ATK, Space Launch Systems 
> Postflight Evaluation Eng
>       [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to