Displaying 20 results from an estimated 10000 matches similar to: "COM server for RExcel"
2003 Jan 09
0
Installing R-Excel Interface - Help requested (long)
Dear All,
I have attempted to install the R-Excel Interface with poor results.
The version of R is 1.6.1, the version of R-Excel is 1.0, the version of COM
is 0.99. All of these were downloaded Monday, 6 January 2003. R (version
1.6.1) is installed on the machine and appears to run correctly on its own.
The computer is a Compaq Pentium 4 machine with 128 meg of RAM running
Windows 2000 and
1999 Oct 04
0
New Version of R Server
Prof Brian Ripley wrote:
>
> Yes, we need one. I am having problems with Erich's latest add-in:
> it works about every other time, I think because is has some memory of the
> previous one. I don't think Excel 2000 removes add-ins cleanly.
>
brian, we had a stress test of the addin yesterday
election ight forecast, the systen was running about 8 hours
without any problems.
2008 Oct 24
1
R D COM Excel Add-Ins
Hello All!
I have a question regarding the package RDCOMClient. I want to start an
Excel file with R and it works flawlessly except the fact, that Add-Ins are
not loaded. Can someone please explain me how to load one? Does it work with
ex$AddIns$Invoke?
Greetings,
David
[[alternative HTML version deleted]]
2008 Aug 07
1
LAPACK.dll and Excel with R 2.7.0
Hello,
I was building a R addin for Excel. I was able to build R.dll, export to
Rdll.lib and wrap it in a Excel addin (.xll) format. Most basic
functions work fine within Excel except functions that use LAPACK, e.g.
eigen, solve etc. But if you use solve(..., LINPACK = T). That's fine.
So apparently the problem is with loading the shared library
../modules/lapack.dll. I read one of the
2003 Apr 23
0
R (D)COM server 1.2 and RExcel 1.0 available
We have uploaded a major upgrade of our packages
R (D)COM Server V1.2
and
RExcel 1.0
The combined package is available in the
Software->Other
section of CRAN
From the documentation:
This package contains a COM server used to connect a client application
(e.g. Microsoft Excel) with R.
An Add-In for Microsoft Excel is provided as well as Active X controls
to be included in your
2003 Apr 23
0
R (D)COM server 1.2 and RExcel 1.0 available
We have uploaded a major upgrade of our packages
R (D)COM Server V1.2
and
RExcel 1.0
The combined package is available in the
Software->Other
section of CRAN
From the documentation:
This package contains a COM server used to connect a client application
(e.g. Microsoft Excel) with R.
An Add-In for Microsoft Excel is provided as well as Active X controls
to be included in your
2010 Oct 30
1
R & VBA
Hi List,
Is there any way to pass on directly VBA variable content into a R variable?
on windows XP & using R 2.12.0
I have installed RExcel addin (with associated D(COM))
>> It function fine when trying to pass Excel Range to R but I failed (sorry if it is only my own limitation, search till now unsuccessful) to find out how to pass directly VBA array into R
Below an example -
2012 Oct 26
2
Interpreting and visualising lme results
Dear R users,
I have used the following function (in blue) aiming to find the linear regression between MOE and XLA and nesting my data by Species. I have obtained the following results (in green).
model4<-lme(MOE~XLA, random = ~ XLA|Species, method="ML")summary(model4)
Linear mixed-effects model fit by maximum likelihood Data: NULL AIC BIC logLik -1.040187 8.78533
2009 Oct 07
1
RExcel
Hello-
I am a Graduate Assistant for an instructor who has written programs for
statistics calculations such as binomial distributions and regressions.
The programs had worked with no problem in Excel 2003. Now we are trying to
use it with Excel 2007, and we are having some trouble.
I have downloaded RandFriends and have ran the binomial distribution
process in 2007 Excel and have received an
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
2011 Jun 07
0
WNetGetUniversalNameW error with Office 2000
Hello,
OS: Ubuntu 10.04.2 LTS (lucid)
wine: wine-1.3.21 (AFAIK, that's the lastest)
After following the instruction from http://www.winehq.org/download/ubuntu, I cannot get Office2000 to run...
I get the following errors when running Word and Excel, then they hangs repeating the same message.
Code:
$ wine WINWORD.EXE
fixme:x11drv:X11DRV_GetDeviceCaps (0x530): CAPS1 is unimplemented, will
2010 Jul 22
4
Dragon Age Origins Awakening
I have managed to install DAO:Awakening. It is working in the sense that you can get into the game and play the game but a lot of item text is missing. For example, many new items have no description and appear in my inventory as gxa_im_(code) . Also I have unlocked battlemage by buying the book, however I cannot level up as battlemage, I cannot click the specialization button, nor does any text
2011 Aug 10
1
RExcel
Hi list,
I used to work with RExcel in excel 2003. Now in 2007, I tried the same
RExcel, but it did not work. I got R version 12. I downloaded/installed the
latest version of RExcel 3.2.0 from http://sunsite.univie.ac.at/rcom/. It
has added the RExcel add-ins, but when I click on starting R in add-ins, I
get the following sequentional errors:
Errors:
SCtools not available
SCTools can not be
2010 Aug 09
1
RExcel: "Sctools not available"
I have a problem with RExcel which I have now installed on top of R 2.11.0.
The problem had been posted in 2009 on the forum by someone else, but no
(useful) response had been uploaded.
The issue is that
whenever I am trying to start R from excel, or by clicking the[
RExcel2007 with
RCommander] icon....., I get the following messages boxes :
"SCTools not available "
then:
2011 Aug 11
1
Capture R-Console Output to Excel with RExcel
Hello All
I've just started to use RExcel instead of CMD Batches. But I don't get
the console output to an data.frame and push to Excel.
With the CMD batch you got the console out relatively easy with
C:\LocalData\R\bin\R CMD BATCH --slave %rscript% %logfile%
to a file. But how can I get it to Excel with RExcel an VBA?
Thanks,
Dario
[[alternative HTML version deleted]]
2010 Dec 20
1
RExcel doesn't get active dataset
Hey everyone
When I try to 'get active dataframe' from the context menu in excel using Rcmdr menus in excel, only the header and first row of data gets copied to the excel spread sheet. No clue why this is happening. I followed the instructions from 'R through Excel' pg 25-26. I'm using excel 2010, Rcmdr v 1.6-0 and R 2.11.1.
Much appreciate any help
Sent via my BlackBerry
2009 Jan 26
1
RExcel foreground and background server
Dear all,
I have a question regarding background and foreground server in RExcel:
Can somebody explain the main difference between them? As far as I
understood from the RExcel webpage, for both of them one needs rights
for access to Windows registries. The only difference that I can see so
far is that for the installation of the background server, one needs the
R(D)COM package, whereas for the
2009 Jan 30
1
run query using rexcel runrfile and rodbc sql query
Hi,
I'm using R-2.8.1 for windows. I wrote a script calls the RODBC
package to run sql queries against an oracle database. It runs fine
when run from the rconsole and returns a data.frame with a summary for
a set of experiments. I want to run this script using the
rinterface.RunRFile command in an excel plugin, using the rexcel
package. When I run the code from my excel plugin I
2013 Aug 22
1
Rexcel
Hello,
I must tell you once again to address your questions to
r-help at r-project.org
And since there was no subject line, I've made up one.
Your question seems to be a question about excel, and I really can't
help you. Maybe someone else can.
But if you write.table(etszP) can't you read that file into excel?
Rui Barradas
Em 22-08-2013 15:57, siddhartha.geddam at eclerx.com
2009 Mar 27
0
RExcel rcom Server Loading The Wrong Version of R
Hi,
I'm pretty new to R and VERY new to RExcel. I've just finished setting
it up and I'm having some problems. My first Issue is that if I attempt
to use a function like RApply("sum", A1:A4) from within excel it gives
me an error saying "There seems to be no R process connected to the
server" I can then see an R Console open up and I get a message saying R