RE: [Rcom-l] RExcel Background Server Config library(tkrplot)

2008-02-15 Thread Wayne.W.Jones
Hi Vilmos, THanks for your help. The code works fine and I can now run my application using the background server. Thanks Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Prokaj Vilmos Sent: 14 February 2008 12:52 To: R (D)COM and RExcel server

RE: [Rcom-l] Unable to change R Server Config

2008-04-22 Thread Wayne.W.Jones
Hi Erich, Thanks for your help. I have a couple of questions though. Apologies if they seem stupid. 1) Do you mean install RSrv250_pl2.exe on top of the Rpackage version of RExcel or RSrv250_pl1.exe or uninstall all components and install RSrv250_pl2.exe stand alone? 2) Ive tried

RE: [Rcom-l] Unable to change R Server Config

2008-04-22 Thread Wayne.W.Jones
Thanks Erich, Apologies for the confusion. I was unaware that unregistering the server was the same process as uninstalling the (D)Com server. I generally uninstall R(D)COM server by using the uninstall application in C:\Program Files\R\(D)COM Server\uninsl000. I take it this this not the

RE: [Rcom-l] New RAndFriends

2008-04-25 Thread Wayne.W.Jones
Hi Erich, I followed your instructions and the installation successfully found the correct version of Excel and all RExcel examples worked fine. Thanks. I still get the following error message: C\Windows\System32\stdole2.tlb Unable to register the type library: RegisterTypeLib failed;

RE: [Rcom-l] New RAndFriends

2008-04-25 Thread Wayne.W.Jones
Yes Erich problem only occurs on Vista, RandFriends works fine on XP. This error message would not matter if it was only to be used for my own purposes. However, here at Shell we use RandFriends to deploy applications to different people across the business. Most users have lockdown PCs

RE: [Rcom-l] New RAndFriends

2008-04-25 Thread Wayne.W.Jones
Hi Erich and Thomas, Thats excellent news. Your work on R(D)Com and RExcel is very much appreciated. We are scheduled to move to Vista later on this year (around October). Regards, Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erich Neuwirth

RE: what is RAndFriends?? Re: [Rcom-l] New RAndFriends

2008-05-01 Thread Wayne.W.Jones
You can find more info about this on the rcom Wiki. http://learnserver.csd.univie.ac.at/rcomwiki/ RandFriends contains R, RExcel, R Commander all neccessary support files and packages for easy installing. Its all you need to get started using RExcel and R(D)Com. Regards Wayne

[Rcom-l] RAndFriendsSetup2070V20-5 issues

2008-05-29 Thread Wayne.W.Jones
Hi there, I have just downloaded and installed the latest version of RandFriends ( RAndFriendsSetup2070V20-5). It installed with no problems or error messages using Excel 2007 on both Vista and XP machines. However, the RExcel examples are not working correctly on both XP and Vista. FOr

RE: [Rcom-l] RAndFriendsSetup2070V20-5 issues

2008-05-29 Thread Wayne.W.Jones
Hi Erich, No I was running the demo files one by one. Regards Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erich Neuwirth Sent: 29 May 2008 14:05 To: R (D)COM and RExcel server related issues Subject: Re: [Rcom-l] RAndFriendsSetup2070V20-5

RE: [Rcom-l] RAndFriendsSetup2070V20-5 issues

2008-05-29 Thread Wayne.W.Jones
Hi Erich, I have had a little more time to analyse why the RExcel examples are not working correctly. It seems to be associated with the worksheet functions as opposed to the macro functions. Im getting errors in the interactive graphics demo because the variable x is not being read in

RE: [Rcom-l] RAndFriendsSetup2070V20-5 issues

2008-05-29 Thread Wayne.W.Jones
Thanks Erich, This is very much appreciated. Looking forward to meeting you at UseR-2008. Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erich Neuwirth Sent: 29 May 2008 14:53 To: R (D)COM and RExcel server related issues Subject: Re:

RE: [Rcom-l] Detecting if RExcel is installed

2008-07-29 Thread Wayne.W.Jones
Hi fellow RExcel users, In a similar vain to the thread for detecting if RExcel is installed I thought I would share some simple VBA code. We have an RExcel application which will be in use by several different versions of Excel (2000,2003,2007) and thus RExcel. Rather than write different

RE: [Rcom-l] Option to start RExcel in foreground and background

2008-08-04 Thread Wayne.W.Jones
Hi Ryan, Im not sure if this is really allowed(!) but the following VBA code selects the local background server option: Call SaveSetting(RExcel, Server, ServerType, 3) Make sure R server is not running before executing this command. To resume with local foreground server use: Call