Displaying 20 results from an estimated 300 matches similar to: "Excel Add-Ins Not Loaded When Using excel.link & RDCOM"
2018 Feb 14
0
How to turn off warnings about class name conflicts
On 2/13/2018 11:47 PM, Ayhan yuksel wrote:
> Hi,
>
> I am using two packages (quantmod and FRAPO)
>
> Quantmod and FRAPO both have a class names "zoo"
>
> R is displaying the following warning when I manipulate an object of class
> zoo:
>
> Found more than one class "zoo" in cache; using the first, from namespace
> 'quantmod'
>
2018 Feb 14
2
How to turn off warnings about class name conflicts
Hi,
I am using two packages (quantmod and FRAPO)
Quantmod and FRAPO both have a class names "zoo"
R is displaying the following warning when I manipulate an object of class
zoo:
Found more than one class "zoo" in cache; using the first, from namespace
'quantmod'
Also defined by ?FRAPO?
The warning is displayed every time I manipulate a zoo object and becomes
pretty
2007 Jul 20
2
RDCOM and R versions
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070720/5b905723/attachment.pl
2004 Jul 23
1
inno setup'iss files for R & RDCOM
Hi.
I'd like to build installer for integrate my GUI program for R, R for win
and RDCOM.
Can the distribution like this be got permission?
If so, installation of these softwares will be done in just one time.
And where can I get each inno setup'iss file for R & RDCOM.
Because these sources seem no to include their own iss file.
Regards.
2003 Jun 13
1
RDCOM Client: processes not terminating
Hello
I am using Duncan Lang's RDCOM Client package (available on
omegahat.org) under R 1.7.0 and Windows XP Pro.
Is this the right forum for questions about this package? In case it is,
here is my question:
Instances of COM objects do not seem to terminate as expected, but leave
residual processes running. For example, if I try the simple example:
E <-
2009 Jan 22
0
How to handle NA in C#, RDCOM
I am using RDCOM as a data-transfer between R and C#.net.
I got a question on datasets with missing data.
For instance, if list = c(1,2,3,NA,5), in R, typeof(list) is integer
but, in C#, I did not see a suitable data type for (1,2,3,NA,5).
Of course, one can use is.na to transfer (1,2,3,NA,5) into string[] in C#.
So, how to handle NA in this case?
Please help. Thank,
-james
2008 Jan 18
0
Need to install RDCOM
Hi,
Where do I find the link to install RDCOM? I need to use RExcel for my
project.
Thanks a lot!
Uma
This e-mail may contain confidential and/or privileged i...{{dropped:13}}
2008 Oct 23
0
RODBC and RDCOM
I got a table on SQL Server, which has columns EquationId (int) and
Formula (varch(900)).
I need to select Formula with certain EquationId, for example,
Select Formula from OGA_DEV.dbo.Equation where EquationId = 3
I tried to work within RGui using RODBC:
> library(RODBC)
> conn = odbcConnect("SQL Server")
> odbcQuery(conn, "Select Formula from OGA_DEV.dbo.Equation where
2003 Aug 04
0
RDCOM interface and 17.1 R version troubles
Hello,
We are using the new version 1.7.1 of R with the R-(D)COM Interface 1.2
through Excel. But we failed using the ARIMA and SUMMARY functions: the
Statconnector doesn't work even if these functions work under R.
Please, could you explain us how to solve this problem?
Thanks a lot!
Marion and Jeanne
2003 Jun 30
2
R as COM client (rather than server)
Hello all
Can R be used as a COM client (rather than as a COM server)? The following
(Splus) code shows the sort of thing I'd like to do:
pMIM <- create.ole.object("mim31.Server")
NoOutputLines <- call.ole.method(pMIM, "SendCmdLine", "show w")
for (i in 1:NoOutputLines) show(call.ole.method(pMIM,
"GetOutputLine"))
release.ole.object(pMIM)
2006 Aug 31
2
DCOM 1.3.5 Exception from HRESULT: 0x80040013 on iR.Init("R")
Hallo Everyone,
I have a problem getting R DCom to work on a MS Server 2003. I am using
Visual Studio 2005 to use some statistical functions from R. I have
installed DCOM 1.3.5. but as soon as the statement iR.Init("R") is executed
I get the following error:
Exception from HRESULT: 0x80040013
I have checked the path and the environmental variables and there are none
associated with
2003 May 15
2
Unable to load lapack.dll when using RExcel add-in
I am having trouble using R routines from the RExcel add-in, that use lapack.dll. As an example if I start the R kernel from within Excel and execute
"x<-rbind(c(1,2),c(1,-1))
z<-solve(x)",
I get the following error:
"Error in solve.default(x): lapack routines could not be loaded.
In addition: Warning message:
unable to load shared library "C:\Program
2011 Mar 12
0
"Ran out of iterations and did not converge"
Hello R users,
I'm trying to do simulations for comparing cox and weibull
I have come across this problem:
Warning messages:
1: In survreg.fit(X, Y, weights, offset, init = init, controlvals = control,
:
Ran out of iterations and did not converge
2: In survreg.fit(X, Y, weights, offset, init = init, controlvals = control,
:
Ran out of iterations and did not converge
what i did is
2008 Mar 17
3
driving R from MATLAB
I am trying to use R functions from my MATLAB code using a DCOM server.
I am working under Windows XP.
While I mange to run basic functions and run them using scripts, when I
try a more complicated set of functions I fail.
I am trying to perform survival analysis, using Surv
Surv(recruTime,recur)
Surv creates a somewhat complex output and I get the response
Problem evaluating command
2003 Nov 06
3
import data troubles
HI R lovers,
I have been facing a petty trouble with datas' import :
I have a plain txt file (see attached file or the copy below) that I cannot
read either with scan or read.table
> scan(file="F:/Alt/HDG/Stoliaroff/Data/test.txt")
Error in scan(file = "F:/Alt/HDG/Stoliaroff/Data/test.txt") :
"scan" expected a real, got "??6"
>
2004 Oct 06
1
RExcel : problem with error handler?
Dear R-help,
Call RInterface.StartRServer ' Works fine
Call RInterface.RRun("objects()") ' Works fine
Call Rinterface.RRun( other R commands which do not generate errors, the
demos etc ) ' Works fine
But ...
Call RInterface.RRun("doesnotexist") ' Sends Excel into endless loop it
appears
After about 90 seconds a dialog box appears "Microsoft
2009 Nov 23
6
Excel-Export
Dear all,
i use the following package/syntax to export data to excel:
library(xlsReadWrite)
write.xls( exportdata,pfad,colNames = TRUE,sheet = 1,from = 1,rowNames =
FALSE )
Everything is fine, but the format of the export is not the best. For
example, I every time have to adjust the column width. Furthermore there is
no possibility to highlight some cell or make them colourful.
I create a lot
2003 Jun 24
8
excel files and R
Greetings everyone,
I am new at R. My questions is rather basic. Looking R manuals looks
like there should be a way to read MS excel files into R. Could
somebody tell me which library should I use for that?
Thanks in advance
Victor H. Marín
Laboratorio de Modelación Ecológica
Depto. de Ciencias Ecológicas, Fac. de Ciencias,
Universidad de Chile
Casilla 653 Santiago, Chile
2006 Jul 19
2
how to use large data set ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060719/a0844373/attachment.pl
2009 Mar 12
2
Writing xls - multiple sheets
Hi,
Is there a package I can use to write to multiple sheets on xls file,
other than using the paid version of xlsReadWrite package
(xlsReadWritePro)?
Thank you,
Ferry