search for: gfile

Displaying 11 results from an estimated 11 matches for "gfile".

Did you mean: file
2013 Jan 21
13
Problema gWidgets & XLConnect
...condiciones, no pasa. Caso 1: # Cargo XLConnect . require(XLConnect) # Después cargo gWidgets . require(gWidgets) . options(guiToolkit="tcltk") . require(gWidgetstcltk) # Llamo a una ventana para que me deje seleccionar un archivo... . file.import=gfile("Selecciona el archivo Excel a importar",filter="*.xls") -> El resultado es que no carga la ventana de diálogo con "gfile()" (después de tirarse un rato "pensando"). Caso 2: # Cargo gWidgets . require(gWidgets) . options(guiToolkit="t...
2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
...ot;CAMP.R", which does the job. The package builds successfully in Linux (.tar.gz) and the data loads successfully by "data(CAMP)". However, when I build the package in WINDOWS, the data directory is zipped, and the command "data(CAMP)" gives an error - Error in readGenes(gfile = "CAMP.ped",....) Genotype file CAMP.ped does not exist. While debugging "data(CAMP)", I found that only the file "CAMP.R" is extracted temporarily, and not the file "CAMP.ped" - which causes the error. Linux version does not face this problem as the data...
2009 May 26
1
interactive file choosing in Linux?
...le function in Linux? I expected the function file.choose() to display similar behavior, i.e., a graphical interface diplaying a file listing, but all I seem to get is a "text input prompt". This does not seem correct. > file.choose() Enter file name: I have seen gfile() function in the gWidgets library - but isn't there anything native? Thank you! Derek Eder Linux: Ubuntu 9.04, Gnome, [R] running in terminal or ESS GTK_Emacs (doesn't make any difference to the above). > version?????????????? _?????????????????????????? platform?????? i486...
2015 Sep 17
2
Fwd: Creación fichero excel con loadWorkbook
> > > Hola chic en s, > > sigo intentando crear un archivo de Excel pero no hay manera. Sigo los pasos del documento de ayuda siguiente: > > http://altons.github.io/r/2015/02/13/quick-intro-to-xlconnect/#load > > los pasos que hago son: > > install.packages("XLConnect") > require(XLConnect) > wb <-
2004 Aug 06
0
Icecast under cygwin? Solaris?
> I found some space on a Solaris server to install. Icecast built fine > and seems to work, but now shout (0.8.0) doesn't compile, with this error: > > gcc -g -O2 -Wall -ansi -I. -DHAVE_CONFIG_H -o shout shout.c rand.o mpeg.o > confi > gfile.o sock.o util.o -lresolv -lnsl -lsocket -lrt > ld: fatal: file sock.o: wrong machine type > ld: fatal: File processing errors. No output written to shout > collect2: ld returned 1 exit status > make: *** [shout] Error 1 Hmm, strange, I removed only the sock.o file and rebuilt with no...
2013 Feb 14
0
Building a Package & using gWidgets
...ename <- ginput("Please enter the filename") save(INPUT, file=setfilename) }) loadutton <- gbutton("Load Settings from File", cont=mainwin, handler=function(h,...){ fname <- gfile(test="Choose a file", type="open", action="print", handler = function(h,...){ do.ca...
2003 Nov 27
0
[Fwd: Re: Compiling dovecot on SuSE 9]
...;, O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0755, st_size=1461208, ...}) = 0 open("/usr/local/etc/dovecot.conf", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=18087, ...}) = 0 pread(3, "## Dovecot 1.0 configuration fil"..., 2048, 0) = 2048 pread(3, "gfile instead of syslog(). /dev/"..., 2035, 2048) = 2035 pread(3, "k-bombing\n# we check only once i"..., 1978, 4083) = 1978 pread(3, "processes (ie. /var/mail will al"..., 2046, 6061) = 2046 pread(3, " which speeds up most operations"..., 2023, 8107) = 2023 pread(3, &q...
2008 Jul 14
5
EOL in stderr of ssh - Linux
Hello everyone, recently I've found something I consider a bug. Correct me if I'm wrong, but I always thought that Linux' EOL is 0x0A. Imagine my surprise when I saw that all messages that are being output on to the stderr (on any Linux I've tested - Fedora and Ubuntu) are terminated with 0x0D, 0x0A. Maybe that's standard behaviour of all stderr messages in all Linux
2004 Aug 06
4
Icecast under cygwin?
Hi, I was just playing around with Icecast and wanted to see if I could get it to work under cygwin (without spending a lot of time on it). I got it to compile by undefining _WIN32 in the CFLAGS make variable (-U_WIN32), but it seems like the issue is a little deeper than this simplistic hack - when I start up the server I get the message WARNING: No mt while outputting [WARNING: Nonexistant
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2013 Mar 06
22
Windows Remote Desktop Services (Could not find a suitable provider for dism)
Hello all Was wondering if someone could help or advise where i''m going wrong i''m trying to install Windows 2008 R2 Remote Desktop Services via Puppet using either DISM or Powershell modules from the forge and getting the same error When using DISM class roles::trm::remote_desktop_services { dism { ''AppServer'': ensure => present, } dism {