Displaying 1 result from an estimated 1 matches for "foo_rd_file_name".
2009 Sep 18
1
Missing link(s) in documentation object
Hi,
I want to cross-reference from the documentation of pkg1 to pkg2, which
is imported in the NAMESPACE of pkg1, and under Depends in DESCRIPTION
of pkg1. According to "Writing R extensions", this can be done by:
\code{\link{foo}}
when foo is an aliased function in the documentation of pkg2. This works
as it should when I install the package, but when I run R CMD check
pgk1, I get