Re: [R] Link to a pdf document

2010-07-01 Thread cgenolin
Hmmm. I guess I did something wrong since it does not work. The file r2lhOutput.pdf is in the folder \inst\doc\ In the Rd file (for example in rthb.Rd) I add "See \url{/library/r2lh/doc/r2lhOutput.pdf} for display detail." But the link leads to a dead link. I did not manage to find the file r2l

Re: [R] Link to a pdf document

2010-06-29 Thread cgenolin
Thanks > > > > On 29/06/2010 6:55 AM, cgenolin wrote: >> Thanks, Duncan. >> And where am I suppose to put the file toto.pdf ? >> In "/myPack/doc/" or in "myPack/inst/doc/" >> > > > The latter. When your package is installed, it will be installed to > myPack/doc. > > Duncan Murdoch > > ___

Re: [R] Link to a pdf document

2010-06-29 Thread Duncan Murdoch
On 29/06/2010 6:55 AM, cgenolin wrote: Thanks, Duncan. And where am I suppose to put the file toto.pdf ? In "/myPack/doc/" or in "myPack/inst/doc/" The latter. When your package is installed, it will be installed to myPack/doc. Duncan Murdoch ___

Re: [R] Link to a pdf document

2010-06-29 Thread cgenolin
Thanks, Duncan. And where am I suppose to put the file toto.pdf ? In "/myPack/doc/" or in "myPack/inst/doc/" Christophe -- View this message in context: http://r.789695.n4.nabble.com/Link-to-a-pdf-document-tp2271973p2272016.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Link to a pdf document

2010-06-29 Thread Duncan Murdoch
cgenolin wrote: Hi the list, I would like to put a link in a .Rd file to a PDF document (not a vignette, just a regular PDF). I put my PDF in the folder inst/doc/toto.pdf. In the bible "2.5 Cross-references", I read that \link can point to PDF file, but I did not manage to do it. How shall I do

[R] Link to a pdf document

2010-06-29 Thread cgenolin
Hi the list, I would like to put a link in a .Rd file to a PDF document (not a vignette, just a regular PDF). I put my PDF in the folder inst/doc/toto.pdf. In the bible "2.5 Cross-references", I read that \link can point to PDF file, but I did not manage to do it. How shall I do that ? Christoph