similar to: paste (CTRL + v) not working rgui

Displaying 20 results from an estimated 4000 matches similar to: "paste (CTRL + v) not working rgui"

2012 Mar 06
1
Windows - **Paste commands only** issue
In following a thread on this mailing list, I encounter an apparent issue with **Edit | Paste commands only** in the Windows R-GUI. Reproducible steps: Go to (using IE?): http://www.r-bloggers.com/select-operations-on-r-data-frames/ Find the section entitled 'Duplicate row names' Copy the following lines from the web page < a = matrix(1:18, nrow=6, ncol=3) < rownames(a) <-
2009 Mar 17
1
Control + Function key doesn't work in VB form
Hi, I have installed openSUSE 10.2 (i586) and Wine 1.1.16. I am able to run the VB exe in SUSE and it connect to Sql server. In the VB application I have set Cntrl+F6 key to load another form. But any key combination with Cntrl key doesn't fire. Do I have to disable this Cntrl key combination in SUSE or Wine? Thanks
2010 Jul 15
2
Conflict with Ctrl key in MacOS?
After a switch from Windows to Macintosh (running Mac OSX 10.6), I wanted to be able to run a dear old text editor, NoteTab Pro, which is only available in a Windows version. I did an installation using Wine, and after some initial issues in finding the supporting files to the editor (the path to them turned out to have 14(!) levels), everything was running smoothly. But pretty soon the MacBook
2002 Jul 08
0
rsync 2.5.5 consuming memory and spirals server down
Hi there, I've a problem with rsync - see below. (by the way: I'm using rsync since 2 years now, good work!) my environment: - linux, 2.4, Dual-PIII-1.2GHz, 1 GB RAM. more of these machines. - rsync 2.5.5 - openssh 3.3 the machines are on a lan, so bandwith is not a problem. I sync large directories (about 6 GB growing) between the machines, no problem - memory consumtion of rsync is
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
2008 Nov 03
4
wine hangs until ctrl - C is sent
Hello, I have a strange problem I have two applications called ADM and SGP When I start one or another it starts very fast, but the second hangs until I got to the terminal and I press crtl-c The message sent when i press ctrl-c is the following fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000013a After that it starts working
2000 Dec 15
2
debugger not recognizing C routine names
Something seems to have changed with the debugger option since I used it last, unless I've forgotten something really stupid (much more likely) . The debugger doesn't seem to recognise the names of C routines ***************** [jonm at localhost jonm]$ cat test.c #include "S.h" void test(int *x,int *y){ y[0]=x[0]+2; } [jonm at localhost jonm]$ R COMPILE test.c gcc
2007 Mar 19
1
Some strange window bahviour with Papyrus in wine
Hello (I hope this is the correct group for this post - if not I am sure you will tell me where to go :-)) ) I use wine 0.9.23-12.1 in Suse 10.1 on my laptop to run Papyrus (a word processor originally written for the Atari platform and now available for Windows). I have been very pleased with recent versions of wine as it seems now to be working almost perfectly for Papyrus :-) However, I
2011 Sep 29
3
grep and PCRE fun
Hello, I think I've found a bug in the C function do_grep located in src/main/grep.c. It seems to affect both the latest revisions of R-2-13-branch and trunk when compiling R without optimizations and with it's own version of pcre located in src/extra, at least on ubuntu 10.04. According to the pcre_exec API (I presume the later versions), the ovecsize argument must be a multiple of 3 ,
2012 Apr 04
3
Rgui maintains open file handles after Sweave error
Hello Folks, When I run the document below through sweave, rgui.exe/rsession.exe leaves a file handle open to the sweave-001.pdf graphic (as verified by process explorer). Pdflatex.exe then crashes (with a Permission Denied error) because the graphic file is locked. This only seems to happen when there is an error in the sweave document. When there are no errors, no file handles are left open.
2006 Mar 22
4
Capture/Observer keys (F11, F3, ALT+arrows, CTRL+C/V/X)
Hi all, I really appreciate all of you who are behind this great proyect. Im from Argentina (if you dont notice for my accent eheheh) Im trying to capture width the func Event.observe() the keys F3 and F11. Also the combinations for ALT and the arrows keys, and other combinations like: CTRL+X (cut) CTRL+C (copy) CTRL+V (paste) Using something like this: Code: Event.observe(window, keycode=122,
2009 May 08
1
Get (feature, threshold) from Output of rpart() for Stump Tree
Hi, I have a question regarding how to get some partial information from the output of rpart, which could be used as the first argument to predict. For example, in my code, I try to learn a stump tree (decision tree of depth 2):    "fit        <- rpart(y~bx, weights = w/mean(w), control = cntrl)     print(fit)     btest[1,]  <- predict(fit, newdata = data.frame(bx)) " I found
2017 Apr 13
1
Q: Windows/readline: missing history search
Hello! Ever since I used R on Windows (RGui) I am missing the ability to search the command history (Cntrl+R (reverse-search-history) in BASH, for example). Is there a particular reason for having this function disabled? Another feature would be word-wise delete (kill-word, backward-kill-word). Probably being able to use the Alt-key as Meta key for readline (instead of activating menu entries)
2000 Jul 09
1
minor typos in help pages (PR#598)
Dear R Team, A few monor typos in help pages that I noticed. Thank you very much. Rashid Nassar 1. help(gl) Examples: # First control, then treatment: gl(2,8, label=c("Ctnrl","Treat")) ^^^^ I assume "Cntrl" is meant. ========================================== 2. help(pmatch) Details: The behaviour
2006 Apr 12
2
Ctrl Alt +/-
I guess my CentOS is screwed up because that function doesn't work. Only way to resize it was to go into the menu areas and set it there. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060412/4f37d0af/attachment-0001.html>
2016 Mar 08
2
CentOS 7, ctrl-alt-bksp
On Mon, Mar 07, 2016 at 08:58:06PM -0500, Fred Smith wrote: > On Mon, Mar 07, 2016 at 04:17:29PM -0500, m.roth at 5-cent.us wrote: > > Fred Smith wrote: > > > On Mon, Mar 07, 2016 at 11:25:30AM -0500, m.roth at 5-cent.us wrote: > > >> I've been googling, and looking at the CentOS wiki - which, btw, when I > > >> do a full search on
2000 Sep 28
1
tcltk package functionality
Hello, I wrote a function in R which uses tcltk package .... essentially I wanted to give within that function, a widget with 2 radiobuttons to choose between plotting Precip and Temperature plots. After the user has chosen one of the radiobuttons there is another widget that asking him to identify outliers. However, I am having a lot of problems...what R does is evaluate the whole function
2012 Sep 06
1
Package installation errors
Dear Rxperts.. I am trying to install a few packages in R (version 2.14.2) on a *64-bit Window 7* workstation. Some of the errors are posted below.. Both 32-bit and 64-bit versions of R were installed. I did not get errors while installing packages through *32-bit R*, except that it could not update some of the packages (already installed with 64-bit R) *A*) When I start *64-bit R (2.14.2)*
2016 Mar 07
2
CentOS 7, ctrl-alt-bksp
Fred Smith wrote: > On Mon, Mar 07, 2016 at 11:25:30AM -0500, m.roth at 5-cent.us wrote: >> I've been googling, and looking at the CentOS wiki - which, btw, when I >> do a full search on "control-alt-backspace", gives me three pages... in >> Japanese, I think. >> >> How do I re-enable userspace restart X? >> > on the top panel, click SYSTEM /
2013 Sep 27
1
snow::makeCluster on Windows hangs
The command which hangs: I'm hoping there is a simple explanation, but I searched on-line and nothing jumped out. > cl <- makeCluster(type="SOCK",c("localhost"),manual=TRUE) Manually start worker on localhost with C:/PROGRA~1/R/R-214~1.2/bin/Rscript.exe "C:/Program Files/R/R-2.14.2/library/snow/RSOCKnode.R" MASTER=localhost PORT=11944 OUT=/dev/null