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.

Reply via email to