murdoch at stats.uwo.ca
2007-Mar-28 12:51 UTC
[Rd] Fwd: Re: documentation clarifications (PR#9586)
On 3/27/2007 11:36 PM, Richard M. Heiberger wrote:> I verified that this is a difference in behavior in both the released 2.4.1 for Windows > and the "2.5.0 Under development (unstable) (2007-02-10 r40690)" for Windows. > In htmlhelp, the word "interaction" is clickable and goes to the interaction{lattice} > page. In chmhelp, the word "interaction" is not clickable.Thanks for the report. That does look like a bug; I'll see if I can track it down before 2.5.0. The "interaction" link is coded as \link[lattice:interaction]{interaction} and apparently that kind of link is not currently working in CHTML files. Duncan Murdoch> > Rich > > ---- Original message ---- >>Date: Tue, 27 Mar 2007 19:54:32 -0700 >>From: "Deepayan Sarkar" <deepayan.sarkar at gmail.com> >>Subject: Re: documentation clarifications >>To: "Richard M. Heiberger" <rmh at temple.edu> >> >>On 3/3/07, Richard M. Heiberger <rmh at temple.edu> wrote: >>> Eventually I found this line in the ?Lattice page: >>> Tools to augment lattice plots after they are drawn (including >>> locator-like functionality) is described in the interaction help page. >>> >>> "interaction" was not highlighted and therefore not clickable. >>> ?interaction >>> goes to interaction(base) which is a totally different capability. >> >>That would be a bug in whatever interface you are using. "interaction" >>should be a link pointing to lattice:interaction, and that works in an >>HTML interface. >>