Skip to content
Prev 3391 / 21318 Next

[Bioc-devel] linking to suggested package in documentation

On 05/17/2012 08:16 AM, Stephanie M. Gogarten wrote:
Hi Stephanie --

I think you're looking for sectin 2.5 of Writing R Extensions -- Cross 
references, along the lines of

   \link[pkg]{foo}

where 'foo' is the name of the _html_ file foo is documented in, or

   \link[pkg:bar]{foo}

to find documentation on foo in html page bar.html.

Martin