[R] Rcmdr extensions

2005-08-29 Thread Simone Gabbriellini
Dear List,

I am trying to extend Rcmdr with some functions usefult to my  
study... I have addedd succesfully a menu and some submenu to the  
GUI, and I have placed a file .R in the /etc folder... I am able to  
call functions on that file, but I cannot see the results: how can I  
tell Rcmdr to write the output in the output box?

Second question: how can I refer to the actually selected Dataset in  
my .R functions' file?

Thank you,
Simone Gabbriellini

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] Rcmdr extensions

2005-08-29 Thread John Fox
Dear Simone,

You'll find instructions for extending the R Commander in Section 4 of the
paper at http://socserv.socsci.mcmaster.ca/jfox/Papers/R-commander.pdf. In
most instances, you should cause commands to be executed and printed in the
Script window and output to appear in the Output window by using the
function doItAndPrint().

I hope this helps,
 John


John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Simone 
 Gabbriellini
 Sent: Monday, August 29, 2005 9:48 AM
 To: r-help@stat.math.ethz.ch
 Subject: [R] Rcmdr extensions
 
 Dear List,
 
 I am trying to extend Rcmdr with some functions usefult to my 
 study... I have addedd succesfully a menu and some submenu to 
 the GUI, and I have placed a file .R in the /etc folder... I 
 am able to call functions on that file, but I cannot see the 
 results: how can I tell Rcmdr to write the output in the output box?
 
 Second question: how can I refer to the actually selected 
 Dataset in my .R functions' file?
 
 Thank you,
 Simone Gabbriellini
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! 
 http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html