similar to: More on Win R and clipboard

Displaying 20 results from an estimated 1300 matches similar to: "More on Win R and clipboard"

2000 Mar 23
0
Requery: R 1.0.0 for Win95 and clipboard -Reply
For small datasets it would be useful to be able to copy a block of data from a spreadsheet then toggle over to R and just paste it in. If it's possible, having read.table access the clipboard (e.g. x <- read.table(file="clipboard", ...) would do the trick. Of course, exporting to a file and the reading into R is pretty easy but usring the clipboard would save a couple extra
1998 Mar 27
0
R-beta: image S vs. R compatibility
Hello! First of all I would like to thank very much Guido Masarotto for the latest Win32 version of R. I've installed it painlessly on WinNT 4 Workstation, and it is loading and running fast. The only problems I've had thus far are demos 6 to 8 ("recursion", "scoping", and "is.things"), which cause a memory protection fault. I've a question regarding the
1999 Jan 14
3
Transferring data from S+ to R
I would like to know if there is an easy way to transfer all the data from a S+ directory (".Data" or "_data") to an R image? I would like to transfer all the functions and all the data sets (data frames, vectors, lists, etc.). I'm working under Windows NT and am using S+ 3.3 for Windows. Zivan Zivan Karaman Limagrain Genetics Research, B.P. 115, 63203 Riom Cedex,
2015 Apr 04
0
Senior Geostatistician Position France
Dear all, We currently have a job opening for a Senior Geostatistician in Clermont-Ferrand, France Limagrain is an international agricultural co-operative group specialized in field seeds, vegetable seeds and cereal products. More than 8 600 employees in the world spread out in 41 countries. Limagrain strives to improve agriculture in order to face today?s food-related challenges. Job
2000 Mar 23
4
Requery: R 1.0.0 for Win95 and clipboard
Noone answered so I guess this is not possible, but can anyone definitely put me out of my misery... 'I have just begun using R 1.0.0 for Win95. Can someone please tell me how to put a data frame on the clipboard, and how to read data into a data frame from the clipboard.' Is this something that's planned? The clipboard seems pretty fundamental to Windows (and other OS?). Thanks
2000 Dec 07
0
Re: Importing Excel .xls into R
One can import data from Excel ODBC source, but of course it is user's responsibility to ensure that the data are consistent. Each worksheet in the Excel workbook can be accessed as a table (for example, for Sheet1, you should type "select * from [Sheet1$]". The worksheet should have first row containing the column names, and the data rows should follow (the
2000 Jul 17
0
Réf. : image legend
I would also be very much interested in having the image.legend function in R. The Splus image.legend uses the subplot function, which doesn't seem to be available in R, so one can't copy the Splus function to R (otherwise it would probably have been done already). I greatly appreciate the flexibility of the Splus image.legend function since it allow you to put the legend where
2008 Sep 19
1
readRegistry function (PR#12937)
Full_Name: Zivan Karaman Version: 2.7.2 OS: Windows XP Submission from: (NULL) (195.6.68.214) I'm puzzled by the readRegistry function. Shouldn't the "hive" argument be something like c("HLM", "HCR", "HCU", "HU", "HCC", "HPD") rather than c("HLM", "HCR", "HCU", "HU",
2007 Aug 10
2
available.packages (PR#9841)
Full_Name: Zivan Karaman Version: 2.5.1 OS: Windows XP SP2 Submission from: (NULL) (195.6.68.214) I think that I have encountered a bug in the function "available.packages" when using a local repository (file:// ) on Windows. Version information: platform i386-pc-mingw32 arch i386 os mingw32 system
2006 May 30
4
Add text/numbers to x axis?
Is there any simple way to add text to the x axis in R? I have tried to add simple characters in R without any greater sucess. As an example of what I want to do is the added C in the following "dumb" plot (produced with MacAnova using the option "dumb:T"): ++------+-------+------+-------+------+-------+------+-------++ 1+ :
2000 Sep 19
1
bug.report("unused argument(s) crash R when options(error=quote (PR#663)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@biostat.ku.dk # ###################################################### Hello! I have observed a curious problem with the Windows version of R. > version
2006 May 04
1
a clipboard problem while using R2HTML
I followed the examples of previous posts about R2HTML to practice exporting a data to a clipboard, but the result is not as smooth as I had expected: library(R2HTML) data(iris) HTML(iris, file("clipboard","w"), append=FALSE) I got an error message: > HTML(iris, file("clipboard","w"), append=FALSE) Error in file("clipboard", "w")
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
Full_Name: Liam Gretton Version: 2.9.2 OS: openSUSE 11.1 (x86_64) Submission from: (NULL) (143.210.13.77) Reading a large number of rows of delimited data via the clipboard results in a segfault or double free error. I've tested copying from various applications, but gedit will do. This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see if it's still there,
2019 May 24
0
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.
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted for a filename when dealing with ASCII files. > data(iris) > save(iris,ascii=TRUE,file="clipboard") Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w' Also this (where gclip is a utility found at unxutils.sourceforge.net that copies its standard input to the
2023 Apr 07
1
Does anybody know about a windows clipboard flavour name for FLAC in use?
Hi all, As some of you might know, the FLAC format is being processed by an IETF working group to become an internationally recognized standard. Part of this process is FLAC being assigned a media type (also known as MIME-type by many): audio/flac. However, during review of the application, it was requested to include a UTI and a Windows Clipboard Flavour Name. Now, apparently the latest macOS
2006 Oct 14
0
[ win32utils-Bugs-5287 ] v 0.4.1 - Clipboard.set_data causes Segmentation fault
Bugs item #5287, was opened at 2006-08-03 08:34 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=5287&group_id=85 Category: win32-clipboard Group: Code >Status: Closed >Resolution: Rejected Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: v 0.4.1 - Clipboard.set_data causes Segmentation fault Initial Comment:
2006 Aug 03
1
[ win32utils-Bugs-5287 ] v 0.4.1 - Clipboard.set_data causes Segmentation fault
Bugs item #5287, was opened at 2006-08-03 11:34 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=5287&group_id=85 Category: win32-clipboard Group: Code Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: v 0.4.1 - Clipboard.set_data causes Segmentation fault Initial Comment: Whenever
2007 Mar 19
1
Windows Clipboard and WINE
I have a book cataloging program that I have used for several years and I am extremely pleased with it. It's one of the main reasons I still use windows primarily. I'm looking at running it under WINE and I am having trouble with the registration of the license key. The license key is coped to the Windows clipboard and the the program reads it from the clipboard. When I try to
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