similar to: automatic "paste" filter to paste only the commands

Displaying 20 results from an estimated 10000 matches similar to: "automatic "paste" filter to paste only the commands"

2004 Jan 14
2
automatic "paste" filter to paste only the commands from a transcript on the clipboard
Just for fun (and actually because I would use it too) I wrote a version of the "paste" menu command that assumes the clipboard contains a transcript, and just pastes the commands from it into the R console window (Windows GUI only). So, if something like this: > foo <- + 33 > foo * 3 [1] 99 > foo [1] 33 is on the clipboard, then the "paste commands" menu
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) <-
2013 Feb 12
1
Write a dataframe or table to clipboard as an image to paste into an email
Hi, Is there a way to write a dataframe or table to the clipboard as an image? I want to paste into an email. I use snagit or print screen to do this today but want to know if there is a way to do this through R. For example I know how to write to clipboard for copy and pasting into Excel: > write.table(df,"clipboard",sep="\t" But what's the equivalent for .png or
2001 Dec 04
2
Agent Clipboard issues revisited
Howdy, It seems that there's a bit of a problem with Agent accessing the KDE Clipboard through Wine. (Or is it the X Clipboard?) If I start a managed wine Agent session and try to copy from Agent, the copied info shows up in the KDE Clipboard. If I try to paste highlighted text from the console into Agent, it works also. Once. The second (and subsequent tries) don't work. It
2007 Nov 05
1
R2HTML package and Open Office: text only pasted
I am trying to use R2HTML (just downloaded from CRAN) to paste R (2.6.0) results output via the clipboard to OpenOffice Writer and Calc (version 2.3on WinXPPro) Pasting into Excel gives a formatted table of results (as expected), but pasting into Calc simply pastes the HTML code. Trying paste special only gives an option to paste unformatted text. Equally, with Writer, in the past when I tried
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (207.35.143.81) save(x,ascii=TRUE,file("clipboard")) works but load(file("clipboard")) does not. Even better would be if save(x,ascii=TRUE,"clipboard") and load("clipboard") worked as that would provide consistency with
2005 Sep 30
0
Easy cut & paste from Excel to R
Maybe this helps, too. readExcel <- function(row.names = 1, check.names = FALSE, ...) read.delim("clipboard", row.names = row.names, check.names = check.names, ...) writeExcel <- function(x, check.rows = FALSE, check.names = FALSE, ...){ df <- data.frame(x, check.rows = check.rows, check.names = check.names) write.table(df, "clipboard", sep = "\t",
2018 Feb 04
0
copy/paste of large amount of code to terminal leads to scrambled/missing characters
This sounds like a problem with your editor or the OS clipboard support rather than R. You might get a response here, but R-sig-mac seems more appropriate to me for such discussion. -- Sent from my phone. Please excuse my brevity. On February 3, 2018 4:23:54 PM PST, Martin Batholdy via R-help <r-help at r-project.org> wrote: >Dear R-users, > >This question might not be restricted
2002 Nov 28
4
cut and paste problem
Dear all, I am new to wine and try to use it to replace vmware for word/powerpoint applications. The first problem that I encounter is that I am unable to cut and paste under all the applications (notepad/word/powerpoint). It seems that the issue is related to the clipboard behavior because when I cut (under notepad) I get an error message stating: "Empty clipboard". Which is kind of
2000 Mar 07
0
AW: R-crash using cut-and-paste (PR#472)
> -----Ursprüngliche Nachricht----- > Von: Prof Brian D Ripley > Gesendet am: Tuesday, March 07, 2000 11:30 AM > An: dtrenkler@nts6.oec.uni-osnabrueck.de > Cc: r-devel@stat.math.ethz.ch; R-bugs@biostat.ku.dk > Betreff: Re: [Rd] R-crash using cut-and-paste (PR#472) > > On Tue, 7 Mar 2000 dtrenkler@nts6.oec.uni-osnabrueck.de wrote: > > > Dear R-Team, > >
2018 Feb 04
1
copy/paste of large amount of code to terminal leads to scrambled/missing characters
Obvious suggestion: use a more capable IDE instead of Textmate2 with copy/paste. RStudio is very popular now, but there are many others . Search on e.g. "R IDE For MAC" to see some alternatives. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom
2007 May 09
4
Unit Testing Frameworks: summary and brief discussion
Greetings - I'm finally finished review, here's what I heard: ============ from Tobias Verbeke: anthony.rossini@novartis.com wrote: > Greetings! > > After a quick look at current programming tools, especially with regards > to unit-testing frameworks, I've started looking at both "butler" and > "RUnit". I would be grateful to receieve real
2020 Oct 30
3
SSH client and bracketed paste mode
Hello list, Using a terminal with bracketed paste mode (see [0], [1]), I am not able to paste text while being in the "~C" command line mode. The reason for that is, that while being in that special mode, openssh-client attempts to interpret the special bracketed paste start escape sequence, which does not work: root at localhost:~# ssh> ^[[200~-L
2011 Feb 18
1
[PATCH] core: Allow pasting from a VMware host by typing Ctrl-P
When Syslinux is running in a VMWare virtual machine and Ctrl-P is typed while editing the boot command line, insert the contents of VMware's clipboard. This allows text to be copied from the host (or wherever the console client is running) into Syslinux. Signed-off-by: Jeffrey Hutzelman <jhutz at cmu.edu> --- core/ui.inc | 72
2017 Jan 13
0
Wine release 2.0-rc5
The Wine development release 2.0-rc5 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: http://dl.winehq.org/wine/source/2.0/wine-2.0-rc5.tar.bz2 http://mirrors.ibiblio.org/wine/source/2.0/wine-2.0-rc5.tar.bz2 Binary packages for various distributions will be available
2006 Mar 11
1
ESS, transcripts, and such
> From: Duncan Murdoch <murdoch at stats.uwo.ca> > To: ramasamy at cancer.org.uk > Date: Fri, 10 Mar 2006 08:33:09 -0500 > Subject: Re: [R] To improve my understanding of workspaces > Other than Emacs, I use the same work habits as Adai. An advantage of > this workflow is that almost everything is stored in text format, so it > is easy to compare different versions to
2018 Feb 04
3
copy/paste of large amount of code to terminal leads to scrambled/missing characters
Dear R-users, This question might not be restricted to R, but I hope that some might have experienced similar problems and could help me. When using R, I usually work with a text-editor (textmate2) in which I prepare the script. To execute code, I then copy and paste it to an R-session running in the terminal/shell (on Mac OS). Unfortunately, when pasting too much code into the terminal (e.g.
2003 Oct 28
1
proposal for
Having written a number of R programs and having been stung with this myself, I think this is a very good idea. In fact, if the aim of R is to "to do it right" (as one person on the list claimed) rather than be compatible with S-Plus or prior versions of R then I would go even further and make all subscripting behave like this. (If that were to be the way R goes then, of course,
2019 May 23
2
writing Unicode text to the Windows clipboard
Hello, I'm interested in moving text from and to the clipboard that cannot necessarily be represented in the native encoding. So, really, this is about Windows. I can successfully read from the clipboard by specifying the format that corresponds to unicode text. From R >=2.7.0, it seems you should also be able to write unicode text to the Windows clipboard.
2015 Jan 24
0
[ANNOUNCE] xorg-server 1.16.99.902
Ok, here's what I think we should release as 1.17. I plan on doing that in a few days (Monday? Tuesday?), unless there's some good reason not to. Let me know if there's some critical (i.e. crashing) fixes that I've missed somehow. And, again, I think we can run a shorter 1.18 cycle, given the pent-up list of fixes. Sorry for not getting this wrapped up sooner. Turns out that