Michael Friendly
2008-Oct-05 16:43 UTC
[R] building packages: "R Help for package foo" vs. "HTML Help"?
In building a package, what are the settings in the package files or the build commands that determine whether the compiled HTML help windows have the window title "R Help for package foo" vs. "HTML Help"? I often have quite a few help files active, and it is much more convenient to navigate among them if the window has an informative title. If this is simple to test for in the build process, can/should this be tested for (with a warning) or even enforced/automatically generated in the scripts? -Michael -- Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept. York University Voice: 416 736-5115 x66249 Fax: 416 736-5814 4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html Toronto, ONT M3J 1P3 CANADA
Uwe Ligges
2008-Oct-05 17:39 UTC
[R] building packages: "R Help for package foo" vs. "HTML Help"?
Michael Friendly wrote:> In building a package, what are the settings in the package files or the > build commands that > determine whether the compiled HTML help windows have the window title > "R Help for package foo" vs. "HTML Help"?Michael, can you give an example for a page with title "HTML Help"? I only found the "R Help for package foo" version during a quick inspection of a few examples. Best wishes, Uwe> I often have quite a few help files active, and it is much more > convenient to navigate among > them if the window has an informative title. > > If this is simple to test for in the build process, can/should this be > tested for > (with a warning) or even enforced/automatically generated in the scripts? > > -Michael >