Skip to content
Prev 34935 / 63424 Next

Link to pdf documentation from other package ?

Ulrike Gr?mping wrote, On 11/18/09 13:28:
you could use the Sweave like macro to compute the path inside the Rd environments

\Sexpr{file.path(system.file(package="AlgDesign", "doc"), "AlgDesign.pdf")}

described in 'Writing R extensions' 2.11
<http://stat.ethz.ch/R-manual/R-patched/doc/manual/R-exts.html#Dynamic-pages>