Dear Jannis,

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

\link[Rssa]{ssa}

Best regards,

Thierry
________________________________________
Van: r-help-boun...@r-project.org [r-help-boun...@r-project.org] namens Jannis 
[bt_jan...@yahoo.de]
Verzonden: vrijdag 9 augustus 2013 18:23
Aan: r-help@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@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.

______________________________________________
R-help@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.

Reply via email to