Skip to content
Prev 200110 / 398506 Next

starting html help for a package?

Liviu Andronic wrote:
If you look at the index page, and if the package author created a 
package man page, you'll find it.  That would give you the same thing as 
package?foo, not the same thing you asked for, which always generates 
package info, never looks it up.

At some point in the future the package?info page will be able to be 
generated automatically, and I imagine it will end up containing the 
package info you saw.   It would make sense for

help(package="boot", help_type = "html")

to give the same result.

Duncan Murdoch