At first I would like to thank you (Allin and Berend) for your help!
Em 28 de novembro de 2009 Alllin Cottrell
<cottrell@wfu.edu>
In gretl, try going to /Tools/Preferences/General, and the
Programs tab, and change the "Command to launch GNU R" to:
/usr/X11R6/bin/xterm -e R
Ok, it worked just fine. But according to Gretl User's Guide (p. 217), assuming R was launched successfully, you will notice that two commands have been executed automatically:
gretldata <- read.table("/home/username/.gretl/Rdata.tmp", header=TRUE) attach(gretldata)
attach(gretldata)
In fact, this doesn't occur.