Displaying 20 results from an estimated 3000 matches similar to: "Bug in TAB handling for Win32 Rterm and Rgui (PR#9820)"
2007 Jul 29
0
Bug in TAB handling for Win32 rTerm and rGUI in 2.5.1?
Greetings. This seemed like a bug to me, but I wanted to see if this
was in fact intended before reporting.
Before I start, i want to first extend thanks for the big improvements
in integration of command completion for the windows version. Really
nice to have now. But i believe there are some issues.
In getline/getline.c, the "tab" case of the charater handling switch
statement
2007 Jan 26
1
Makevars PKG_LIBS ignored by SHLIB (PR#9473)
Full_Name: Rick Sayre
Version: 2.4.0
OS: Windows
Submission from: (NULL) (138.72.27.164)
PKG_LIBS works fine on *nix
on windows, it seems to be ignored by the "SHLIB" script
so, R CMD SHLIB blah
properly uses PKG_CPPFLAGS and PKG_CFLAGS from Makevars, but PKG_LIBS is
ignored
2009 Nov 10
1
Typo in 2.10.0 NEWS file (PR#14054)
Full_Name: Rick Sayre
Version: 2.10.0
OS: linux/windows/os x
Submission from: (NULL) (138.72.146.168)
Man, it feels ungrateful to report this, but it looks like in the
process of having my wish PR#13758 fulfilled, a typo snuck in to
the "NEWS" releasenotes:
o New as.raw() method for "tclObj" objects (wish of PR#13578).
I'm pretty sure that's a typo, and should
2010 Oct 16
1
Binaries of R.12.0 for Windows: where are RGUI and Rterm ?
Dear all,
I've just downloaded R.12.0 from CRAN
(http://cran.r-project.org/bin/windows/base/release.htm). I am unable
to find RGUI.exe as well as Rterm.exe. Conversely to what is explained
in readme.R.2.12.0:
There are two versions of the R executable in R-2.12.0\bin\i386 (32-bit) or
R-2.12.0\bin\x64 (64-bit).
I can't find directories i386 or x64 in R-2.12.0\bin
--
Renaud Lancelot
EDEN
2016 Apr 05
0
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
Thanks, I'll track this down.
Duncan Murdoch
On 05/04/2016 9:35 AM, Simone Giannerini wrote:
> 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
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
2011 Jun 07
1
Cases of TAB-completion that hang Rterm
FYI,
via a bug report of one of my packages, I discovered that the
following cases will hang Rterm when using TAB completion:
CASE #1:
Adding an empty default function for tail() causes Rterm on Windows to
hang if one press TAB at the prompt:
% Rterm -vanilla
> tail.default <- function(...) {}
> [PRESS TAB]
Error in specialOpLocs(text) :
(list) object cannot be coerced to type
2016 Apr 05
0
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
On 05/04/2016 11:56 AM, Henrik Bengtsson wrote:
> If of any help,
>
> I can reproduce this (on Windows 7) back to at least R 3.0.3 but it's
> not there in R 3.0.0. (I have *not* checked with R 3.0.1 and 3.0.2
> which I don't have installed).
That doesn't necessarily mean that 3.0.0 was fine. It's a segfault (I'd
guess some memory being accessed after being
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:
2011 May 02
1
Problems with Rterm 2.13.0 - but not RGui
Hi all,
I have just installed R 2.13.0 and I am experiencing problems with the terminal, but not the with the GUI interface.
I am Windows 7.
When running "R" or "Rterm" from a commandline I receive the following:
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[3]="C:/Programmer/R/R-2.13.0/library": Adgang n?gtet
R version 2.13.0
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
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
2016 Apr 05
2
Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running
If of any help,
I can reproduce this (on Windows 7) back to at least R 3.0.3 but it's
not there in R 3.0.0. (I have *not* checked with R 3.0.1 and 3.0.2
which I don't have installed).
/Henrik
On Tue, Apr 5, 2016 at 8:23 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> Thanks, I'll track this down.
>
> Duncan Murdoch
>
>
> On 05/04/2016 9:35 AM,
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,
2013 Sep 09
0
[PATCH v3] xen/console: buffer and show origin of guest PV writes
Guests other than domain 0 using the console output have previously been
controlled by the VERBOSE #define, but with no designation of which
guest''s output was on the console. This patch converts the HVM output
buffering to be used by all domains except the hardware domain (dom0):
stripping non-printable characters, line buffering the output, and
prefixing it with the domain ID. This is
2001 Jun 06
0
snk authentication
Here is a little patch against 2.9p1 that performs the SNK (also known
as TIS authserv) challenge-response automaticly instead of asking the
user. hope you find it useful.
--larry
-------------- next part --------------
diff -NuBw openssh-2.9p1/Makefile.in openssh/Makefile.in
--- openssh-2.9p1/Makefile.in Thu Apr 26 20:31:08 2001
+++ openssh/Makefile.in Wed Jun 6 16:15:56 2001
@@ -43,9 +43,9
2013 Aug 16
7
[PATCH v2] xen/console: buffer and show origin of guest PV writes
Guests other than domain 0 using the console output have previously been
controlled by the VERBOSE define, but with no designation of which
guest''s output was on the console. This patch converts the HVM output
buffering to be used by all domains, line buffering their output and
prefixing it with the domain ID. This is especially useful for debugging
stub domains.
Signed-off-by: Daniel De
2002 Dec 19
0
Failed to delete entry for share
Hi All,
I'm having some minor trouble with an obscure samba feature. I'm using
the remote administration "Server Manager" features of smb.conf.
Specifically the "add share command" "change share command" and "delete
share command". I've written a small C program to do the text-processing
portion of smb.conf file needed for each operation. The C
2003 Mar 03
1
Use Rterm in rxvt for Cygwin?
Dear R users,
Does anyone notice that Rterm.exe does not work well with rxvt.exe,
an xterm emulator for Cygwin? It produces an error message window
with the following message:
This program has performed an illegal operation
and will be shut down.
If the problem persists, contact the program vendor
It also prints "Signal 127" in rxvt window.
Rterm --ess, however, works.
2004 Aug 06
4
liblame vs libmp3lame.... anyways, it don't work.
I took the latest installation of lame (both stable and beta) and
installed those with the default install variables. The last one I
compiled was lame3.87.
I then have the ices-0.0.1.beta5 and config'd the sources with
./configure --with-perl --with-lame and installed.
Yet, when I run ices -R, it complains with the following line when I run
the -R option:
Support for reencoding with