Re: [Rd] link to an alias in another package

2005-02-09 Thread Paul Gilbert
In summary In some documentation for a package I am working on I have \code{\link[stats]{varimax}} \code{\link[stats]{promax}} The link to varimax works, but not the one to promax. Promax is an alias under \name{varimax}. ... \code(\link[stats:varimax]{promax}} works but will probably br

Re: [Rd] link to an alias in another package

2005-02-08 Thread Duncan Murdoch
On Tue, 8 Feb 2005 12:21:05 + (GMT), Prof Brian Ripley <[EMAIL PROTECTED]> wrote : >On Tue, 8 Feb 2005, Duncan Murdoch wrote: > >> On Tue, 8 Feb 2005 07:18:28 + (GMT), Prof Brian Ripley >> <[EMAIL PROTECTED]> wrote : >> >>> On Mon, 7 Feb 2005, Paul Gilbert wrote: >>> In some documenta

Re: [Rd] link to an alias in another package

2005-02-08 Thread Prof Brian Ripley
On Tue, 8 Feb 2005, Duncan Murdoch wrote: On Tue, 8 Feb 2005 07:18:28 + (GMT), Prof Brian Ripley <[EMAIL PROTECTED]> wrote : On Mon, 7 Feb 2005, Paul Gilbert wrote: In some documentation for a package I am working on I have \code{\link[stats]{varimax}} \code{\link[stats]{promax}} The link

Re: [Rd] link to an alias in another package

2005-02-08 Thread Duncan Murdoch
On Tue, 8 Feb 2005 07:18:28 + (GMT), Prof Brian Ripley <[EMAIL PROTECTED]> wrote : >On Mon, 7 Feb 2005, Paul Gilbert wrote: > >> In some documentation for a package I am working on I have >> >>>\code{\link[stats]{varimax}} >>>\code{\link[stats]{promax}} >> >> The link to varimax works,

Re: [Rd] link to an alias in another package

2005-02-07 Thread Prof Brian Ripley
On Mon, 7 Feb 2005, Paul Gilbert wrote: In some documentation for a package I am working on I have \code{\link[stats]{varimax}} \code{\link[stats]{promax}} The link to varimax works, but not the one to promax. Promax is an alias under \name{varimax}. This kind of link works within a package,

[Rd] link to an alias in another package

2005-02-07 Thread Paul Gilbert
In some documentation for a package I am working on I have >\code{\link[stats]{varimax}} >\code{\link[stats]{promax}} The link to varimax works, but not the one to promax. Promax is an alias under \name{varimax}. This kind of link works within a package, but I'm not sure if it is suppose