Skip to content
Prev 300 / 12125 Next

[R-pkg-devel] Help needed to setting custom packages for R 3.1.2

Sebastien: thanks for sharing the definitive solution!

To the people on this list with the power to edit "Writing R Extensions":

When a discussion here suggests a specific improvement, what is the best way for the community to propose a revision? So that knowledge gets transferred from this list to the relevant reference document and heads off future questions.

In this thread, we converged on cross-reference via \link[pkg:bar]{foo}. Section ?2.5 Cross-references? in "Writing R Extensions? describes this type of cross-reference like so:

"These are rarely needed, perhaps to refer to not-yet-installed packages or in the normally undesirable event that more than one package offers help on a topic.?

But it can also be necessary when the author of package ?pkg" has documented multiple things, including ?foo?, in a single file, such as ?bar?. This seems to be a sufficiently distinct and common scenario to merit a mention.

? Jenny