Skip to content
Prev 1967 / 21307 Next

[Bioc-devel] links in Rd-files

Hi Maarten --
Maarten van Iterson wrote:
links are to specific man pages, not to packages, so perhaps you want to
link to a page like ?"Biobase-package".
if the object 'a' is documented in a man page named a.Rd, then
\link[pkg]{a} works. But if 'a' is documented in a man page named b.Rd,
then you would want \link[pkg:b]{a}. Yes it seems quite bizarre that you
would have to know the structure of pkg's documentation pages. So

  \link[Biobase:Biobase-package]{Biobase}
  \link[Biobase:class.ExpressionSet]{ExpressionSet}

Martin