similar to: Clipboard Problem

Displaying 20 results from an estimated 3000 matches similar to: "Clipboard Problem"

1998 Dec 09
2
Application Error message
I am submitting the command: calcium<-read.table("calcium.txt",header=TRUE) and with Rw0630 and Bdr0631 I get an application error and R crashes. But the command works fine with rjune. I am running under NT4.0 Anyone have a similar problem? Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Jan 11
0
R: Regression with t errors?
> Date: Mon, 11 Jan 1999 15:23:10 +0100 > From: Kjetil Halvorsen <khal at alumni.uv.es> > To: "Morris, Jeffrey (JCD-RL)" <JMorris at OCDUS.JNJ.COM> > CC: "'R-Help'" <r-help at stat.math.ethz.ch> > Subject: [R] R: Regression with t errors? > > Has anybody implemented/knows about ways to do in R regression > based on
1998 Dec 10
0
Confidence Bands on Regression Line
Is there a easy way to put confidence bands on a regression plot or do I have to explictly construct the values and send the lines to the plot? Thanks! Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
1999 Nov 19
1
max.col
I am trying to run, in R -Windows95, the example in MASS2, section 17.2. When I run predplot() on cush.lda I get > predplot(cush.lda, "LDA") Error: couldn't find function "max.col" I get the plot OK, but within predict(), it balks on max.col A more general question about using VR. Is there an easy way to use library on VR in general or do I have to move each into
2001 May 18
1
Non-Central t
In the help file for the non-central t, the following appears: ncp: non-centrality parameter delta; currently `ncp <= 37.62'. I assume that this means the ncp cannot exceed 37.62. Is this still the case and is there any plans to increase this restriction? Thanks! Jeff Jeff Morris Design Support Clinical Chemistry R&D Ortho-Clinical Diagnostics email: jmorris6 at ocdus.jnj.com
2000 Jan 20
0
xgobi
I have downloaded an installed the xgobi library and can plot(laser), but when I try xgobi(laser), I get these messages in the MSDOS window... Out of environment space Out of environment space Bad command or filename and in the RGUI window it comes back with... D:\RW0901/library/xgobi/scripts/xgobi.bat -vtitle 'laser' C:/WINDOWS/TEMP/xgobi24464 Any ideas what I need to do? I am
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
Hi, I'm trying to make samba working with Solaris ZFS Snaphots. Solaris 10 is running on a x64/X86 box which is both Samba (3.4.2) server and Zfs server. I created home/delaye filesystem with home zfs pool. # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT home 1.98G 2.60M 1.98G 0% ONLINE - home/delaye 2.47M 1.95G 1.66M /home/delaye
1998 Sep 22
1
R-beta: Guido's Port
I am having problems accessing sirio.stat.unipd.it/pub/R so can't get to his latest port (Win95, v62.3, Guido's port.) I am being denied access. This may be a local problem with our network here, but is anyone else having a problem? Is that site mirrored anywhere that I might be able to access? Thanks! Jeff jmorris at cldx.com
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,
2000 Mar 29
2
Dialog boxes
Hello: I am brand new to R, though I've used S-Plus for some time. I've developed some specialized plotting functions that I want to distribute and would like to provide users with a dialogbox for entering input arguments. Has anyone developed functions in R for displaying dialogboxes that could accept multiple inputs? I found winDialog and winDialogString, but these only accept and
1999 May 17
0
%s and %f in the print command expand to the same thing.
I created a custom printer in the smb.conf with a parameter: [fax] comment = Fax Server path = /var/spool/samba guest ok = Yes min print space = 2000 print ok = Yes printing = lprng print command = /usr/local/bin/submitfaxspool_background -m %M -u %u %s lpq command = /usr/local/lib/mgetty+sendfax/faxlpq %p lprm command =
2000 May 26
0
Can't see my Samba/Linux server on Win95 browser
Hello, I am new on Samba and need to set up Samba server on a Linux server for Windows 95 clients. I installed Samba from RedHat Linux 6.1 CD. My smb.conf has Workgroup = MYGROUP Server String = Samba Server Encrypt passwords = yes Smb passwd file = /etc/smbpasswd After this configuration, I can map drive from Win95 machine using NET USE command. But, I can not see my linux server (or Samba
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")
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
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
2006 Oct 29
2
write to clipboard under Linux
Dear all, I am trying to use the clipboard when writing a table. Typing: write.table(object, file="clipboard") leads to the message: Fehler in file(file, ifelse(append, "a", "w")) : 'mode' f?r die Zwischenablage muss unter Unix 'r' sein My interpretation is that I am not allowed to write into the clipboard from a program called from R. Is there a
2000 Mar 24
0
More on Win R and clipboard
Many thanks to all those who replied about my clipboard query. In response to conter-queries: > Peter: >Counterquestion: How would you expect it to work? What would >you do with it once it was on the clipboard and how would >you ensure that data contained the relevant information >(factor levels, e.g.) when read from the clipboard? What are >the relevant communication channels?
2007 Dec 03
1
Fwd: source('clipboard')
In the code below the first source command works fine, but the second does not, as can be seen from the error message. Is there a way to have the second command work? I am using R 2.6.1 on Windows Vista. (The command that is in the clipboard is just "x <- 3") > source("clipboard", echo = F) > source("clipboard", echo = T) Error in file(srcfile$filename,
2009 Apr 28
2
problems with clipboard
Hi I'm a mac user. I have problems loading data from mac excel in R. I'm using these script: >library(utils) >data2 <- read.table(file("clipboard"), header =T, sep ="\t") ____but this is the message that I have from R_____ Error in open.connection(file, "r") : cannot open the connection In addition: Warning message: In open.connection(file,
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