R GUI question
Dear Jeffrey, The last issue of R News <http://cran.r-project.org/doc/Rnews/Rnews_2007-3.pdf> has an article on writing Rcmdr plug-in packages. Beyond the documentation that comes with it, some more information about the Rcmdr package is available at <http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/index.html>, including a link to another article in the Journal of Statistical Software. Regards, John -------------------------------- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario, Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- project.org] On Behalf Of Richard M. Heiberger Sent: March-19-08 4:42 PM To: 'jeffreya'; r-help at r-project.org Subject: Re: [R] R GUI question Look at Rcmdr as the base for your additional menu functions. I am using it for my introductory courses and have added my own menu items.
From CRAN, download and install Rcmdr and read it's documentation.
Also from CRAN you can download and install my addin library RcmdrPlugin.HH The latter will show how easy it is to add additional functions to the Rcmdr menu. Rich
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting- guide.html and provide commented, minimal, self-contained, reproducible code.