The rprofile.site file is also a good place to make generic modifications. For example, adding the command options(chmhelp=TRUE) will mean that the help command will use the compiled help tool for windows. Or you can use options(htmlhelp=TRUE) to use the non-compiled html help. Either of these is better than using the default which does not allow hyperlinks. If you set up either help option you can enter “?mark” to see all the help categories for RMark.
I have added the text "options(chmhelp=TRUE)" to the rprofile.site file, but still am unable to load any RMark help files in R (e.g., ?mark, ?mallard). I get this error message:
Error in print.help_files_with_topic(x) :
No text help for 'mark' is available:
corresponding file is missing
In addition: Warning message:
In print.help_files_with_topic("C:/Users/Mike/Documents/R/win-library/2.9/RMark/chm/mark") :
No CHM help for 'mark' in package 'RMark' is available:
the CHM file for the package is missing
Am I doing this right, or is there another way to access the help files?