Re: [R] window manager interface commands for linux

2011-11-29 Thread Yvonnick Noel
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck library(gWidgetsRGtk2) options(guiToolkit="RGtk2") gfile(cont=T) Yvonnick Noel University of Brittany at Rennes Rennes, France __ R-help

Re: [R] window manager interface commands for linux

2011-11-29 Thread Jim Lemon
Ana wrote: > How can i replicate this in Linux: > source(file.choose()) > Hi Ana, There is probably some way to do this with a shell script, but I am unaware of it. If you have the marvelous Tcl-Tk scripting language on your Linux box, you could write something like this: #!/usr/bin/wish # s

Re: [R] window manager interface commands for linux

2011-11-29 Thread Milan Bouchet-Valat
Le lundi 28 novembre 2011 à 12:07 +0100, Ana a écrit : > How can i replicate this in Linux: > source(file.choose()) > > > I've tried source(tkgetOpenFile()) but with no luck Try this instead (it works here): source(tclvalue(tkgetOpenFile())) Cheers __

Re: [R] window manager interface commands for linux

2011-11-29 Thread Patrick Connolly
On Mon, 28-Nov-2011 at 12:07PM +0100, Ana wrote: |> How can i replicate this in Linux: |> source(file.choose()) |> As the Mac people used to say ungrammatically: Think Different. There are many ways of using Linux that can't be done in Windows and we know nothing of your setup, so it's not obvi

Re: [R] window manager interface commands for linux

2011-11-28 Thread Ken
Have not found a way to do this either, or in any case it has been buggy. It would depend on the file manager you have installed. But, you're using Linux! The path and working directory are supposed to be half the fun. Maybe create an R folder in /home to keep your files and adjust your R termin

[R] window manager interface commands for linux

2011-11-28 Thread Ana
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/pos