[R] linking to help pages in other packages

ONKELINX, Thierry Thierry.ONKELINX at inbo.be
Sat Aug 10 00:04:07 CEST 2013


Dear Jannis,

I think you want \link[package]{function} instead of \link[package:function]{function}

\link[Rssa]{ssa}

Best regards,

Thierry
________________________________________
Van: r-help-bounces op r-project.org [r-help-bounces op r-project.org] namens Jannis [bt_jannis op yahoo.de]
Verzonden: vrijdag 9 augustus 2013 18:23
Aan: r-help op r-project.org
Onderwerp: [R] linking to help pages in other packages

Dear R users,

i am trying to get a package compatible with the R CMD check routine but
I get errors like this:

Missing link(s) in documentation object ‘<path>/<filename>.Rd’:
‘ssa’


In the respective file I have put:

##seealso<<
##\code{\link[Rssa:ssa]{ssa}}

Rssa is the package containing the ssa function (andd its help). I use
inlinedocs to create *.Rd files with the following line out of this:

\seealso{\code{\link[Rssa:ssa]{ssa}}


How do I correctly link to the ssa help page to get rid of these error
warnings? I have read the "Writing R extensions" manual but the code
above represents my understanding (which seems to be wrong) of the
respective paragraphs.


Thanks a lot
Jannis

______________________________________________
R-help op 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.
* * * * * * * * * * * * * D I S C L A I M E R * * * * * * * * * * * * *
Dit bericht en eventuele bijlagen geven enkel de visie van de schrijver weer en binden het INBO onder geen enkel beding, zolang dit bericht niet bevestigd is door een geldig ondertekend document.
The views expressed in this message and any annex are purely those of the writer and may not be regarded as stating an official position of INBO, as long as the message is not confirmed by a duly signed document.



More information about the R-help mailing list