search for: browsemanual

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

2004 Aug 29
2
Problem with Rcmdr Help menu under devel version of R 2.0.0
...quot;, "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 "Commander" and "aboutRcmdr" in the Rcmdr pack...