This blog is updated daily.
A general description is here.
Help in base and recommended packages is no longer zipped: text, HTML, latex and examples files are now built when needed.
Options --use-zip and --use-zip-help in R CMD INSTALL are no longer available and --auto-zip only zips data (or not).
The help defaults haves been changed: they now are to use HTML help, not install prebuilt HTML help pages and not install CHM helpo be HTML help rather than CHM help (which is currently unavailable). [Not yet for the MSI installer.]
Binary packages are currently installed with all the types of help they contain [but that may change before release].
Package help is now converted from Rd by the R-based converters that were first introduced in 2.9.0. This means
- Packages that were installed by R-devel after 2009-08-09 should not be used with earlier versions of R, and some aspects of package help will be missing if there are so used. (Text, HTML and latex help and the runnable examples.)
- Text, HTML and latex help and examples for packages installed under the new system isare converted on-demand from stored parsed Rd files. (Conversions stored in R < 2.10.0 are used if no parsed Rd files are found.)
- Rd version 2 is required in help files.
HTML help is now generated dynamically using a HTTP server running in the R process and listening on the loopback interface.
- Those who need to worry about security implications of such a server can disable it by setting the environment variable R_DISABLE_HTTPD to a non-empty value. This disables help.start() and HTML help (so text help is shown instead).
- The Java/Javascript search engine has been replaced by an HTML interface to help.search(). help.start() no longer has an argument 'searchEngine' as it is no longer needed.
- The dynamicHTML help can now locate cross-references of the form \link[pkg]{foo} and \link[pkg:foo]{bar} where 'foo' is an alias in the package, rather than the documented (basename of a) filenamefilename (since the documnetation has been much ignored).
- Details may change before release.
