similar to: Bug check (possibly in seq()). RGui 2.6.2 (2008-02-08)

Displaying 20 results from an estimated 9000 matches similar to: "Bug check (possibly in seq()). RGui 2.6.2 (2008-02-08)"

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 "the public monitor" I want the audience to see the results in the
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
2009 Aug 10
3
Bug in "seq" (or a "feature") ?
(I use R 2.9.1 with win XP) If I run this code: seq(-0.1,.9, by = .05)[seq(-0.1,.9, by = .05) <= 0.5] I get this output: [1] -0.10 -0.05 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40 0.45 Why is 0.50 not in the results ? (It seems that it gives a slightly bigger number then 0.5 but I don't understand why it does that) Where as if I try: seq(-0.1,.9, by = .05)[seq(-0.1,.9, by = .05) <=
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 terminal window in RGui? It seems to me that RGui is RTerm
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.getenv(\'FOO\'))', file='~/.Rprofile')" and launch
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
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
2014 Apr 25
0
Odd behavior on Windows: Rgui responds to user interrupts (Ctrl-C) at the Windows command prompt (iff launched from one)
On Windows, 1. Open the Windows Command interpreter (cmd.exe). 2. Launch rgui.exe --vanilla. 2. In RGui, (disable Misc -> Buffered output) and run the following endless loop: > i <- 0; repeat { print(i <- i + 1); Sys.sleep(0.1) } [1] 1 [1] 2 [1] 3 ... 3a. Back at the Windows command line, press Ctrl-C (user interrupt). This will interrupt Rgui! 3b. Alternatively, start Rterm.exe
2009 Jan 05
1
RODBC connection die - using more than 1 Rgui/Rcmdr
Hi, I encounter a problem when using more than 1 Rgui/Rcmdr with RODBC connection. As I use more than 1 RODBC connection with multiple Rgui/Rcmdr windows, my network connection (including internet) is shutting down. Thus the only solution to fix (so far) is to reboot the computer. I suppose RODBC is not compatible with more than 1 Rgui/Rcmdr, yet is there a way to avoid this problem? or at
2003 Nov 19
1
Rgui error (PR#5202)
Full_Name: Jesus Version: 1.8.0 OS: Windows Me Submission from: (NULL) (62.83.208.146) With the sequence: library() plot(0) library() Rgui crashes with the error "Rgui provoc? un error en KERNEL32.DLL. Rgui se cerrar?"
2005 Aug 22
0
rgui on windows quiting automatically
Rgui on my computer has started acting funny (though I expect the problem is with my system rather than R, but hopefully someone here can still help). I am working with R version 2.11 on windows 2000. Rgui was working fine, then last week it started acting up. Now when I start Rgui (from shorcuts, or the commandline), the GUI starts up, but before the copyright and version info is printed I
2023 Jan 20
1
about RGui HighDPI awareness on windows
Dear all: Now RGui on windows no HighDPI awareness.try add HighDPI awareness to RGui in last two days. I write an initial POC(just for verify and only SystemDPI awareness partial implemented) , try to mod graphapp used in R to implemented DPI scaling. it seems works on my laptop , but need further test. So I post the patch https://github.com/armgong/misc-r-patch/blob/main/dpi-c-code.diff
2008 Dec 12
1
setting the R_Libs gives warning message from Rgui.exe
Hi, I keep getting the error message and a pop-up window for selecting CRAN mirror server from Rgui.exe after setting the R_Libs Warning in install.packages(necessary[!installed], dep = T) : argument 'lib' is missing: using 'D:/Program Files/R/R-2.8.0.libs' --- Please select a CRAN mirror for use in this session --- Error in contrib.url(repos, type) : I set the command
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
2003 Oct 21
1
Console in RGui does not do CR on \r (PR#4705)
Full_Name: David Lennartsson Version: 1.7.1, 1.8.0 OS: Windows XP Submission from: (NULL) (62.119.45.80) A very minor bug, but here it comes. On doing something as simple as cat("1st test string\r2nd\n") the console in RGui on Windows do not perform a CR on '\r'. This is very annoying if you for example want to have a simple progress meter when running a batch job. It works
2003 Apr 23
1
changing dir to network drive in Rgui caused crash (1.7.0)
Dear R-help, Has anyone experienced similar problem? On WinNT4(sp6), running Rgui from 1.7.0, when try to change directory to some network drive using the "File / Change dir..." menu, Rgui gets a visit by Dr. Watson. If I first change dir to a local drive, then again to a network drive, it works fine. It also works fine with setwd() from the command prompt. Best, Andy Andy I. Liaw,
2003 Aug 11
2
default directory RGui for windows NT
Hello, Can anyone tell me how to change the default directory in RGui for windows NT? Thanx, Roy
2008 Oct 24
1
Rgui.exe - Application Error
Hello All, I get the following error when i run the following script in Rgui Rgui.exe - Application Error The instruction at "0x7c9109f9" referenced memory at "0xffffffff". The memory could not be "read" Click on OK to terminate the program The script is library(RODBC) channel <- odbcConnect("curve", uid="curve", pwd="curve")
2009 Sep 16
1
Windows RGui line editing
I've been using Tinn-R with RGui on Windows for quite some time now, but it's very irritating how the Windows RGui allows only very rudimentary line-editing. I can't even use shift-arrow key to select text! I searched through the archives and found what seemed to be a few people asking about this, but I couldn't find a clear answer. I saw some references in the docs to
2010 May 27
1
Rprofile: distinguish between Rgui, Rterm, JGR?
[Environment: Win XP, R 2.10.1] In my Rprofile I have startup code to do various things, intended for when I use the Rgui console. Some of these are causing problems in JGR now that I've installed it. How can I test for R running with Rgui to do some of these things only there? -- Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept. York University