similar to: Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window

Displaying 20 results from an estimated 10000 matches similar to: "Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window"

2007 Apr 25
1
identify() and metafile copies under Windows XP (PR#9634)
I am running R version as follows under Windows XP. platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 5.0 year 2007
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
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 drive. I.e., if I type in
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,
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:
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
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 (correct me if I'm wrong). However, if I set the "Start
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
I'm using R on Windows XP Professional SP2. I figured out the fix for my buffer overflow problem that did not allow me to use Rgui.exe for about two weeks. I would keep getting "console not found" and even when I uninstalled and re-installed got the same problem. Here's how the problem started. In Rgui.exe, I attempted to get more visible output in the buffer (I wanted
2012 May 09
1
Compiling R on Windows XP - Rgui crashes yet Rterm works
Hello. I am trying to build R on Windows. It appears that my build passes the various "make checks" (unless I missed some error) and running Rterm seems to work fine whereas Rgui has an immediate error stating " AppName: rgui.exe AppVer: 2.150.58871.0 ModName: rzlib.dll ModVer: 0.0.0.0 Offset: 0000a9e5 The taskbar still works, but the console window has nothing in it, and
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
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
2006 Mar 17
4
cat(), Rgui, and support for carriage return \r...
Hi, and thanks in advance for your time. Background - I am working on a package and wish to have a routine's progress reported. The routine can take some time, and I would like to inform the user about the routine's progress. I have scoured the archives but to no avail, so would like to solicit input from this list. I am successfully using cat("\rBootstrap replication ", i,
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
2016 Apr 05
2
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
minimal reproducible example plot(1,1) identify(1,1) # or locator() now, trying to close the window by clicking on the cross of the upper right corner causes Rgui (and Rterm) to crash. I see the same behaviour on 2 different Windows PC (one with Win 8.1 and one with Win 10). I did not see the problem in linux (see below) WINDOWS ************** > sessionInfo() R version 3.3.0 beta
2007 Jan 28
1
Problems terminating RGui on Windows
I am running R2.4.1 under Windows. > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 4.1 year 2006 month 12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) > Sometimes when I exit R I do it by right
2010 Feb 12
1
Selective load of .First() function just for Rgui.exe
Hi all, I have a .First <- function() {...} in the Rprofile.site file. Through .First() I'm adding several menus to the GUI to access several functions I've been developing for own use. However, I also need to launch R scripts silently in a batch way, and in this case I get the error message: "Error in winMenuAdd(menuname, NULL, NULL): Menu functions can only be used in the
2010 Jun 11
2
Rgui crashed on Windows XP Home
Hi there, I just installed R 2.11.1 on my PC, which runs a Windows XP Home. The installation is successful, however, when I double click on the R icon, I get the following error message: R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience. Error signature is: AppName: rgui.exe AppVer: 2.111.52157.0 ModName: msvcrt.dll ModVer:
2000 Mar 15
1
Windows crash when running Rgui
After installing R 0.99.0a on a Windows 95 Rgui.exe crash after opening the console window. Rterm.exe works fine. Any hint? It is posible that R is not compatible with windows configuration modified by some other program? Where can I act? Error message: Rgui causes an exception 104 on module R.dll of 0137:100324d4 records EDX=0434cfd8 CS=0137 EIP=100324d4 EFLGS=00010206 EBX=815ce8e4 SS=013f
2018 Jun 11
2
Rgui 3.5.0 print issue
Dear all, I would like to have your opinion about an issue I have recently run into while using tcltk in R 3.5.0 under Windows 7 64bit. Here is a reproducible example of the issue, along with information about platform and OS. ############################################################### # R 3.5.0 issue: print does not work properly for data.frames # # when called
2010 Oct 02
2
Tinn R
Dear ALL, I am trying to run Tinn R for the first time with R. I have already selected the SDI option. When ever I run the code I get the following error: > source(.trPaths[4]) Error in source(.trPaths[4]) : object '.trPaths' not found Can any one help? Raphael