search for: helpaboutcommand

Displaying 1 result from an estimated 1 matches for "helpaboutcommand".

Did you mean: helpaboutcommander
2004 Aug 29
2
Problem with Rcmdr Help menu under devel version of R 2.0.0
...ow has a (tcltk) Help menu with three items, "Commander help", "About Rcmdr", and "Introduction to the R Commander", which, in the development version of the Rcmdr package, call the following three functions: helpCommander <- function() help("Commander") helpAboutCommander <- function() help("aboutRcmdr") browseManual <- function() { browseURL(paste(file.path(.path.package(package="Rcmdr")[1], "doc"), "/Getting-Started-with-the-Rcmdr.pdf", sep="")) } (Of course, there are help pages for &quo...