search for: rgui

Displaying 20 results from an estimated 1342 matches for "rgui".

Did you mean: gui
2009 Apr 15
2
Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
Hi, all, Using RGui, is it possible to create a graphics window that can be moved outside of the RGui window? (This can be done--in fact must be done--using Rterm, but I wish to use RGui.) My interest for this is to use two monitors: in "my private monitor" I wish to execute R code in the Rgui window; in &q...
2008 Jul 11
3
Start preferred RGui
Dear R users, I have been having a problem since I installed the new versions of TinnR and R on my computer (1.19.4.7 and 2.6.0 respectively). I used to open R by the command "start preferred RGUI", on the "R" tab of TinnR's menu. But now, since I updated both softwares (which was necessary for some compatibility issue with Windows Vista), the path for my preferred RGui ( "C:\Program Files\R\R-2.6.0\bin\Rgui.exe) changes every time I close Tinn-R to the incomplete pa...
2001 Oct 12
1
RGui innards questions
Hi, i would like to find out more on how Rgui works. Is there any documentation that details how RGui interfaces with the R language & environment. So, i would like to know things such as: - What language is RGui built in (source available?) - What language is RTerm built in? - how does the output of an R command get directed to the termi...
2006 Dec 02
4
Fwd: Urgent Help in Paste Command
Hi Experts, I want to see my object as below: 'C:\Program Files\R\R-2.4.0\bin\Rgui.exe' So I use the paste command. None of the below is working. Could anyone help me on this? > paste("'C:\Program Files\R\R-2.4.0\bin\Rgui.exe'") [1] "'C:Program FilesRR-2.4.0\binRgui.exe'" > paste("'C:","\","Program Files...
2009 Oct 13
2
Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
Dear developers, I have come across a (somewhat strange) change in the encoding of Sweave output from R-2.9.2pat to R-2.10.0beta (apparently specific to Rgui) on Windows installations. Of course, the NEWS file contains quite a few changes concerning encoding, but I was not able to locate an entry which explains the observed behaviour. I am not very familiar with encodings/locales/codepages, but I will try to explain my observations as best I can....
2005 Feb 07
2
RODBC working in Rgui but not Rterm
Hello Users: I'm using R version 2.0.1, and having problems with RODBC. Everything works fine when I use Rgui, but when I try to use Rterm and issue the commands library(RODBC) con <- odbcConnect("MySQL", "test") I get the following error: Error in sqlQuery(con, str) : first argument is not an open RODBC channel In addition: Warning messages:...
2012 Aug 10
1
question about windows Rgui.exe startup
...s into R. I apologize in advance if I have overlooked anything in the manual but as far as I can tell I have yet to find a solution to my problem. I am on a Windows platform. So what I am trying to do is have R read in a binary file on startup from the Windows system command line and startup Rgui.exe with these options without having to change Rprofile.site. I have written a script called myscript.r which allows R to read in the binary files and load my objects. I would like to load up those object from binary format "on startup" into R(interactive) like so: <windows key +...
2020 Sep 03
2
Rgui never processes ~/.Renviron
ISSUE: It looks like Rgui.exe never processes ~/.Renviron - only ./.Renviron. REPRODUCIBLE EXAMPLE: On Windows, create the following ~/.Renviron and ~/.Rprofile files: C:\Users\alice> Rscript -e "cat('FOO=123\n', file='~/.Renviron')" C:\Users\alice> Rscript -e "cat('print(Sys.geten...
2013 Mar 02
2
Salvar en pdf desde el menú Rgui
Buenos días: Estoy apreciando que, da un mismo contenido de la ventana gráfica, el resultado es diferente si lo salvo en pdf desde el menú de Rgui con respecto a si lo genero con dev.copy3pdf. El espesor de las líneas y el tamaño de la fuente es superior si se guarda desde Rgui, y me gusta más. ¿Cómo puedo saber qué parámetros maneja Rgui para generar el pdf?. Gracias. Eva [[alternative HTML version deleted]]
2000 Dec 19
1
A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
Dear R users: Today (December 18th) I downloaded R1.2.0 for Windows from ftp://ftp.stat.unipd.it/users/guido/RWin and then invoked its Rgui.exe to change its gui configuration. After I set new values in Rgui configuration Editor frame and saved the set of new parameters as a "Rconsole" file, then I re-started Rgui and R issued an error message concerning the buffer-line-value in the Rconsole file. When I looked into the Rc...
2010 Feb 19
2
Rgui.exe cannot be set as default program under Vista wtih R2.10.1
Dear moderators, when I installed the latest version of R (R2.10.1) under Microsoft Vista (service pack 2), I ran into problems associating Rgui.exe with .RData files. On doubleckicking such files in explorer, they open in a Rterm window. Trying to associate Rgui.exe with the Rdata files via control panel / default programs does not work - Rgui is not added to the list of recommended programs. I tried installing R both with file association...
2013 Jan 31
2
Automated Start for new Rgui within existing R code?
...ata updates that need to be completed on an ongoing basis with the data pulled from and then stored to another location. The updates are manually triggered, so can build up in terms of the volume that needs to be updated. The updates can take a lot of time if I run everything from within a single Rgui, but it isn't a big deal if there aren't a lot of accumulated updates that need to be run. But say if I have a week or a month's worth of accumulated updates to run, this takes a LOT of time in a single Rgui. If I split it up, I can run it on 6 Rgui's (I'm in windows 7 with an...
2009 Aug 30
2
RConsole processing crashes Rgui.exe
Using R 2.9.2 on Windows XP SP3. 1. Edit ~/Rconsole, and set font = TT Bitstream Vera Sans Mono 2. Start Rgui.exe 3. Go to Edit, GUI Preferfences 4. Rgui.exe crashes Rgui.exe does not crash if I do not access GUI Preferences (i.e., if I just use R), and it does correctly use Bitstream Vera Sans Mono as my font. Nor does it crash if I edit RConsole to set the font back to Lucida Console and then try to acc...
2004 Jul 14
5
RGui Titlebar
In the windows version (RGui), is there a way to set the text displayed in the titlebar of the R window? When I have 2 instances of RGui running, it would be helpul if the titlebar could help to understand which is which. -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univ...
2007 Aug 03
2
Opening a script with the R editor via file association (on Windows)
Is there an easy way to open an R script file in the R Editor found in more recent versions of R on Windows via a file association? I am looking for functionality akin to how the ".ssc" file extension works for S-Plus: upon double-clicking on a ".R" file, Rgui.exe starts up and loads the script file in the R Editor. As far as I can tell, Rgui.exe does not have a command line option to load a file (so associating ".R" with "Rgui.exe %1" won't work). I can get Windows to start Rgui.exe when I double-click on a script file, but tha...
2006 Mar 17
4
cat(), Rgui, and support for carriage return \r...
...to no avail, so would like to solicit input from this list. I am successfully using cat("\rBootstrap replication ", i, " of ", boot.num,) flush.console() # To flush stdout on windows systems which works as expected on *NIX systems and using Rterm under windows. However, under Rgui the carriage return \r is ignored, and I certainly don't want to use the newline escape sequence \n. Under Rgui it appears as Bootstrap replication 1 of 399Bootstrap replication 2 of 399Bootstrap... but I want it to function properly if at all possible. My question is simply whether there is...
2004 Aug 01
1
Problem with RGui and MASS
Hi, Using R1.9.1 for Windows with Windows 2000 (also XP), I have come across the following problem that I have not seen before and am at a loss to explain. If I create an object using rlm from library(MASS) and then save the workspace, I cannot reopen it using RGUI by double clicking on the .RData file as I normally do. If I double click on the icon, R starts and then gives the following message in a pop-up dialog. Fatal error: Unable to restore saved data in .RData On the R console there is the further message Error: object 'family' not found w...
2006 May 04
3
Rgui, Startup, HOME, R_USER, ...
Hi, Main objective: Let Rgui find my ~/.Rprofile and ~/.Renviron files, where ~ is equal to getwd("~"). I have few comments/questions: (A) On my WinXP Pro installation, the system environment variable 'HOME' is not availble to R, e.g. Sys.getenv("HOME") is empty. I believe this is default case (c...
2003 Apr 23
2
changing dir. to network drive crash Rgui on NT4 ( PR#282 8)
This is interesting: The crash does not happen if I run Rgui in MDI mode. The crash seemed to only occur in SDI. Andy =========================================================== For the record: Under Rgui, using the menu "File / Channge dir..." to change to a network drive crashes rgui. The crash happens if I browse to a folder on a mapped d...
2010 Jan 06
1
Calling FING.EXE under RGui.EXE for windows.
This is sort of a strange bug. Not show stopping, but annoying. I was wondering if anyone else has noticed this and reported it before I submit a bug report. I noticed while running the RGui and attempting to debug one of my scripts that I encountered a Windows error informing me that "Find String [grep] Utility has encountered a problem and needs to close." It is being generated by a call to a DOS batch file which contains a call to Find.exe. It can be reproduced by si...