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
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