Re: [R] Starting R from .RData in linux

2008-05-20 Thread Marianne Promberger
On 05/20/08 10:42, Agustin Lobo wrote: > Marianne, I do the equivalent > gnome-terminal -e R > or > xterm -e R > > and R starts on the home directory and indicating: > ARGUMENT '/media/mifat32/Rexercises/.RData' __ignored__ Oops, turns out I get the same message, I just overlooked it. However, fo

Re: [R] Starting R from .RData in linux

2008-05-20 Thread Agustin Lobo
Marianne, I do the equivalent gnome-terminal -e R or xterm -e R and R starts on the home directory and indicating: ARGUMENT '/media/mifat32/Rexercises/.RData' __ignored__ Are you sure you do not add any other parameter? I've tried xterm -e R --restore gnome-terminal -e R --restore same result.