Displaying 20 results from an estimated 500 matches similar to: "Regarding RDCOMClient package"
2009 Jun 27
1
Creating Excel-Charts via RDCOMClient
Hi R-users!
I'm trying to create an easy Excel chart using the package RDCOMClient. The
following example is working fine:
#-------------------------------------------------------------------
library(RDCOMClient)
xlLocationAsObject <-2
xlXYScatterSmoothNoMarkers <- 73
ex <- COMCreate("Excel.Application")
wb <- ex[["Workbooks"]]$Add()
sh <-
2006 Apr 25
1
Questions to RDCOMClient
Dear list members,
I'm using R in connection with the RDCOMClient and Excel. The more I use the
package, the more I'm fascinated of it. The possibilities of R can be
brought together with the necessities of outputing my socio-economical
research results in MS Office!
But I have some special questions concering the use of RDCOMClient and
perhaps you can help me solving them:
1. Problems
2012 Mar 26
1
What does "package 'RDCOMClient' is not installed for 'arch=x64' " exactly mean?
Hi,
I'm trying to use the excel.link package to write data to excel
spreadsheets. I've installed the RDCOMClient package as required but get the
error:
package 'RDCOMClient' is not installed for 'arch=x64'
I'm on Rx64 2.13.0.
I assume it means the RDCOMClient package does not work on the x64 version.
I've tried to see if there does a x64 RDCOMClient package
2004 Oct 19
1
RDCOMClient under R2.0.0 - "not a valid package"
Dear r-help,
Both 'omega-devel@omegahat.org' and 'duncan@research.bell-labs.com' appear
to be bouncing with 'user unknown' so trying r-help ....
[ Btw, "mailing lists" link on omega page is returning "mailman CGI error".
]
> > require("RDCOMClient")
> Loading required package: RDCOMClient
> Error in library(package,
2009 Jul 08
1
RDCOMClient: how to close Excel process?
Hi,
I?m using R package RDCOMClient (http://www.omegahat.org/RDCOMClient/)
to retrieve data from MS Excel workbook. I?m using the code below to
count the number of sheets in the workbook and then loop the data from
sheets in to a list.
############# R code ###################
library(gdata)
library(RDCOMClient)
xl <- COMCreate("Excel.Application")
sh <-
2010 Mar 23
0
rdcomclient issue - member not found when using borders
I wrote a procedure to create a spreadsheet using rdcomclient. It uses a
function to do the writing and runs "correctly" in isolation. It gives
errors, but it continues to completion. The error I receive is "Error:
Member not found". If I place it inside a for loop the loop fails after
the first iteration, once it reaches the error.
Has anyone had experience with this
2006 Apr 19
1
Help with package RDCOMClient
Fresh Download of the newest R for windows
R : Copyright 2005, The R Foundation for Statistical Computing Version
2.2.1 (2005-12-20 r36812) ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but
2010 Aug 13
1
RDCOMClient interface - problems setting a variable
I try to produce and modify shapes in a PowerPoint presentation but run into a difficulty setting a variable.
library(RDCOMClient) # load RDCOMClient package
library(SWinTypeLibs) # package SWinTypeLibs from Omegahat to access information about COM libraries
ppt = COMCreate("PowerPoint.Application") # create a ppt COM
ppt[["Visible"]] <- TRUE # set COM
2013 Feb 18
0
How to title the excel chart and axis using RDCOMClient
Hello,
I'm trying to create an Excel chart using the package RDCOMClient. I am not able to title the excel chart and axis using RDCOMClient "ChartTitle" and "Axis"?
Any suggestions or references is appreciated.
Thanks,
uak.
[[alternative HTML version deleted]]
2011 May 02
1
install rdcomclient source
Hi,
I'd like to ask a installation question. I want to install a source code
through the following command,
R CMD INSTALL RDCOMClient
but get Error: unexpected symbol in "r cmd"
Please let know if I miss anything. I my utils package loaded.
Thanks,
Richard
[[alternative HTML version deleted]]
2007 Jun 14
1
names() after library(RDCOMClient) problem(?)
Hello,
Try example(names) in R 2.5.0 after library(RDCOMClient) and you get
> example(names)
names> # print the names attribute of the islands data set
names> names(islands)
Error in names(islands) : no applicable method for "names"
>
Is this normal? Any way round it???
Best regards,
Costas
----------------------------------
Costas Vorlow
2010 Feb 05
2
Segmentation Fault while compiling and installing openssh-3.9p1
I am trying to compile and install openssh-3.9p1 (with openssl-0.9.7j)
on my personal dev env to have a play. I get the below mentioned
segmentation fault message.
---------
Generating public/private rsa1 key pair.
/bin/sh: line 1: 10901 Segmentation fault ./ssh-keygen -t rsa1 -f
/home/vinay/var/vinay_ssh/etc/ssh_host_key -N ""
Generating public/private dsa key pair.
/bin/sh: line
2004 Nov 30
1
Using mimR
Hi,
I am trying to use the mimR Package. According to its help pages it
needs the RDCOMClient package to run.
When I try to evaluate a model I get
> m.sat<-mim("..",data=gm.dat)
Error in mim.cmd("clear; clear output") : couldn't find function "COMCreate"
> m2.sat<-emfit(m.sat)
Error in toMIM(mim$data) : Object "m.sat" not found
>
2004 May 09
3
Suddenly one printer stops to print
Dear *Fabien Chevalier*,
I found your message in
http://lists.samba.org/archive/samba/2004-February/080990.html
I got in the similar problem.
Have you solved the problem ?
If so, please let me know the solution.
Thanks and Best Regards,
Tomoo Nomura
--
****** Nomura Technical Management Office Ltd. *****************
Tomoo Nomura nomura@tmo.co.jp http://www.tmo.co.jp/
Phone:
2003 Mar 03
0
Bug when using cygwin version of rsync (forwarded to rsync list)
I've been recommended to forward this to the rsync list for possible
incorporation into the main code. Both the problem and solution are
described. Please Cc me with any replies since I'm not subscribed to this
list. Thanks.
----------------
Original message
----------------
I'm using the cygwin version of rsync (2.5.5) and think I've found a bug
which is harmless under unix but
2005 Sep 26
0
Cannot join Windows server; SWAT internal error
Hi, I am trying to get my Samba server to join our Windows domain, but it fails with $B!H(JUnable to find a suitable server$B!I(J. I know this is kind of a site specific error, but I$B!G(Jm looking for any clues to anything I may have missed in building and configuring the Samba distribution. It is version 3.0.11. I am running
$$ net rpc join -U adminuser%password
as root.
Less important is SWAT
2002 Sep 24
0
Changing file permissions from the command line
Hi,
I run Samba 2.2.3a (Solaris 7) in domain authentication mode in a Windows
2000 domain. I would like to be able to script file permissions changes from
the Windows side using a command line utility, e.g. cacls, however I have
only been successful in changing the UNIX world permisssions, not owner and
group. A summary follows. Has anyone come across a solution for this?
Thanks,
Fintan
---
2002 Jan 18
1
scp between two remote hosts
Hi All,
I am running openssh (OpenSSH_2.9p1, SSH protocols 1.5/2.0). The scenario
is that I have got three machines (A, B and C). The sshd on host A is
listensing on port 1234, and the sshd on host B is listensing on port 5678.
How can I set up a scp from a third host C so as to copy a file from host A
to host B?
scp -P 1234 myname at A:/var/tmp/file1 -P 5678 myname at B:/var/tmp/file1
does
2009 Feb 11
0
Beginner question about an Error message when loading SWinTypeLibs package
Hi List,
I am trying to learn something about the exchange facilities between R and Windows Application with the RDCOMClient package from (http://www.omegahat.org/RDCOMClient/) and I have faced 2 problems:
1. I could not follow the link for the binary version of SWinTypeLibs package on the site, (as it has given me a restricted permission message), but I downloaded it by searching it on google
2017 Jul 05
1
Gluster failure due to "0-management: Lock not released for <volumename>"
By any chance are you having any redundant peer entries in
/var/lib/glusterd/peers directory? Can you please share the content of this
folder from all the nodes?
On Tue, Jul 4, 2017 at 11:55 PM, Victor Nomura <victor at mezine.com> wrote:
> Specifically, I must stop glusterfs-server service on the other nodes in
> order to perform any gluster commands on any node.
>
>
>
>