Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-31 Thread Christian Asseburg
I can confirm that now it works! Thank you! . . Christian On Thu, 30 Oct 2008 13:47:57 +0100, Erich Neuwirth <[EMAIL PROTECTED]> wrote: rscproxy 1.0-12 is out and will appear on your CRAN mirrors soon (Thanks Thomas!) Not Christian Asseburg's example works! library(rcom) E<-comCreateObjec

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-30 Thread Erich Neuwirth
rscproxy 1.0-12 is out and will appear on your CRAN mirrors soon (Thanks Thomas!) Not Christian Asseburg's example works! library(rcom) E<-comCreateObject("Excel.Application") E[["Visible"]]<-TRUE W1<-E[["Workbooks"]]$Add() S1<-E[["ActiveSheet"]] W2<-E[["Workbooks"]]$Add() S1$Copy(Before=W2[["Wor

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-23 Thread Christian Asseburg
Hej Erich - What I did was: Uninstall R2.7.2, install R2.8.0, load package "rcom" from CRAN, then the code below. That way, it crashed R on the last statement. Now, I followed your suggestion and ran comRegisterRegistry(), and the code below does not crash any more. But it seems it is ignorin

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Thomas Baier
.2 for now. Regards, Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Asseburg Sent: 22 October 2008 13:17 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet Dear RCOM list - I've bee

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Erich Neuwirth
l Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Christian >> Asseburg >> Sent: 22 October 2008 13:17 >> To: rcom-l@mailman.csd.univie.ac.at >> Subject: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet >> >> >> Dear

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Christian Asseburg
ect me if I am wrong). I would revert back to R.7.2 for now. Regards, Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Asseburg Sent: 22 October 2008 13:17 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Update to R2.8.0: Can't

RE: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Wayne.W.Jones
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Asseburg Sent: 22 October 2008 13:17 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet Dear RCOM list - I've been using rcom since R versio

[Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Christian Asseburg
Dear RCOM list - I've been using rcom since R version 2.5.1 to read and manipulate workbooks in Excel. It's great to have this facility with rcom and R! The following lines in my code worked fine with up to R 2.7.2 but in R 2.8.0 they result in a crash of R. Does anyone know why, and how to