Skip to content
Prev 2255 / 12125 Next

[R-pkg-devel] Annoying "missing file link" messages when rebuilding

On 03/01/2018 8:35 PM, Lenth, Russell V wrote:
I don't see a help file named print.xtableList.Rd in xtable.  That kind 
of link is to a filename, not to a help alias.  I believe the alias is 
in xtableList.Rd, so your link should be

\link[xtable:xtableList]{print.xtableList}
When R is running the dynamic help system and it finds a link to a file 
that doesn't exist, it tries using its database of aliases.  However, R 
still supports static help, and in those systems the links wouldn't work.
They should be suppressed if you code the link as I show above.

Duncan Murdoch