Re: [Rd] Bug in help(). (PR#10859)

2008-02-28 Thread ripley
On Wed, 27 Feb 2008, [EMAIL PROTECTED] wrote: > > There appears to be a bug in help() when there are multiple packages > attached > containing functions with the same name, and offline=TRUE. It's in utils:::print.help_files_with_topic, now fixed in R-devel. The simple workaround is to supply the

[Rd] Bug in help(). (PR#10859)

2008-02-28 Thread r . turner
There appears to be a bug in help() when there are multiple packages attached containing functions with the same name, and offline=TRUE. Example: library(mgcv) library(gam) If one simply does: help(gam) # No ``offline=TRUE'' then the following message appears: Help